*{
		margin: 0;
		padding: 0;
	}


body{
	
	background-image:url("images/Muster-g.gif");
	float:none;

}


/*Fläche grau*/

#grau{
	
	height:555px;
	width:800px;
	margin:auto;
	margin-top:45px;
	background-color:#dddddd;
	background-repeat:no-repeat;

		
	
}	


/*Menu*/

#menu{
	position:relative;
	height:65px;
	width:800px;
	background-color:white;
	

	
}

/*Navigation*/
ul#navi{
	list-style-type:none;
	font-family:helvetica,"lucida sans",lucida,verdana,courier;
	color:#000;
	margin-left:30px;

}

ul#navi li {
	float:left;
	margin-top:21px;
	margin-right:auto;
	/*margin-right:17px;*/

}


/*Navigation Schrift*/
ul#navi li a {
	float:none;
	width:85px;
	padding:23px;
	background:transparent;
	font-size:15px;
	text-decoration:none;
	color:#463142;

}

ul#navi li a.current {
	float:none;
	width:85px;
	padding:23px;
	background:transparent;
	font-size:15px;
	text-decoration:none;
	color: #711844;
}


/* remove dashed boxes from around links in firefox */
a:focus {
    outline: none;
  
}


/*textblock regulär*/

#text{
	
	background-color:#dddddd;
	/*background-color:transparent;*/
	position:relative;
	margin-left:30px;
	margin-top:45px;
	width:310px;
	height:400px;
	float:left;
}

/*textarten*/
#text p{
	font-family:helvetica,"lucida sans",lucida,verdana,courier;
	font-size:13px;
	line-height:243%;
	color:gray;
	
	
}


em{
	font-style:italic;
	
}
em.rot{
	background:transparent;
	font-size:13px;
	text-decoration:none;
	color: #711844;
	
}

/*Bildblock regulär Hochformat*/

#bildhoch{
	
	background-color:#dddddd;
	position:relative;
	margin-right:30px;
	margin-left:10px;
	margin-top:15px;
	width:420px;
	height:400px;
	float:right;

	
}

/*positionierung bild*/
p.mitten {
	text-align:center;
	border:none;

	

}	
	
/*Pfeil weiter (rechts)*/

#next a {
   background-repeat: no-repeat;
   display: block;
	margin-right:10px;
	margin-top:5px;
	width:30px;
	height:30px;
	float:right;
	background-image:url("images/rechtsgr.gif");
}

#next a:hover {
   background-repeat: no-repeat;
   display: block;
	margin-right:10px;
	margin-top:5px;
	width:30px;
	height:30px;
	float:right;
	background-image:url("images/rechts.gif");
}

	
/*Pfeil zurück (links)*/

#back a {
   background-repeat: no-repeat;
   display: block;
	margin-right:1px;
	margin-top:5px;
	width:30px;
	height:30px;
	float:right;
	background-image:url("images/linksgr.gif");
}

#back a:hover {
   background-repeat: no-repeat;
   display: block;
	margin-right:1px;
	margin-top:5px;
	width:30px;
	height:30px;
	float:right;
	background-image:url("images/links.gif");
}

/*textblock breit*/

#textbreit{
	
	background-color:#dddddd;
	position:relative;
	margin-left:30px;
	margin-top:45px;
	width:670px;
	height:120px;
	float:left;
}

/*textart*/
#textbreit p{
	font-family:helvetica,"lucida sans",lucida,verdana,courier;
	font-size:13px;
	line-height:243%;
	color:gray;
	
	
}






/*Bildblock Breitformat*/

#bildbreit{
	
	background-color:#dddddd;
	position:relative;
	margin-right:30px;
	margin-left:10px;
	margin-top:15px;
	width:740px;
	height:280px;
	float:right;

	
}

/*positionierung bild*/
p.mitten {
	text-align:center;
	border:none;

	

}	


/*Bildblock Wischi1-6*/

#bildwischi{
	
	background-color:#dddddd;
	/*background-color:pink;*/
	position:relative;
	margin-right:30px;
	margin-left:120px;
	width:550px;
	height:300px;
	float:left;

	
}

/*positionierung bild wischi1-6*/
p.mitten {
	text-align:center;
	border:none;

	

}	

/*textblock regulär 1-6*/

#textwischi{
	

	background-color:#dddddd;
	/*background-color:pink;*/
	position:relative;
	margin-left:30px;
	margin-top:13px;
	width:740px;
	height:120px;
	float:left;
}
/*textart wischi1-6*/
#textwischi p{
	font-family:helvetica,"lucida sans",lucida,verdana,courier;
	font-size:12px;
	line-height:195%;
	color:gray;

	text-align:justify;
	
}


/*textblock regulär7-8 linker Block*/

#textwischi1{
	

	background-color:#dddddd;
	/*background-color:pink;*/
	position:relative;
	margin-left:30px;
	margin-top:48px;
	width:350px;
	height:400px;
	float:left;
}
/*textart wischi 7-8*/
#textwischi1 p{
	font-family:helvetica,"lucida sans",lucida,verdana,courier;
	font-size:12px;
	line-height:195%;
	color:gray;
	font-style:italic;
	text-align:justify;
	
}




/*textblock regulär7-8 rechter Block*/

#textwischi2{
	

	background-color:#dddddd;
	/*background-color:pink;*/
	position:relative;
	margin-left:30px;
	margin-top:13px;
	width:350px;
	height:400px;
	float:left;
}

/*textart wischi*/
#textwischi2 p{
	font-family:helvetica,"lucida sans",lucida,verdana,courier;
	font-size:12px;
	line-height:195%;
	color:gray;
	font-style:italic;
	text-align:justify;
	
}


/* Zoomlink*/


a.zoom {
	
	background-color:#dddddd;
	position:relative;	
	margin-top:10px;
	width:30px;
	height:15px;
	float:right;
	text-decoration:none;
	color: gray;
	font-family:helvetica,"lucida sans",lucida,verdana,courier;
	font-size:12px;
	
}


/*textblock about me*/

#textme{
	
	background-color:#dddddd;
	/*background-color:transparent;*/
	position:relative;
	margin-left:30px;
	margin-top:45px;
	width:310px;
	height:400px;
	float:left;
}

/*textarten*/
#textme p{
	font-family:helvetica,"lucida sans",lucida,verdana,courier;
	font-size:12px;
	line-height:243%;
	color:gray;
	
	
}


em.emme{
	font-style:italic;
	
}
em.rotme{
	background:transparent;
	font-size:12px;
	text-decoration:none;
	color: #711844;
	
}







