body,html{
	padding:0px;
	margin:0px;
	background:#D9D9D9;
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	
}

h1 {
	font-size:120%;
}

h2 {
	font-size:100%;
}

p{
	font-size:90%;
}

#rahmen{
	width:840px;
	height:540px;
	margin:0 auto;
	background:#FFFFFF;
	margin-top:40px;
}

/************  Navigation ********************/
#nav{
	margin-left:20px;
	width:800px;
	height:20px;
		
}

#nav ul{
	/*width:400px;*/
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:right;
}

#nav ul li{
	float:left;
	padding:0px;
	margin: 0px 20px 0px 0px;
}

#nav ul li.last{
	padding:0px;
	margin: 0px 0px 0px 0px;
}

#nav ul li a{
	color:#000000;
	text-decoration:none;
	font-size:1em;
	
}

#nav ul li.active a{
	font-weight:bold;
}

/**********************************************/
/***************  Hintergrund      ************/

.home{
	background:url(../images/titel.jpg) repeat-x;
}

.standard{
	background:url(../images/hintergrund.jpg) repeat-x;
}

.products{
	background:url(../images/produkte.jpg) repeat-x;
}

.studio{
	background:url(../images/studio.jpg) repeat-x;
}

.vita{
	background:url(../images/portrait.jpg) repeat-x;
}

/**********************************************/
/***************  Content-Bereich  ************/

#content{
	width:800px;
	height:390px;
	margin-left:20px;
	margin-right:20px;
	padding:110px 0px 0px 0px;
}

#content_main{
	width:800px;
	height:500px;
	margin-left:20px;
	margin-right:20px;
	padding:0px 0px 0px 0px;
}


#content #streifen{
	width:800px;
	height:280px;
	background:#FFFFFF;
}

#content #streifen #bild{
	/*background:#000000;*/
	width:240px;
	height:240px;
	padding:20px 0px 20px 20px;
	float:left;
}

#content #streifen #text{
	/*background:#ffff00;*/
	width:500px;
	height:240px;
	padding:20px 20px 20px 20px;
	float:left;
}

#content #streifen #text p{
	margin-top:0px;
	line-height:20px;
}

#content #streifen #text .text{
	width:490px;
	height:200px;
	padding-bottom:20px;
	padding-right:10px;
	overflow:auto;
}

#content #streifen #text .text_standard{
	width:490px;
	height:240px;
	overflow:auto;
	padding-right:10px;
}

#content #streifen #text .beschreibung{
	width:500px;
	height:20px;
}

#linnav{
	width:760px;
	height:90px;
	/*background:#FF0000;*/
	text-align:right;
	padding:20px 40px 0px 0px;
}

#linnav a{
	text-decoration:none;
	font-family:courier new,verdana,sans-serif;
	font-size:400%;
	color:#FFFFFF;
}

/**********************************************/
/****************  Footer  ********************/

#footer{
	margin-left:20px;
	width:800px;
	height:20px;
}

#footer ul{
	width:400px;
	list-style-type:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	
}
#footer ul li{
	float:left;
	padding:0px;
	margin: 0px 20px 0px 0px;
}

#footer ul li a{
	color:#000000;
	text-decoration:none;
	font-size:1em;
	
}

#footer ul li.active a{
	font-weight:bold;
}
