/* =================================================
Stylesheets für das Projekt 0255_invivo

Grundfarbe: #CCCCCC
helle Grundfarbe: #EBEAEA
Farbtupfer: #53268B 
==================================================*/



/* =================================================
1. Allgemein
==================================================*/


* {
	padding: 0;	/*Grundzustand erzwingen*/
	margin: 0;	/*Grundzustand erzwingen*/
}


body {	
	background-color: #EBEAEA; 
	color: #000000;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px auto;
}


a:link {
	text-decoration: none; 
	color: #53268B; 
	font-weight: normal;
	border-bottom:1px dotted #53268B;
}

a:visited { 
	text-decoration: none; 
	color: #53268B; 
	font-weight: normal;
	border-bottom:1px dotted #53268B;
}

a:hover, a:focus {
	text-decoration: none; 
	color: #ffffff;
	background-color:#53268B; 
}

a:active {
	text-decoration: none; 
	color: #ffffff;
	background-color:#53268B; 
}

h1 {
	font-size: 120%;
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0; 
	padding: 2px 2px 2px 5px;
	color:#53268B;
	border-left: 4px solid #53268B;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0; 
	padding: 2px 2px 2px 0;
	color:#53268B;
}




table {
     width: 100%;
}

td {	
	vertical-align: top;
	padding:0 0 5px 0;
	font-size:85%;
}

th {
	color: #000;
	background-color: #CCCCCC;
	text-align: left;
	padding: 5px;
	margin: 0;
}


p {
	padding: 0 0 5px 0;
}


hr {
	width: 100%;
	height:0px; 
	text-align: center; 
	border: 1px dotted #003762;
}

label {
	display: block;
	cursor: pointer;
}

input {
	width: 100%;
	border: 1px solid #E2E3F4;
	margin-bottom: 1em;
}

textarea {
	width: 100%;
	height: 75px;
	border: 1px solid #E2E3F4;
	margin-bottom: 1em;
}


input#betreff:focus,
input#plz:focus,
input#inhalt:focus,
input#capcha:focus,
input#telefon:focus {
	background-color: #E2E3F4;
}


textarea#inhalt:focus,
textarea#leistung:focus {
	background-color: #E2E3F4;
}

ul, ol {
	margin: 5px 0 5px 25px;
}

li {
	margin: 0 0 5px 0;	
}

iframe {
	float:left;
	width:98%;	
	height:800px;
	border: 1px solid #CCCCCC;
}


/* =================================================
Klassen
==================================================*/


.b {	
	font-weight: bold;
}

.klein {	
	font-size: 85%;
}

.oben {
	vertical-align: top;
}

.unten {
	vertical-align: bottom;
}

.rechts {
     text-align: right;
}

.links_float {
	float: left;
	width: auto;
}

.rechts_float {
	float: right;
	width: auto;	
}


.mitte {
	margin: auto;
	text-align: center;
}


.smitte {
	vertical-align: middle ;
}


.abstand_oben {
	padding: 15px 0 5px 0;	
}

.clearing {
	clear: both;
}

.rahmendezent {
	padding:3px;
	margin:0 5px 5px 0;
	background-color:#FFFFFF;
	border:1px solid #E2E3F4;
}


.js_zeile_aktiv {
     background-color:#F1E5FF;

}


.box1 {
	float:left;
	width:600px;
	margin:5px 5px 5px 140px;	
	padding:5px;
}

.box2 {
	float:left;
	width:250px;
	margin:5px 15px 5px 5px;	
	padding:5px;
	background-color: #EBEAEA; 
}

.box3 {
	float:right;
	width:250px;
	margin:5px 15px 5px 5px;	
	padding:5px;
	background-color: #EBEAEA; 
}

.box4 {
	float:left;
	width:600px;
	margin:5px;	
	padding:5px;
}

.box5 {
	float:right;
	width:auto;
	margin:5px;	
	padding:5px;
}



.abstand_unten {
	padding: 5px 0 20px 0;
}

.fehler {
	background-color: #FFCFD0;
	border: 1px solid #FF0000;	
	padding: 0 3px;	
}

.meldung {
	background-color: #A4FFAD;
	border: 1px solid #00FF00;	
	padding: 0 3px;	
}

.achtung {
	background-color: #FAFDA4;
	border: 1px solid #FBD500;
	padding: 0 3px;	
}

.input_klein {
	width: 25%;
}


.hoehe {
	height:300px;	
}

.neu {
	color:#FF0000;
	font-weight:bold;	
}

.zeileHell {
	background-color: #EBEAEA;
}


/* =================================================
ID
==================================================*/

#content {		
	width:100%;
}

#content1 {		
	float:left;
	width:845px;
}

#feet {
	background-color:#CCCCCC;
	margin:15px 0 0 0;
	padding: 5px;
	text-align:center;
}

#feet ul {
	margin:0;
}


#head {
	background-color:#CCCCCC;		
	text-align:center;
	margin: 0 0 15px 0;
	padding:5px;

}

#head a:link {
	text-decoration: none;
	border: 0 solid transparent;
}

#head a:visited { 
	text-decoration: none;
	border: 0 solid transparent;
}

#head a:hover, a:focus {
	text-decoration: none;
	border: 0 solid transparent;
}

#head a:active {
	text-decoration: none;
	border: 0 solid transparent;
}

#head a:focus {
	outline:none;
}




#hoehe {
	float:left;
	width:25px;
	height:350px;
}

#lauftext {
	color:#F16348;
	border-top: 1px solid #FFEFDA;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	text-align:center;
}

#links {
	border-top: 1px solid #686A96;
	text-align:center;
	margin:0 0 25px 0;
}

#links li, #feet li {
	display: inline;
}

#links li {
	letter-spacing:2px;
}


#wrapper {	
	background-color:#FFFFFF; 	
	position: relative;
	top: 0;
	left: 50%;
	width: 900px;
	margin: 0 0 0 -450px;
	font-size:100%;
	border:1px solid #53268B;

}



/* =================================================
3. Inhaltsbereiche
==================================================*/


#impressum {
     width: 100%;
}


/* =================================================
4. Vererbungen
==================================================*/

/*besonders wichtig, da es sonst Probleme mit TOOLTIPS gibt*/
#tabelle td {
	padding: 3px;	
}

#impressum .spalte3 {
    width: 175px;
	text-align: right;
	margin: 0 5px 0 0;
	padding: 2px;
}

#impressum .spalte4 {
     width: 350px;
     margin: 0;
     padding: 2px;
}

#impressum div {
     float: left;
     width: auto;
}

#nav a {
    list-style-type: none;
    border-top: 10px solid #F16348;
}

.link_ohne a{
	border:0 solid #ffffff;
	background-color:transparent;
	font-size:0;
	padding:0;
	margin:0;
}










/* =================================================
	E N D E
==================================================*/



.test {
	background-color: red;
}



