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


html, body {
	margin:0;
	padding:0;
	height:100%;
	
}

body,td,th,input,textarea,option,select  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#252525;
}
body {
		position:relative;
	background-color: #85c6e4;
	background-image: url(../images/bg_site_default.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#left{
	float:left;
	width:200px;
	position:relative;
	height:100%;
	z-index:10;
	}
.image_left {
	width: 200px;
	height: 240px;
	position: absolute;
	bottom: 0;
	left: 0;
		background-image:url(../images/men_menu_default.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	z-index: 0;
}
h1 {
	font-size:12px;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/h_balken/blau_rechts.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#85c6e4;
}
h1 div{
	line-height:12px;
	padding:9px;
	background-image:url(../images/h_balken/blau_links.png);
	background-position:left;
	background-repeat: no-repeat;
	}


