﻿/* CSS layout */
body {
	margin-left: 0;
	border: 1px solid black;
	padding: 0;
	width: 850px;
	height:100%;
	background-image: url('../images/style/bg.png');
	font: 75%/1.5 Tahoma, Arial, Verdana, Sans-serif;
	color:#56605f;
	margin: 5px 0 0 215px;
}
a	{ 
	color: #56605f;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #859f92;
	background: inherit;
}
#banner {
	background-image: url('../images/style/headerbg850_3.jpg');
	width: 850px;
	height:110px;
}
/* obere Navigationsleiste */
#top_nav {
	width: 850px;
	height: 30px;
	background-color: #859F92;
	border-top: solid 1px #56605f;
	border-bottom: solid 1px #56605f;
}
#datum	{
	width: 780px;
	float:left;
	padding: 5px 5px 5px 65px;
	margin-top: 0;
	color:white;
	background-color: #859f92;
	text-align: left;
}
/* Menue in oberer Navigationsleiste */
#menuetabs	{
width: 620px;
padding: 5px 15px 5px 0px;
overflow: hidden;
background-color: inherit;
}
#menuetabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset der tabs relativ zum linken browserrand*/
font: 1em Tahoma, Arial, Verdana, Sans-serif; list-style-type: none;
}

#menuetabs li{
display: inline;
margin: 0;
margin-right:15px;
}

#menuetabs li a	{
	float: right;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px;/*padding innnerhalb der tabs*/	border-right: 1px solid white;
/*rechter trennstrich zwischen tabs*/	color: white;
	background: #56605f;
	font-size: .9em;
	font-family: Tahoma, Arial, Sans-Serif;
}
#menuetabs li a:visited{
color: white;
}
#menuetabs li a:hover, .menuetabs li.selected a{
background: #859f92; /*hintergrund der tabs beim hovern, plus tab with "selected" class assigned to its LI */
}

/* headers */







/* Container für den Bereich variabler Texte und des Seitenmenues */
#container {
	width: 835px;
	min-height: 500px; /* Mindesthöhe für moderne Browser */
	height:100%;
	padding: 10px 0 15px 15px;
	background-image: url('../images/style/body_bg1.gif');
}


/* variabler Inhalt */
#page_content {
	position:absolute; top:160px;left:230px;width:590px;
	float:left;
	height:auto !important; /* Important Regel für moderne Browser */
	background-color:inherit;
}
#box1	{
	position:absolute; top:35px;left:50px;width:600px;
	
}
#blockquote {
	margin: 15px;
 	padding: 0 5px 0 32px;  	
  	background: url('images/style/quote.gif) no-repeat 5px 10px') !important; 
	background-position: 15px 10px;
	border: 1px solid #56605f; 
	border-left: 5px solid #859f92;  
	font-weight: bold; 
}

/* sidebar */
#sidebar {
	float: right;
	width: 250px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url('images/style/square_arrow.gif) no-repeat 0% .7em');
	text-transform: none;	
	color: #859f92;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #859f92;
	border-left:5px solid #859f92;
}

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin: 0 15px;
	padding: 5px 0;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url('../../../../Homepage/lankafirst/images/style/input.png') no-repeat left top; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 115px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url('../../../../Homepage/lankafirst/images/style/buttonbg.gif') repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}
#clocks	{
	padding-left: 20px;
	text-align: center;
}
/* Fußnoten */
#footer {
	width: 850px;
	
	padding: 5px 0 5px 0;
	color:white;
	background-color: #859F92;
	border-top: solid 1px #56605f;
	border-bottom: solid 1px #56605f;
	text-align:center;
}
#copyright	{
	width: 830px;
	float:left;
	padding: 5px 5px 5px 15px;
	margin-top: 0;
	background-color: inherit;
	text-align: center;
}

