* {
	margin: 0px;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #e0e0e0 url('../img/back.jpg') repeat-x;
}
img {
	border: none;
}
label {
	margin: 0px 2px;
}
hr {
	border-left:0px none; border-right:0px none; border-bottom:0px none; border-top:2px solid #909090; height: 2px;
	margin: 3px 0px;
}

#container {
	width: 950px;
	float: left;
}

#container #errmsg {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
    background-color: #871313;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px;
}

#logininfo {
	margin: 0px 50px 10px 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	float: left;
}


#smalllinks {
	margin: 0px 0px 10px 0px;
	float: left;
}

#smalllinks ul {
	list-style-type: none;
	padding: 0px;
}

#smalllinks ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	font-variant: small-caps;
	font-weight: normal;
	float: left;
	padding: 0px 5px;
}

#smalllinks ul li a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
}

#smalllinks ul li a:hover {
	text-decoration: underline;
}

#topic {
	clear: both;
	background: url('../img/top.gif') no-repeat;
	width: 950px;
	height: 68px;
}

#topic #logo {
	float: left;
	margin: 15px 0px 0px 26px;
	display: inline;
}

#topic #logocity {
	float: right;
	margin: 0px 1px 0px 0px;
	display: inline;
}

#topic #search {
	float: left;
	margin: 9px 0px 0px 5px;
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    color: #FFFFFF;
	font-variant: small-caps;
}

#topic #search td {
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

#topic #search b {
	font-size: 12px;
}

#topic input.searchfield {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    background-color: #FFFFFF;
    color: #202020;
    border-width: 2px;
    border-style: solid;
    border-color: #871313;
    padding: 3px 3px;
	float: left;
	display: inline;
}

#topic input.hidden {
	display: none;
}

#topic #searchbox {
	display: inline;
}

#topic #search button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
    padding: 0px 0px 4px 0px;
    margin: 0px;
	background:url('../img/butcpl.gif') no-repeat top left;  
	border: 0;
	height: 24px; 
	width: 85px;
	line-height:24px; 
	color: #dddddd; 
	font-weight: bold; 
	text-align: center; 
	text-decoration: none;
	font-variant: small-caps;
	cursor:pointer;	
}

#topic #search td.sbutton {
    padding: 0px 30px 0px 30px;
}

#topic #search button:hover {
	background-position:0% -24px;
	color: #ffffff; 
}



#filters {
	clear: both;
	width: 950px;
	height: 32px;
}

#filters #characterbar {
	float: left;
	margin: 6px 0px 0px 0px;
	display: inline;
}

#filters #characterbar ul {
	font-size: 12px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: inline; 
}

#filters #characterbar li {
	display: inline; 
	padding:0;
}


#filters #characterbar ul li a,
#filters #characterbar ul li span.nop {
	background:url('../img/butredleftsmall.gif') no-repeat top left;  
	margin: 0px 2px 5px 0px;
	padding: 0px 0px 0px 5px;
	display: block; 
	float: left; 
	height: 18px; 
	line-height:18px; 
	color: #bbbbbb; 
	font-family:  Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	text-align: center; 
	text-decoration: none;
	font-variant: small-caps;
	cursor:pointer;	
}

#filters #characterbar ul li span.nop {
	cursor:default;	
	color: #333333; 
}

#filters #characterbar li a b,
#filters #characterbar li span.nop b {
	background:url('../img/butredrightsmall.gif') no-repeat top right;
	margin: 0px;
	padding: 0px 5px 1px 0px;
	float:left; 
	display:block;
	line-height:17px;
	font-weight: normal; 
}

#filters #characterbar li span.nop b {
	cursor:default;	
}

#filters #characterbar li a:hover {
	background-position:0% -18px;
	color: #000000; 
}

#filters #characterbar li a:hover b {
	background-position:100% -18px;
	color: #000000; 
}

