/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}
body{
	background-color: #000;
	background-image: url(pv-bg.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #555338;
	font-size: 0.76em;
	text-align: center;
}
h1{
	font-size: 1.2em;
	color: #555338;
	text-decoration: underline;
	
}
a:link{
	color:#555338;
	}
a:visited{
	color:#000;
}
a:hover{
	color: Red;
}


/* ======== Seiten-Container ========================*/

#container{
	width: 974px;
	margin: 0px auto;
	text-align: center;
	background-image: url(pv-contentbg.jpg);
	background-repeat: repeat-y;
}

#header{
	width: 870px;
	height: 84px;
	margin: 0px 0px 0px 15px;
	text-align: right;
	background-image: url(pv-headerbg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
}

#menue{
  float: left;
	width: 177px;
	height: auto;
	overflow: auto;
	background-image: url(menuebg.jpg);
	background-repeat: repeat-y;
	margin: 10px 0px 0px 17px;
	list-style-type: none;
	}
* html #menue{
	margin: 10px 0px 0px 15px;
}


#menue .top{
	width: 177px;
	background-image: url(menuetop.jpg);
	background-repeat: repeat-y;
	padding: 3px 0px 0px 0px;
}

#menue  ul{
  width:110px;
  height: auto;
  margin: 10px 0px 0px 20px;
  padding: 0;
  list-style-type: none;
  text-align:left;
  font-size: 1.1em;
	color: #555338;
}

#menue .fuss{
	width: 177px;
	height: 17px;
	background-image: url(menuefuss.jpg);
	background-repeat: no-repeat;
}

#menue1{
  float: left;
	width: 177px;
	height: auto;
	overflow: auto;
	background-image: url(menuebg.jpg);
	background-repeat: repeat-y;
	margin: 10px 0px 0px 5px;
	list-style-type: none;
	}


#menue1 .top1{
	width: 177px;
	background-image: url(menuetop.jpg);
	background-repeat: repeat-y;
	padding: 3px 0px 0px 0px;
}

#menue1  ul{
  width:110px;
  height: auto;
  margin: 10px 0px 0px 20px;
  padding: 0;
  list-style-type: none;
  text-align:left;
  font-size: 1.1em;
	color: #555338;
}

#menue1 .fuss1{
	width: 177px;
	height: 17px;
	background-image: url(menuefuss.jpg);
	background-repeat: no-repeat;
}

#wrapper{
	float: left;
	width: 570px;
	height: auto;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
#wrapper .imagecontainer img{
	border: thin solid #000;
	margin: 1px;
}

#wrapper .textcontainer{
   float: left;
	width: 180px;
	height: 50px;
	line-height: 1.0em;
	color: #555338;
	font-size: 1.0em;
	text-align: left;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 0px 5px;
}
#wrapper .werbecontainerstarttext{
   float: left;
	width: 560px;
	height: 120px;
	font-size: 1.0em;
	text-align: left;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 0px 5px;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 0px 5px;
}
#wrapper .werbecontainerstarttext h1{
   font-size: 1.0em;
	color: #555338;
	text-decoration: none;
}
#wrapper .werbecontainerstarttext h2{
   font-size: 1.0em;
	color: #555338;
}
#wrapper .werbecontainer{
	float: left;
	width: 550px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 2px;
}

#wrapper .werbecontainerfuss{
   float: left;
	width: 560px;
	height: 200px;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 0px 5px;
}
#footer{
  clear: both;
	width: 960px;
	height: 20px;
	text-align: center;
	
}