@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

html body{
	width:100%;
	height:100%;
	color: #000000;
	font-family:Verdana, Arial, Helvetica,  sans-serif;
	font-size:11px;
	line-height:16px;
}

img {
	border:none;
	}

h4 {
	font-size:14px;
	line-height:18px;
	}


h2 {
	font-size:11px;
	font-weight:bold;
	padding:3px 0 3px 0;
	}
	
h1 {
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	padding:3px 0 3px 0;
	}
	

p	{
	margin:4px 3px 4px 3px;
	}
	
a {
	color: #666666;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #000000;
}

/*hauptinhalt*/
#wrapper {
	position:absolute;
	margin:34px 0 0 -480px;
	padding:0 12px 0 12px;
	top:0;
	left:50%;
	width:968px;
	z-index:10;
	background:url(img/lrschatten.png) repeat-y right 42px #ffffff;	
}

#main {
	margin:24px 0 0 192px;
	padding:0 0 6px 0;
	width:776px;
	min-height:420px;
	background:#dddddd;
}

/*hauptinhalt IE-Explorer*/
*html #wrapper {
	position:absolute;
	margin:34px 0 0 -484px;
	padding:0 0 0 12px;
	top:0;
	left:50%;
	width:968px;
	z-index:10;
	background:url(img/lrschatten.gif) repeat-y right 42px #ffffff;	
}

/*------------*/

#zeile {
	margin:0 0 4px 0;
	width:776px;
	background:#eeeeee;
	overflow:hidden;
	}
	
#kopfzeile {
	margin:0;
	width:753px;
	background:#dddddd;
	border-bottom:4px solid #FFFFFF;
	padding:3px 3px 3px 12px;
	}

/*--zeilencontent---*/
/*--texte--*/
#cont_left {
	float:left;
}

#cont_left img{
	width:190px;
	padding:0 2px 0 0;
}

#cont {
	float:left;
	padding:0 3px 3px 12px;
	width:753px;
}
	
#cont_half {
	float:left;
	padding:0 3px 3px 12px;
	width:369px;
}

#cont_tri {
	float:left;
	padding:0 3px 3px 12px;
	width:559px;
}

#cont_quart {
	float:left;
	padding:0 3px 3px 12px;
	width:177px;
}

/*--texte mit dunkel--*/
#contd {
	float:left;
	padding:6px;
	width:754px;
	background:#cccccc;
	border-right:solid 2px #dddddd;
	border-bottom:solid 2px #dddddd;
}
	
#contd_half {
	float:left;
	padding:6px;
	width:370px;
	border-right:solid 2px #dddddd;
	border-bottom:solid 2px #dddddd;
}

#contd_tri {
	float:left;
	padding:6px;
	width:562px;
	border-right:solid 2px #dddddd;
	border-bottom:solid 2px #dddddd;
}

#contd_quart {
	float:left;
	padding:6px;
	width:178px;
	background:#cccccc;
	border-right:solid 2px #dddddd;
	border-bottom:solid 2px #dddddd;
}

/*--bilder--mit margin--*/

#cont_half img{
	width:370px;
	height:auto;
}

#cont_tri img{
	width:562px;
	height:auto;
}

#cont_quart img{
	width:190px;
	height:auto;
}

/*nicht nehmen*/
/*--bilder--ohne margin----*/
#cont_quartimg {
	float:left;
	width:190px;
	height:auto;
	border-right:2px solid #dddddd;
	
}

#cont_halfimg{
	float:left;
	width:382px;
	height:auto;
	border-right:2px solid #dddddd;
}

#cont_triimg {
	float:left;
	width:574px;
	height:auto;
	border-right:2px solid #dddddd;
}


#cont_img {
	float:left;
	width:766px;
	height:auto;
	border-right:2px solid #dddddd;
}


/*verschiedene icons*/ 
 #iconlist ul {
 }

 #iconlist li#pdf {
 	list-style-type:none;
 	background:url(img/pdf.gif) no-repeat -2px 50%;
 	padding: 0 0 0 16px;
 	margin: .4em 8px 0 -4px;
 }

 #iconlist li#groe {
 	list-style-type:none;
 	background:url(img/groesser.gif) no-repeat -2px 50%;
 	padding: 0 0 0 16px;
 	margin: .4em 8px 0 -4px;
 }

 #iconlist li#qt {
 	list-style-type:none;
 	background:url(img/quicktime.gif) no-repeat -2px 50%;
 	padding: 0 0 0 16px;
 	margin: .4em 8px 0 -4px;
 }

#iconlist li#fla {
 	list-style-type:none;
 	background:url(img/flash.gif) no-repeat -2px 50%;
 	padding: 0 0 0 16px;
 	margin: .4em 8px 0 -4px;
 }
 
 #iconlist li#pf {
 	list-style-type:none;
 	background:url(img/pfeil.gif) no-repeat -2px 50%;
 	padding: 0 0 0 16px;
 	margin: .4em 8px 0 -4px;
 }
 
  #iconlist  li#pm {
 	list-style-type:none;
 	background:url(img/pfeil_menu.gif) no-repeat 3px 0px;
 	padding: 0 6px 0 18px;
 	margin:0;
	display:inline;
 }
 
 li#pm {
 	list-style-type:none;
 	background:url(img/pfeil_menu.gif) no-repeat 3px 0px;
 	padding: 0 6px 0 18px;
 	margin:0;
 }
 