#filters #characterbar ul li a.active {
	background-position:0% -18px;
	color: #ffffff; 
}

#filters #characterbar ul li a.active b {
	background-position:100% -18px;
	color: #ffffff; 
}


#filters #picturemode {
	float: left;
	margin: 8px 0px 0px 50px;
	display: inline;
}

#filters #picturemode ul {
	padding: 0px;
}

#filters #picturemode li {
	display: inline; 
	padding:0;
}

#filters #picturemode ul li a {
	background:url('../img/butoff.gif') no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #eeeeee;
	text-decoration: none;
	font-variant: small-caps;
	padding: 1px 5px 0px 17px;
}

#filters #picturemode ul li a:hover {
	text-decoration: underline;
}

#filters #picturemode ul li a.active {
	background:url('../img/buton.gif') no-repeat;
}

#filters #login {
	float: right;
	margin: 4px 0px 0px 0px;
}

#filters #login ul {
	height: 24px; 
	font-size: 12px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: inline; 
}

#filters #login li {
	display: inline; 
	padding:0;
}

#filters #login li a {
	background:url('../img/butredleft.gif') no-repeat top left;  
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 10px;
	display: block; 
	float: left; 
	height: 24px; 
	line-height:24px; 
	color: #dddddd; 
	font-weight: bold; 
	text-align: center; 
	text-decoration: none;
	font-variant: small-caps;
	cursor:pointer;	
}

#filters #login li a b {
	background:url('../img/butredright.gif') no-repeat top right;
	margin: 0px;
	padding: 0px 10px 1px 0px;
	float:left; 
	display:block;
	line-height:23px;
}

#filters #login li a:hover {
	background-position:0% -24px;
	color: #ffffff; 
}

#filters #login li a:hover b {
	background-position:100% -24px;
	color: #ffffff; 
}

#mainmenu {
	clear: both;
	background: #c6c6c6 url('../img/menuitems.gif') repeat-x;
	width: 950px;
	height: 29px;
}

#mainmenu #items {
	float: left;
	display: inline;
	width: 870px;
	padding: 0px 0px 0px 0px;
}

#mainmenu #language {
	padding: 7px 0px 0px 0px;
	cursor:pointer;
	position: relative;
	top: 0px;
	left:0px;	
	float: left;
	z-index: 20000;
}

#mainmenu #language_sel {
	visibility: hidden;
	position: absolute;
	width: 55px;
	top: 25px;
	left:10px;	
    background-color: #ffffff;
	border: 2px solid #808080;
	padding: 0px;
}

#mainmenu #language_sel ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

#mainmenu #language_sel li {
	background: #ffffff;
	list-style-type: none;
	height: 24px;
}

#mainmenu #language_sel li a {
	display: block;
	padding: 4px 0px 0px 7px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #333333;
	text-decoration: none;
	height: 20px;
}
#mainmenu #language_sel li a:hover {
	background: #c0c0c0;
}


#adminmenu {
	clear: both;
	background: #999999;
	width: 950px;
	height: 26px;
}
#adminmenu ul {
	list-style-type: none;
	padding: 0px;
}

#adminmenu ul li {
	float: left;
	padding: 6px 4px;
}

#adminmenu ul li a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	color: #333333;
	text-decoration: none;
}

#adminmenu ul li a:hover {
	text-decoration: underline;
}


#content {
	background: #ffffff;
	clear: both;
	float: left;
	width: 950px;
	padding: 0px;
}

#content #video {
	float: left;
	margin: 46px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	width: 630px;
	height: 370px;
}

#content #video #inner {
	float: left;
	border: 1px solid #dddddd;
	margin: 1px 5px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	width: 610px;
	height: 340px;
}

#content #video h2 {
	font-family:  Verdana, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 15px;
	font-weight: normal; 
	margin: 0px 0px 5px 0px;
}

#content #video h2 a {
	font-size: 14px;
	font-weight: normal; 
	text-decoration: none;
	color: #871313;
	font-variant: normal;
}

