html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}


a {
	color: #595441;
}
a:hover {
	color: #b2265d;
}

h3:hover {
	color: #b2265d;
}


.clear {
	clear: both;
}

body {
	background-color: #cccccc;
  	font-size: 13px;
  	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  	color: #484c4f;  
  	line-height: 18px;
	margin: 0px;
	padding: 10px 0px 30px 0px; /***top right bottom left***/
  	text-align: center;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 1050px;
	
	background: #ffffff;
  position: relative;
}

#header {
  background: #cccccc url(fotostudio/pic/header.gif) no-repeat;
  height: 80px;
}


#body {
  padding-top: 3px;
  background-color:#FFF;
  
}


#navigation {
  float: left;
  width: 175px;
}
#main {
  float: right;
  width: 872px;
  background: #f0f0f0;
  margin-bottom: 0px;
  height: 700px;
}

#mainflex {
  float: right;
  width: 872px;
  background: #f0f0f0;
  margin-bottom: 0px;
  }



p {
padding: 0px 12px;
}

table {
margin-left: 12px;
font-size: 12px;
}

table.single {
background-color:#ffffff;
  border-width:1px;
  border-style:solid;
  border-color:grey;

}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #484c4f;
  padding: 0px 12px;
}

h2 {
  font: bold 22px "arial narrow", arial, sans-serif; 
  color: #484c4f;
  padding: 6px 12px;
  padding-top: 18px;
  padding-bottom: 18px;
}


img.preview {

border: 1px solid grey;
}



li {

  font-size: 12px;
  background: #f0f0f0 left url(fotostudio/pic/circle.gif) no-repeat;
  list-style: none;
  padding: 0 0 0px 35px;
}


#navigation li {
  
  background: #303336;
  border-bottom: 2px solid #ffffff;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 2px 25px;
}

#regionen li {
  
  background: #f0f0f0 left url(fotostudio/pic/orange-dot.gif) no-repeat;
  font-size: 12px;
  font-weight: bold;
  
  padding: 7px 0 9px 75px;		/***top right bottom left***/
}

#navigation li.plz {
  
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 10px;
  padding: 0px 0 0px 55px;  /***top right bottom left***/
}

#navigation a {
  text-decoration: none;
  color: #f0f0f0;
}
#navigation a:hover {
  
  color: #b2265d;
}


#footer {
  background: #cccccc url(fotostudio/pic/footer.gif) no-repeat;
  color: #f0f0f0;
  text-align: right;
  padding: 3px 12px 0px 0px;  /***top right bottom left***/
  height: 40px;
}

#footer a {

  color: #f0f0f0;
  text-decoration: none;


}


#copyright {
  text-align: center;
  font-size: 9px;
  padding: 3px;
}