@charset "utf-8";
/*CSS for www.obertenn.at*/

body 	{
    		font-family: arial;
    		font-size: 12px;
    		color: #0b5453;
			letter-spacing:1px;
			margin:0;
			padding:0;
			background:#F1F2EA;
			}
p  			{padding:0; margin:0;} ul {padding-left:30px; margin:0;}

a 			{text-decoration:none; border:none;}
			
div			{padding:0; margin:0;}

input, textarea, select {
			border:1px solid #11494b;
			padding: 3px 5px;
			font-size:12px;
			font-family: Arial;
			}
			
a:link 		{color: #0b5453;}
a:visited 	{color: #0b5453;}
a:hover 	{color: #a0a29a; }
a:active 	{color: #0b5453;}

a img		{border:none; opacity:1.0; moz-opacity:1.0; filter:Alpha(opacity=100);}
			
a:hover img {border:none; opacity:0.8; moz-opacity:0.8; filter:Alpha(opacity=80);}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0 0 5px -2px;
	padding:0;
}

h1 {font-size: 21px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

h5 {font-size: 16px; margin:0; padding:0; line-height:8px;}

hr {
	border:0;
	width:100%;
	color:#11494b;
	background-color: #11494b;
	height: 1px;
}

/* CONTAINER DEFINITIONS */

#centeringcontainer {
	position:relative;
	width:900px;
	margin:auto;
	padding-top:50px;
}

#logo {
	position:absolute;
	top:4px;
	left:0px;
}

#logos_right {
	position:absolute;
	right:3px;
	top:20px;
}

#herz {
	position:absolute;
	width:65px;
	height:55px;
	top:15px;
	left:300px;
	background:url(../layout/herz.png);
	z-index:100;
}

#slideshow {
	width:100%;
	height:200px;
}

#menubar {
	width:900px;
	height:30px;
	background:url(../layout/menubar_hg.gif);
	border-bottom:solid 7px #c1c1c1;
}

.button_home {
	float:left;
	margin:8px 0 0 23px;
}

#menutop {
	float:right;
	padding:8px 200px 0 0;
}

#language {
	position:absolute;
	right:4px;
	margin-top:6px;
}

#main {
	width:100%;
	background:url(../layout/main_hg.jpg);
	border-bottom:solid 7px #c1c1c1;
}

#contentleft {
	float:left;
	width:147px;
	min-height:300px;
	padding:20px 0 0 25px;
}

#partner {
	margin-top:30px;
	text-align:center;	
}

#maincontent {
	float:left;
	width:454px;
	min-height:300px;
	margin:20px 0 0 30px;
	padding-bottom:17px;
}

#contentright {
	float:right;
	width:209px;
	min-height:300px;
	padding-bottom:20px;
}

#contentright img {
	padding-bottom:4px;
}

#footer {
	background:#11494b;
	color:white; font-size:11px;
	padding:8px;
	letter-spacing:0;
}

/* CONTAINER DEFINITIONS */

/* MAIN MENU DEFINITIONS */

#mainmenu ul {
	list-style-type:none; padding:0; margin:0;
}

#mainmenu li {
	margin:8px 0;
}

.menu-expand ul {
	margin:15px 0 15px 0 !important;
}

.menu-expand li {
	padding:0 0 0 25px;
}

.menu-expand li:hover,.menu-expand .menu-current {
	background:url(../layout/link_menuleft_hg.gif) no-repeat bottom left;
}

/* TOP MENU DEFINITIONS */

.button_home a,#footer a {
	color:white;
}

#menutop a {
	color:white;
	background:url(../layout/link_menubar_hg.gif) no-repeat bottom left;
	padding:0 0 0 25px;
	margin-right:15px;
}

#menutop a:hover, .button_home a:hover, #footer a:hover {
	color:#c6e0e1;
}

.menu-current,.menu-current a,.menu-parent a {font-weight:bold !important; }
.menu-sibling a,.menu-child a {font-weight:normal !important;}

/* Galerie Rechts*/
.kaimgviewer {
	list-style-type:none;
	padding:0; margin:0;
}

/*Main Content*/
#maincontent ul li {padding:4px 0;}

#maincontent img {border:1px solid #11494b;}

#maincontent a {text-decoration:underline;}

/*Language*/
#language a img		{border:none; opacity:0.7; moz-opacity:0.7; filter:Alpha(opacity=70);}
			
#language a:hover img {border:none; opacity:1.0; moz-opacity:1.0; filter:Alpha(opacity=100);}

.lang_activ img  {border:none; opacity:1.0 !important; moz-opacity:1.0 !important; filter:Alpha(opacity=100) !important;}

/*Zebra Table*/

.highlight		{ background:#992f2f; color:white; }
.even			{ background:#fff; }
.mo				{ background:#992f2f; color:white; }
.odd			{ background:#d4d9c2; }

.zebra td		{ padding:5px 20px 5px 5px; border-bottom:1px solid #ddd;  }


.float_breaker {clear:both;}