#content #video h2 a:hover {
	text-decoration: underline;
}

#content #videooftheweek {
	width: 609px;
	height: 343px;
	background: #000000;
}

#content #videooftheweek #image {
	position:relative; 
	width: 609px; 
	height: 343px; 
	z-index: 100;
	
   	opacity: .80; 
    MozOpacity: .80; 
    KhtmlOpacity: .80; 
    filter: alpha(opacity=80);
}

#content #videomail {
	position: relative;
	z-index: 100;
	top: -100px;
	left: 0px;
	height: 27px;
	line-height: 23px;
	margin: 0px auto;
}
#content #videomail a {
	float: left;
	display: block;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 0px 30px 0px 30px;
	background: #606060;
	color: #ffffff;
	text-align: center;
	border: 2px solid #303030; 
	margin: 0px 0px 0px 0px;
	text-decoration: none;

   	opacity: .80; 
    MozOpacity: .80; 
    KhtmlOpacity: .80; 
    filter: alpha(opacity=80);
	
}
#content #videomail a:hover {
   	opacity: 1; 
    MozOpacity: 1; 
    KhtmlOpacity: 1; 
    filter: alpha(opacity=100);
}

#content #contentleft {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 30px;
	width: 630px;
}

#content #contentadmin {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 30px;
	width: 900px;
}

#content #contentadmin a {
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	color: #871313;
}
#content #contentadmin a:hover {
	text-decoration: underline;
}


#content #contentheader {
	padding: 30px 0px 15px 0px;
	font-family:  Arial, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold; 
	float: left;
}

#content #contentheader h1 {
	font-family:  Arial, sans-serif;
	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold; 
	display: inline;
	color: #871313;
}

#content #contentheader a {
	font-family:  Verdana, Arial, sans-serif;
	font-weight: bold; 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#content #contentheader a:hover {
	text-decoration: underline;
}

#content #listnavig {
	float: right;
	font-family:  Verdana, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 11px;
	color: #000000;
}

#content #listnavig.top {
	padding: 50px 0px 0px 0px;
}

#content #listnavig.news {
	padding: 5px 0px 0px 0px;
}

#content #listnavig a {
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}

#content #listnavig a:hover {
	text-decoration: underline;
}

#content #listnavig a {
	color: #000000;
}

#content #contentbody {
	clear: both;
	padding: 10px 0px 0px 0px;
	border-top: 2px solid #909090;
}

#content #contentbody h3,
#content #contentbody big {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	font-variant: small-caps;
	display: inline;
	
}

#content #contentbody table {
	border: 0px none;
	border-collapse: collapse;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

#content #contentbody form {
	margin: 10px 0px 0px 0px;
}

#content #contentbody td {
	border-spacing: 0px;
	padding: 2px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

#content #contentbody a {
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	color: #871313;
}
#content #contentbody a:hover {
	text-decoration: underline;
}

#content #contentbody input,
#content #contentbody select,
#content #contentbody textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    background-color: #F1F1F1;
    color: #202020;
    border-width: 1px;
    border-style: solid;
    border-color: #606060;
    padding: 2px 2px;
}

#content #contentbody input.radio {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    background-color: #FFFFFF;
    color: #202020;
    border-width: 0px;
    padding: 0px;
}

#content #contentbody button {
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
    background-color: #990909;
    color: #dddddd;
    border-width: 1px;
    border-style: solid;
    border-color: #690202;
    padding: 2px 2px;
}

#content #contentbody button:hover {
    background-color: #871313;
    color: #ffffff;
	font-weight: bold; 
	cursor:pointer;	
}

#content #wirt {
	overflow: auto;
	display: inline-block;
	font-family:  Arial, sans-serif;
	border-bottom: 2px solid #909090;
}

#content #wirt.videoplay {
	background: url('../img/videoplay.gif') no-repeat;
}

