/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body{
	background-color: #ffffff;
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	/*background: #8AAB2E url(images/navi_bg.jpg);*/
	background: #80491F;
	background-repeat:repeat-y;
	padding:0;
	margin:0;
	min-width:805px;
	width:auto !important;
	width:805px;
}


/* ----------container zentriert das layout-------------- */
#container {

	margin: 0;
	padding: 0;
	background: #8AAB2E url(images/navi_bg.jpg);
	background-repeat:repeat-y;
	min-width:1020px;
	width:auto !important;
	width:1020px;
	
}

/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 0;
	background: url(images/header_bg.jpg);
	height: 184px;
}
/* -----------------Inhalt--------------------- */
#content {
	clear: right;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color: #8AAB2E;
	margin: 0;
	padding:10px;
	margin-left: 215px;
	border: 1px solid #8AAB2E; /* bugfix */
	color: #ffffff;
}

#tl {
	height: 14px;
	width: 14px;
	background: url(images/box/tl.jpg) no-repeat;
}
#t {
	min-width:500px;
	width:auto !important;
	width:500px;
	height: 14px;
	background: url(images/box/t.jpg) repeat-x;
}
#tr {
	height: 14px;
	width: 14px;
	background: url(images/box/tr.jpg) no-repeat;
}

#l {
	width: 14px;
	background: url(images/box/l.jpg) repeat-y;
}
#middle {
	vertical-align: top;
	min-width:500px;
	width:auto !important;
	width:500px;
	background: #4B6C0A;
}
#r {
	width: 14px;
	background: url(images/box/r.jpg) repeat-y;
}

#bl {
	height: 14px;
	width: 14px;
	background: url(images/box/bl.jpg) no-repeat;
}
#b {
	min-width:500px;
	width:auto !important;
	width:500px;
	height: 14px;
	background: url(images/box/b.jpg) repeat-x;
}
#br {
	height: 14px;
	width: 14px;
	background: url(images/box/br.jpg) no-repeat;
}


/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 215px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin: 0;
	padding:0 0 0 0;
	color:#ffffff;
	background: url(images/navi_bg.jpg);
	border: 0px solid black;
}

ul#Navigation {
	width: 199px;
	margin: 0;
	padding: 0;
	border: 0;
}

ul#Navigation li {
	width: 199px;
	height: 29px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/navicell.jpg);
}

ul#Navigation a {
	display:block;
	width: 190px;
	padding-top: 5px;
	height: 24px;
	margin: 0;
	padding-left: 9px;
	text-decoration: none;
	font-weight: none;
	color: #ffffff;
}

ul#Navigation li a:hover {
	margin: 0;
	padding-left: 9px;
	padding-top: 5px;
	width: 190px;
	height: 24px;
	border-color: white;
	border-left-color: black; border-top-color: black;
	color: white; 
	background-image: url(images/navicell_d.jpg);
}


/* -----------footer--------------------------- */
#footer {
	clear: left;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	height: 46px;
	color: #ffffff;
	background: url(images/footer.jpg);
	text-align: center;
	padding-top: 20px;
}
