﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}


body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: rgb(241,225,202);
	font-size: 85%;
	line-height: 1.4;
	color: rgb(100,100,100);
}

img { border: 0; }


#abstand {
	float: left;
	width: 1px;
	height: 50%;
	margin-bottom: -490px;
}

/* #######################  Startpage Special ###################################### */


#start_abstand {
	float: left;
	width: 1px;
	height: 50%;
	margin-bottom: -236px;
}

#startcontainer {
	clear: left;
	position:relative;
	height: 472px;
	width: 630px;
	margin: 0 auto;
	border: 2px solid white;
	background-image: url(/images/Anne_Start.gif);
}                           /* border kann auch in Grafik selbst definiert werden */


#begruessungstext {
	color:rgb(220,198,166);
	background-color:white;
	position:absolute;
	top:0;
	left:0;
	width:160px;;
	padding-right:10px;
	padding-bottom:10px;
	border-bottom:1px solid black;
}


#starttext {
	visibility: hidden;
}  
	
#startlink {								/* Container enthält das transparente startlink.gif */
	float: right;
	margin-top: 390px;
	margin-right: 40px;
	}

/* ######################## Page Normalmodus ###################################### */


 #wrapper {
	clear: left;
	height: 900px;
	width: 800px;
	background-color: white;
	margin: 0 auto;
	border: 1px solid rgb(74, 52, 43  );
}                           /* border kann auch in Grafik selbst definiert werden */

 
#navigation li {
	font-size: 11px;
	display: inline;
	
			
	                  /* Aktive Links - sind größer und leuchten auf */
}

#navigation ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	padding-top: 10px;	
	
	}

a {
	text-decoration: none;
	color: #603606;
	font-weight: bold;
	padding-right: 20px;
	}

#orange_links {
	font-size: 15px;
	color: #FF8000;
	vertical-align: sub;
}

#hinweis {
	color: #FF7070;
	margin-bottom: -10px;
}
	
ul {
	list-style-type: none;
}

#modelle_liste li {
	color: rgb(70,70,70);
	font-weight: bold;
	font-size: 13px;
}

#modelle_liste {
	padding-bottom: 50px;
}

#preise-liste {
	border-spacing: 7px;
	width: 100%;
	height: 20%;
	color: rgb(70,70,70);
	font-size: 11px;
	text-align: left;
	margin-bottom: 20px;
}

#preise-liste td {
border: 1px solid black;
background-color: white;
padding-left: 3px;
}


#vita {
	float: left;
	height: 306px;
	width: 227px;
	background-image: url(/images/Anne.jpg);
	margin-top: 23px;
	margin-right: 15px;
	margin-bottom: 7px;
	border: 3px solid rgb(241,225,202);
}

#vita p {
	visibility: hidden;
}

h2 {
	font-size: 0,8em;
	margin-bottom: 10px;
	margin-top: 20px;
	color: rgb(100,100,100);
}


p {
	margin-bottom: 10px;
}

#content {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 5px;
}


#content p {
	text-align: justify;
	font-size: 11px;
	
}

#impress_intro p {
	text-align: center;
	font-weight: bold;
}

#impress_intro {
	padding-top: 40px;
	padding-bottom: 30px;
}

/* #####################  Kontaktformular  ######################*/


#OK { /* Kontaktformular Verschickt-Meldung  */
	font-weight: bold;
	color: red;
	margin-bottom: -15px;
}

#Formularstyle { /* Kontaktformular */
	width: 600px;
	font-size: 11px;
  font-weight: bold;
  border: solid black 1px;
  }

label {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	width: 100px;
}

input, textarea {
	width: 450px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid black;
}

#legend_kontaktform {
	margin-bottom: 10px;
	margin-top: 20px;
}


/* #####################  Bildgestaltung  ######################*/



#bild1 {                                       /* Methodik */
	background-image: url(/images/Bild1.gif);
	border: 3px solid rgb(241,225,202);
	float: left;
	width: 157px;
	height: 157px;
	margin-top: 23px;
	margin-right: 15px;
	margin-bottom: 7px;
}

#bild2 {                                       /* Repertoire */
	background-image: url(/images/Bild2.gif);
	border: 3px solid rgb(241,225,202);
	float: left;
	width: 157px;
	height: 157px;
	margin-top: 23px;
	margin-right: 15px;
	margin-bottom: 7px;
}

#bild3 {                                       /* Repertoire */
	background-image: url(/images/Bild3.gif);
	border: 3px solid rgb(241,225,202);
	float: right;
	width: 157px;
	height: 157px;
	margin-top: 23px;
	margin-left: 15px;
	margin-bottom: 7px;
}

#clearfloat {
float: clear both;
}

#bild4 {                                       /* Methodik */
	background-image: url(/images/Bild4.gif);
	border: 3px solid rgb(241,225,202);
	float: right;
	width: 157px;
	height: 157px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 7px;
}