#content #wirt #col1 {
	padding: 10px 0px 0px 10px;
	float: left;
	width: 200px;
}

#content #wirt h2,
#content #wirt #col1 a {
	font-size: 14px;
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline;
	font-variant: small-caps;
}


#content #wirt #col2 {
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	width: 120px;
	float: left;
}

#content #wirt #col3 {
	padding: 5px 0px 0px 10px;
	width: 70px;
	float: left;
}
#content #wirt #col4 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 10px 0px 0px 0px;
	float: right;
	width: 240px;
}
#content #wirt #col4 b {
	font-variant: small-caps;
}

#content #wirt #col4 p.text {
	padding: 6px 0px 0px 0px;
}

#content #wirt #col4 #indexblock {
	margin:  6px 0px 6px 0px;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #777777;
	height: 25px;
	overflow: hidden;
}

#content #wirt #col4 #indexblock a {
	color: #777777;
	text-decoration: underline;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 9px;
	font-variant: normal;
}

#content #lokalnews {
	margin: 29px 0px 0px 0px;
	padding: 0;
	float: left;
}


#content #news {
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 5px;
	width: 270px;
}

#content #newsheader {
	padding: 46px 10px 0px 12px;
	border-bottom: 1px solid #dddddd;
	height: 24px;
}

#content #newsheader h2 {
	background:url('../img/butredleftw.gif') no-repeat top left;  
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	height: 24px; 
	line-height:23px; 
	width: auto;
	color: #eeeeee; 
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	text-align: left; 
	text-decoration: none;
	font-variant: small-caps;
	cursor:default;	
}

#content #newsheader h2 b {
	background:url('../img/butredrightw.gif') no-repeat top right;
	margin: 0px;
	padding: 0px 40px 1px 0px;
	display: block; 
	line-height:23px;
}

#content #newselms {
	clear: left;
	border-left: 1px solid #dddddd;
	padding: 5px 0px 0px 0px;
}

#content #news #newsitem {
	padding: 5px 0px 5px 10px;
	overflow: hidden;
	font-family:  Arial, sans-serif;
	height: 80px;
	width: 255px;
}

#content #news #newsitem a {
	font-size: 11px;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}

#content #news #newsitem #newsitemlink {
	padding: 2px 0px 0px 0px;
}

#content #news #newsitem #newsitemlink a,
#content div.newsitem a,
#content #wirt #col2 a {
	font-size: 11px;
	font-weight: normal; 
	color: #871313;
	text-decoration: none;
	font-variant: normal;
}

#content #news #newsitem a:hover,
#content #news #newsitem #newsitemlink a:hover,
#content div.newsitem a:hover,
#content #wirt #col2 a:hover {
	text-decoration: underline;
}

#content #news #newsitem #nimg {
	padding: 3px 10px 0px 0px;
	float: left;
	height: 75px;
}

#content #news #newsitem h2 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #333333;
	display: block;
	font-variant: small-caps;
	text-decoration: underline;
	margin: 0px 0px 4px 0px;
}


#content #news #newsitem h3 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	display: block;
	font-variant: small-caps;
}

#content #news #newsitem ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
}

#content div.newsitem {
	visiblity: hidden;    
	overflow: auto;
	font-family:  Arial, sans-serif;
	display: none;
	width: 605px;
	position: absolute;
	z-index: 200;
	width: 352px;
	top: 100px;
	left: 760px;
	padding: 10px 10px;
	border: 5px solid #606060;
    background-color: #ffffff;
	
}
#content div.newsitem h3 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	font-variant: small-caps;
}


#content #lokalbody {
	clear: both;
	padding: 0px 0px 0px 0px;
}

#lokal {
	overflow: none;
	display: inline-block;
	font-family:  Arial, sans-serif;
}


#lokal #tabs {
	padding: 0px 0px 0px 0px;
	width: 630px;
	height: 400px;
	float: left;
    margin: 0px;
}

