@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image:url(/img/left.jpg);
	background-repeat: repeat-x;
	background-color: #d8eaf4;
	height: 100%;
	padding: 0;
	margin: 0;
}

#header a{
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
}

#header a:hover{
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color:#CC0000;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	margin-top: 5px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color:#00FF00;
	margin-top: 35px;
}

img {
	display: block;
	float: left;
}

#container {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-image: url(/img/bg_container.gif);
	background-repeat:repeat-y;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#container_main {
	position: absolute;
	width: 825px;
	height: 550px;
	left: 50%;
	margin-left: -412px;
}

#bg_left{
	position: absolute;
	margin-top: 120px;
	width: 1000px;
	height: 692px;
	background-image:url(../img/left.jpg);
	background-repeat: no-repeat;
}

#bg_right{
	float: right;
	margin-top: 120px;
	width: 1000px;
	height: 692px;
	background-image:url(../img/right.jpg);
	background-repeat: no-repeat;
}

#shadow_main_left {
	float: left;
	width: 12px;
	height: 550px;
	background-image:url(../img/bg_main_left.jpg);
}

#shadow_main_right {
	float: left;
	width: 12px;
	height: 550px;
	background-image: url(../img/bg_main_right.jpg);
	background-color: #009900;
}

#website{
	float: left;
	height: 100%;
	background-color: white;
}

#header {
	float: left;
	width: 625px;
	height: 90px;
	padding: 40px 0 0 175px;
	background-image: url(../img/head.jpg);
}

#nav_container{
	float: left;
	width: 800px;
	height: 80px;
}

#images{
	float: left;
	width: 300px;
	height: 80px;
	background-image: url(../img/galerie.jpg);
}

#nav{
	float: left;
	width: 500px;
	height: 80px;
}

ul#Navigation {
    margin: 0; 
	padding: 0;
}

ul#Navigation li {
    list-style: none;
    display: inline;
	padding: 0;
	margin: 0;
}

ul#Navigation a, ul#Navigation span {
    float: left; 
	padding-top: 55px;
	padding-left: 10px;
	width: 115px;
	height: 25px;
    text-decoration: none; 
	font-style: italic;
	font-weight: bold;
    color: white;
	font-size: 14px;
	background-image: url(../img/nav_01.jpg);
	display:block;
}

ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; 
	border-top-color: black;
    color: white; 
	background-image: url(../img/nav_hover.jpg);
	background-color: gray;
  }
  
ul#Navigation div {
     clear: left;
}

#main{
	float: left;
	width: 800px;
	background-color: #ffffff;
	padding: 0 0 25px 0;
}

#main_start{
	float: left;
	width: 800px;
	height: 248px;
	background-color: #ffffff;
	background-image: url(../img/apotheken_karlsruhe.jpg);
	background-repeat:no-repeat;
	padding: 150px 0 0 0;
	text-align: center;
}

#main_start a {
	font-weight: bold;
	color: #CC0000;
	font-size: 11px;
	text-decoration:none;
}

#main_start a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

#main_left{
	float: left;
	width: 280px;
	padding: 10px 10px 0 10px;
	background-image: url(/img/bg_content.jpg);
	background-repeat: repeat-x;
}

#main a{
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
	
}

#main a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

/*2-Spalten Liste*/

ul.colums-two {
	margin: 0;
	padding: 5px 0 0 0; 
	list-style-type:none;
	width: 300px
   }

li.innen {
   width: 130px;
   font-weight: bold;
   float: left;
   padding: 0 0 10px 17px; }
   
li.innen:hover {
	background-image: url(/img/icons/arrow_right.gif);
	background-repeat:no-repeat;
	background-position: 5px 0 0 0;
	padding: 0 0 10px 17px;
}

li.test_messungen {
   width: 283px;
   font-weight: bold;
   float: left;
   padding: 0 0 10px 17px; }
   
li.test_messungen:hover {
   background-image: url(/img/icons/arrow_right.gif);
   background-repeat:no-repeat;
	background-position: 5px 0 0 0;
}


li.aussen:hover {
   background-image: url(/img/icons/arrow_right.gif);
   background-repeat:no-repeat;
}
      
li.aussen {
   float: left;
   margin: 0;
   padding: 0 0 10px 17px; 
   width: 135px; }

li.clr {
   display: inline;
   margin: 0;
   padding: 0;
 }

br.clr {
   clear: left;
   width: 1px;
   font-size:1px;
   margin: 0;
   padding: 0;
   overflow:hidden;
 }

/*2-Spalten Liste Ende*/

#main_right{
	float: left;
	width: 485px;
	padding: 15px 15px 0 0 ;
	background-image: url(/img/bg_content.jpg);
	background-repeat: repeat-x;
	display:block;
}

* html #main_right{
 /* CSS-Hack für IE6 und kleiner */
 width: 465px;
}

#formular {
	background-color: #f0f4f5;
	text-align: left;
	border: 1px solid #999999;
}

#formular th{
	background-color: #CC0000;
	width: 250px;
	padding: 3px;
	color: white;
}

#formular td{
	background-color: #d9e0e2;
	width: 250px;
	padding: 3px;
}


#main_right img{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#footer {
	float: left;
	width: 800px;
	height: 20px;
	padding-top: 10px;
	background-color: #ce4519;
	color: white;
	text-align: center;
}

#footer a{
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

#footer_main {
	float: left;
	width: 825px;
	height: 20px;
	padding-top: 10px;
	background-color: #ce4519;
	color: white;
	text-align:center;
}

#footer_main a{
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

#footer_main a:hover{
	text-decoration: underline;
}

textarea {
	width: 350px;
}
