/* CSS Document */

/*Stylesheet von Fotostudio Michaela
erstellt am 1. März 2008

Autor: Sarah Schmitt*/



/*/////////////////////////////////////////////////////////////////////////////////////////
Allgemeine Formatierungen
/////////////////////////////////////////////////////////////////////////////////////////*/

body {
	margin:10px; 
	font-family: Helvetica, Verdana, Trebruchet MS, Arial, sans-serif;
	font-size:11px;
	line-height: 15px;
	color: #FFFFFF; 
	background-color: #874141;	
}

a { text-decoration:none; color:#ffffff;}
a:link{ text-decoration:none; color:#ffffff;}
a:hover { text-decoration:underline; color:#ffffff;}
a:visited {text-decoration:none; color:#ffffff;}


hr { color:#878787; border: 0.1em solid;}

h1 { font-size:11px; color:#aaaaaa; font-weight:normal; margin-bottom: 0px; margin-top:0px; }


ul li { list-style-image: url(images/aufz.jpg);
		list-style-position:outside;}
		
li {padding-bottom:10px; }


/*/////////////////////////////////////////////////////////////////////////////////////////
Grundlayout
/////////////////////////////////////////////////////////////////////////////////////////*/

#site {
	margin:auto;
	width:934px;
	}
	
#navigation {
	width:934px;
	height:82px;
	}
	
#rahmen_weiß {
	padding:30px;
	width:874px;
	height:426px;
	background-color:#FFFFFF;
	}
	
#content {
	width:874px;
	height:426px;
	background-color:#464646;
	}

#inhalt {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	padding:3px;
	width:250px;
	float:left;
	}
	
#inhalt_anfahrt {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 0px;
	padding:3px;
	width:280px;
	float:left;
	}
	
#inhalt_impressum {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 15px;
	line-height:14px;
	padding:3px;
	width:250px;
	float:left;
	}
	
#inhalt_rechts {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 30px;
	line-height:15px;
	width:490px;
	text-align:justify;
	float:left;
	}
	
#inhalt_anfahrtskizze {
	padding:0px;
	width:532px;
	float:left;
	}
	
/*#logo_content {
	position: relative;
	top:-4px;
	left:87px;
	}*/


/*/////////////////////////////////////////////////////////////////////////////////////////
Startseite
/////////////////////////////////////////////////////////////////////////////////////////*/

#rahmen_weiß_start {
	width:934px;
	height:486px;
	background-color:#FFFFFF;
	}

#content_start {
	margin-top:30px;
	margin-right:30px;
	float:right;
	width:574px;
	height:426px;
	background-color:#464646;
	}
	
#streifen {
	margin-top:1px;
	float: left;
	width:30px;
	height:424px; 
	background-image:url(images/streifen.gif); 
	background-repeat:repeat-y;
	}