#lokal #tabs table.tabstable {
	width: 660px;
	border: 0px none;
	border-collapse: collapse;
    margin: 0px;  
}

#lokal #tabs table.tabstable td {
	padding: 0px;
}

#lokal #tabs #tab { 
    list-style: none; 
    padding: 0; 
    height: 31px;
    margin: 0px;  
    border-bottom: 1px solid #dddddd;
}
 
#lokal #tabs #tab li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
 
#lokal #tabs #tab li a { 
	display: block; 
	float: left; 
    background: #ffffff url("../img/tableft.gif") no-repeat left top;
    background-position: 0px 1px; 
    padding: 1px 0px 0px 10px; 
    color: #2d2b2b;
    font-family:  Arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	font-variant: small-caps;
    text-decoration: none;
    height: 31px;
    line-height: 31px;
	cursor:pointer;	
    margin-right: 3px; 
} 

#lokal #tabs #tab li a b { 
	display:block;
	float:left; 
    background: #ffffff url("../img/tabright.gif") no-repeat top right; 
	padding: 0px 10px 0px 0px;
    height: 31px;
    line-height: 31px;
} 
 
#lokal #tabs #tab li.selected a { 
    background: #ffffff url("../img/tabselleft.gif") no-repeat left top; 
    background-position: 0px 1px; 
} 
 
#lokal #tabs #tab li.selected a b { 
    background: #ffffff url("../img/tabselright.gif") no-repeat right top; 
}


#lokal #screen {
	padding: 5px 0px 0px 0px;
}

#lokal #screenvideo {
	background: #000000;
	width: 500px;
	height: 370px;
}
#lokal #details {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	width: 620px;
}

#lokal #details #internal td {
	padding: 2px 2px;
}

#lokal #details form {
	margin: 0px 0px 0px 0px;
}

#lokal #details h2 {
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold; 
}
#lokal #details b {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold; 
	text-decoration: underline;
}

#lokal #details #internal b {
	text-decoration: none;
	font-variant: normal;
}

#lokal #details a {
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	color: #871313;
}
#lokal #details a:hover {
	text-decoration: underline;
}


#lokal select,
#lokal input {
	border: 1px solid #606060;
	background: #eeeeee;
	color: #871313;
	font-size: 10px;
	font-weight: normal; 
	text-decoration: none;
    height: 20px;
    line-height: 20px;
}
#lokal select {
	margin: 6px 0px 0px 0px;
}
#lokal input {
	margin: 3px 0px 0px 0px;
	padding: 0px 4px;
}
#lokal input.button {
	border: 1px solid #555555;
	background: #999999;
	color: #eeeeee;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	font-variant: small-caps;
	padding: 0px 0px;
	width: 180px;
    height: 22px;
    line-height: 18px;
	
}
#lokal input.button:hover {
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
}
#lokal input.radio {
	border: 0px;
	background: #ffffff;
}

#lokal #details #col1 {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 230px;
	min-height: 140px;
}

#lokal #details #col2 {
	padding: 0px 10px 0px 0px;
	margin 0px 0px 0px 0px;
	float: left;
	width: 125px;
	height: 200px;
}

#lokal #details #topblock {
	height: 98px;
	overflow: hidden;
}

#lokal #details #col2 #header {
	padding: 0px 0px 3px 0px;
	margin 0px 0px 0px 0px;
}

#lokal #details #col3 {
	padding: 0px 0px 0px 0px;
	margin 0px 0px 0px 0px;
	float: right;
	width: 225px;
	height: 100px;
	text-align: right;
}

#lokal #details #col3 #header {
	padding: 0px 10px 0px 0px;
	margin 0px 0px 0px 0px;
	text-align: right;
	width: 225px;
}

#lokal #details #col4 {
	float: right;
	width: 225px;
	height: 100px;
	font-variant: small-caps;
	padding: 14px 0px 0px 0px;
}

