/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-image:url(../img/bgr_shadow.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

* html #site {
	margin-left:-449px;
}
* html #modul_top {
	background-position:bottom;
}
* html #img_modul {
	display:inline;
}
* html #bgr_modul {
	margin-top:18px;
}
*html #modul_bottom{
	font-size:6px;
}

img{
	border:none;
}

a:link, a:visited, a:active{
	text-decoration:none;
	font-style:normal;
	color:#000000;
}
a:hover{
	text-decoration:underline;
}

#site{
	position:absolute;
	width:900px;
	margin-left:-450px;
	left:50%;
	top:0px;
}
		#cont{
			padding-top:50px;
			margin-left:65px;
			}
				#header{
					width:769px;
					height:15px;
					background-image:url(../img/trenner.jpg);
					background-position:bottom;
					background-repeat:no-repeat;
				}
				#bgr_modul{
					margin-top:25px;
					height:162px;
					width:771px;
				}
					#modul_top{
						position:relative;
						height:5px;
						width:771px;
						background-image:url(../img/modul_top.gif);
						background-repeat:no-repeat;
					}
					#modul_middle{
						position:relative;
						width:771px;
						float:right;
						background-image:url(../img/modul_middle.gif);
					}
						#img_modul{
							float:left;
							width:220px;
							margin-left:5px;
						}
							#pic01{
								height:150px;
								padding:1px 0px 0px 1px;;
								background-image:url(../img/modul_img.jpg);
								background-repeat:no-repeat;
							}
							#pic02{
								height:150px;
								margin-top:46px;
								padding:1px 0px 0px 1px;;
								background-image:url(../img/modul_img.jpg);
								background-repeat:no-repeat;
							}
						#cont_modul{
							float:right;
							width:527px;
							background-image:url(../img/modul_cont_middle.jpg);
							background-repeat:repeat-y;
						}
							#cont_modul_top{
								width:522px;
								height:22px;
								padding:1px;
								background-image:url(../img/modul_cont_top.jpg);
								background-repeat:no-repeat;
							}
							#bgr_ueberschrift{
								width:518px;
								height:21px;
								background-image:url(../img/bgr_ueberschrift.jpg);
								background-repeat:no-repeat;
							}
								#txt_ueberschrift{
									padding-top:3px;
									margin-left:50px;
								}
							#txt_container{
								width:510px;
							}
								#txt{
									padding-top:10px;
									padding-left:3px;
								}
					#footer_cont{
								width:522px;
								height:28px;
								padding-top:5px;
								background-image:url(../img/modul_cont_bottom.jpg);
								background-repeat:no-repeat;
								background-position:bottom;
							}
									#btn_back{
									width:83px;
									height:22px;
									margin-left:3px;
									background-image:url(../img/btn_back.jpg);
									background-repeat:no-repeat;				
								}
					#modul_bottom{
						position:relative;
						clear:both;
						height:7px;
						width:771px;
						background-image:url(../img/modul_bottom.gif);	
						background-position:bottom;
						background-repeat:no-repeat;
					}	