#lokal #details #col4 #weblink {
	text-align: right;
	font-variant: small-caps;
}

#lokal #text {
	clear: both;
	padding: 15px 0px 0px 0px;
	font-size: 12px;
	width: 590px;
}

#lokal #gmap {
	border: 1px 0px solid #909090;
	width:  620px;
	height: 360px;
}

#lokal #gmapmarker {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	color: #000000;
}

#lokal #gmapmarker h3 {
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold; 
	margin: 0;
	padding: 0;
}

#lokal #gmapmarker a {
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	color: #871313;
}

#lokal #gmapmarker a:hover {
	text-decoration: underline;
}


#lokal #route td {
	padding: 5px 0px 3px 0px;
	margin: 0px;
}

#lokal #route b {
	font-size: 12px;
}

#lokal #videolokal {
	width: 620px;
	height: 349px;
	background: #000000;
}

#lokal #videolokal #image {
	position:relative; 
	width: 620px; 
	height: 349px; 
	z-index: 100;
	
   	opacity: .80; 
    MozOpacity: .80; 
    KhtmlOpacity: .80; 
    filter: alpha(opacity=80);
}

#lokal #videoaddons {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	padding: 0px 0px;
	width: 600px;
    height: 30px;
    line-height: 30px;
}

#lokal #videoaddons a {
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	color: #871313;
}
#lokal #videoaddons a:hover {
	text-decoration: underline;
}

#lokalothers {
	float: left;
	font-family:  Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	color: #000000;
    background-color: #FFFFFF; 
	margin: 0px;
	padding: 0px 0px;
	width: 950px;
}

#lokalothers #box {
	float: left;
	display: inline;
	margin: 0px 30px;
	padding: 30px 20px;
	width: 848px;
	border: 1px solid #909090;
	
}

#lokalothers #boxhead {
	float: left;
	font-size: 20px;
	font-weight: bold; 
	color: #871313;
	font-variant: small-caps;
	margin: 0px 30px;
	padding: 5px 20px;
	width: 150px;
    border: 1px solid #909090; 
    border-bottom: none; 
	display: inline;
}

#lokalothers #col1 {
	float: left;
	width: 140px;
}

#lokalothers #col1 h3 {
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold; 
	margin: 0;
	padding: 0;
}

#lokalothers #col1 a {
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none;
	color: #871313;
}

#lokalothers #col1 a:hover {
	text-decoration: underline;
}

#content #wirtpicsswf1 {
	clear: left;
	border-left: 1px solid #dddddd;
	height:   560px;
	width:    210px;
	float:    left;
	padding: 0px 0px 0px 25px;
}
#content #wirtpicsswf2 {
	position: relative;
	left: -20px;
	top: -60px;
	z-index: 5000;
	height:   760px;
	width:    370px;
	float: left;
	outline: none;
}

#content #wirtpics {
	clear: left;
	border-left: 1px solid #dddddd;
	height:   560px;
	width:    210px;
	overflow: hidden;
	float:    left;
	padding: 0px 0px 0px 25px;
}

#content #wirtpicfloat {
	background: transparent url('../img/picbackgr.gif') no-repeat;
	position: absolute;
	z-index: 2000;
	width: 360px;
	height: 260px;	
	top: 230px;
	left: 760px;
	text-align: left;
	padding: 8px 0px 0px 8px;
    visibility: hidden;
}

#content #wirtpicsall {
	width:    210px;
	position: absolute;
	overflow: hidden;
}

#content #wirtpicsnavi {
	float: right;
}
#content #wirtpicsnavi a {
	height: 30px;
	width: 22px;
	display: block;
	text-decoration: none;
}
#content #wirtpicsback {
	background:url('../img/pic1.gif') no-repeat top left;  
	height: 30px;
	width: 22px;
	margin: 10px 10px 0px 0px;
	overflow: hidden;
	visibility: hidden;
}
#content #wirtpicsnext {
	background:url('../img/pic2.gif') no-repeat top left;  
	height: 30px;
	width: 22px;
	margin: 480px 10px 0px 0px;
	overflow: hidden;
	visibility: hidden;
}
#content #wirtpicsback:hover,
#content #wirtpicsnext:hover {
	background-position: 0px -30px;
}

#content #wirtpic {
	background: url('../img/picback.gif') no-repeat;
	padding: 6px 0px 0px 5px;
	margin: 10px 0px 0px 10px;
	font-family:  Arial, sans-serif;
	width:  200px;
	height: 125px;
}

#content #datalist {
}
#content #datalist td {
	border-top: 1px solid #dddddd;
	padding: 1px 10px 0px 2px;
    background-color: #F0F0F0;
}
#content #datalist th {
	padding: 5px 10px 5px 2px;
	text-align: left;
    background-color: #E7E7E7;
}
#content #datalistmenu {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #909090;	
}
#content #datalistmenu a {
	color: #555555;
}
#content #datalistmenu a:hover {
	color: #000000;
}

#content div.stadtteil {
	display: none;
	overflow: auto;
	width: 590px;
}

#footer {
	clear: both;
	background: #ffffff;
	height: 120px;
	width: 950px;
}

#content #listentry {
	overflow: hidden;
	font-family:  Verdana, Arial, sans-serif;
	border-bottom: 2px solid #909090;
	width: 630px;
}

#content #listentry small {
	font-size: 9px;
	color: #606060;
	font-variant: small-caps;
}

#content #listentry #col0_pl {
	float: left;
	width: 102px;
	height: 59px;
	padding: 10px 0px 0px 0px;
}

#content #listentry #col1 {
	padding: 10px 0px 0px 10px;
	float: left;
	width: 170px;
}

#content #listentry h2,
#content #listentry h2 a {
	font-size: 14px;
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline;
	display: inline;
	font-variant: small-caps;
}

#content #listentry h2 {
	font-family:  Arial, sans-serif;
}

#content #listentry a:hover h2 {
	color: #000000; 
}

#content #listentry b {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold; 
}

#content #listentry #col2_ev {
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	width: 170px;
	float: left;
}
#content #listentry #col3_ev {
	font-size: 10px;
	padding: 10px 0px 0px 20px;
	width: 240px;
	float: left;
}
#content #listentry #col3_ev b {
	font-size: 12px;
}

#content #listentry #col2_im {
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	width: 170px;
	float: left;
}

#content #listentry #col3_im {
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	width: 90px;
	float: left;
	text-align: center;
}
#content #listentry #col4_im {
	font-size: 10px;
	padding: 10px 0px 0px 20px;
	width: 160px;
	float: left;
}

#content #listentry #col1_gb {
	margin: 10px 0px 0px 10px;
	font-size: 10px;
	width: 470px;
	height: 20px;
}
#content #listentry #col2_gb {
	margin: 10px 0px 0px 10px;
	font-size: 10px;
	width: 470px;
	height: 80px;
	overflow: auto;
}
#content #listentry #col3_gb {
	padding: 10px 0px 10px 10px;
	font-size: 10px;
	width: 470px;
	float: right;
	text-align: right;
	overflow: hidden;
}

#content #listentry #col1_pl {
	padding: 10px 0px 0px 10px;
	float: left;
	width: 470px;
}

#content #listentry #col2_pl {
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	width: 470px;
	float: left;
}

#content #contentleft #listmenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 630px;
	height: 30px;
}



#content #news #sinfoitem {
	padding: 5px 0px 5px 10px;
	overflow: auto;
	font-family:  Arial, sans-serif;
}

#content #news #sinfoitem a {
	font-size: 11px;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}

#content #news #sinfoitem a:hover {
	text-decoration: underline;
}

#content #news #sinfoitem h2 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #333333;
	display: block;
	font-variant: small-caps;
	text-decoration: underline;
	margin: 0px 0px 4px 0px;
}


#content #news #sinfoitem h3 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: block;
	font-variant: small-caps;
}

#content #news #sinfoitem ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
}

#content #news #sinfoitem li:hover {
	text-decoration: underline;
}

#contentleft #bottomarea {
	font-size: 11px;
	font-weight: normal; 
	padding: 30px 0px 10px 0px; 
}
#contentleft #bottomarea a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #871313;
}
#contentleft #bottomarea a:hover {
	text-decoration: underline;
}

#content #favoriteheader {
    background-color: #808080;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	text-align: center;
	width: 630px;
	color: #ffffff;
}

#content #favoriteheader a {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #ffffff;
	text-decoration: underline;
}
#contentbody #favorite1 {
    background-color: #f0f0f0;
    padding: 15px;
    width: 200px;
    float: left;
    margin: 0px 20px 0px 0px;
}
#contentbody div.fav1 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#contentbody div.fav2 {
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

#contentbody #raffle_pic {
    float: left;
    margin: 20px 0px 0px 0px;
	width: 300px;
}

#contentbody #raffle_group {
	width: 330px;
    float: right;
}

#contentbody #raffle1 {
	text-align: center;
	width: 300px;
    margin: 20px 0px 20px 0px;
    float: left;
}
#contentbody #raffle2 {
	text-align: right;
	width: 330px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    overflow: hidden;
}

#contentbody #raffle2 td {
	border-spacing: 0px;
	padding: 1px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}


#contentbody #raffle3 {
	width: 630px;
    float: left;
}

#webpage {
	width:  950px;
	margin: 15px auto;
}

#flashbanner {
	position: relative;
	z-index: 1;
	float: left;
	width: 160px;
	height: 600px;	
	margin: 195px 0px 0px 10px;
}

#banners {
	width: 180px;
	float: left;
}

#quicksearch {
	visibility: hidden;
	position: relative;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;	
	z-index: 21000;
	background-color: #ffffff;
}

#quicksearch_view {
	position: absolute;
	width: 230px;
	top: -4px;
	left: 2px;	
    background-color: #ffffff;
}

#quicksearch_view ul {
	list-style-type: none;
    border-width: 1px;
    border-style: solid;
    border-color: #871313;
	padding: 0px;
}

#quicksearch_view ul li {
	padding: 0px 0px;
	background-color: #ffffff;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	padding: 2px 4px;
	color: #808080;
	width: 220px;
	height: 13px;
	line-height: 13px:
	text-decoration: none;
	cursor:pointer;	
}

#quicksearch_view ul li.selected {
	background-color: #e0e0e0;
}

#lokal #reserve {
	width: 590px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}

#lokal #reserve h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}

#lokal #reserve #calendarDiv {
	margin: 5px 0px 0px 0px;
}

#lokal #reserve #summary h3 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	display: block;
}
#lokal #reserve #summary table {
 	width: 590px;
	border: 0px none;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
 	border: 1px solid #b0b0b0; 
}
#lokal #reserve #summary td {
 	padding: 2px 2px;
}
#lokal #reserve #summary small {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 9px;
}
#lokal #reserve input.button {
	border: 1px solid #555555;
	background: #871313;
	color: #eeeeee;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	font-variant: small-caps;
	padding: 0px 0px;
	width: 180px;
    height: 22px;
    line-height: 18px;
}
#lokal #reserve input.button:hover {
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
}

#lokal #reserve a {
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	color: #871313;
}
#lokal #reserve a:hover {
	text-decoration: underline;
}

#lokal #legal {
	height: 240px; 
	overflow: auto
}

#lokal #legal h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	margin: 15px 0px 5px 0px;
}

a.linkclass {
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	color: #871313;
}
a.linkclass:hover {
	text-decoration: underline;
}
