* { 
	margin: 0;
	padding: 0;
	font-family:Arial;
}

body {
	text-align: center; 
	margin:0; 
	padding:0; 
	color:#585858;	
}

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background-color:#b2b4b6;
	font-size: 14px;
	line-height: 1.5;
}
h1 {
	font-size: 16px;
	color:#ec008c;
	width:570px;
	border-bottom:1px solid #ec008c;
}
h2 {
	font-size: 16px;
	color:#ec008c;
}

#inhalt a ,a:visited{
	color:#585858;
}

#inhalt a:hover{
	color:#ec008c;
}

#inhalt font a, #inhalt font a:hover, #inhalt font a:visited{
	color:white;
}

/********************************
***** DIV'S *********************
********************************/
div#verlauf{
	width: 744px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background-image:url('back.jpg');
}

div#header {
	height: 160px;
	font-size: 12px;
	text-align: left;
	background-image:url('head_n.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

div#main {
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: url(back_m.jpg) repeat-y;
}

div#navi {
	padding-left:1px;
	padding-top:27px;
	width: 150px;
	float: left;
}

div#inhalt {
	padding-top:10px;
	margin-left: 155px;
	margin-right: 13px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-image:url('wasserzeichen.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-position:top;

}

div#unten {
	padding-top:15px;
	padding-left:150px;
	clear: both;
	width: 594px;
	height:45px;
	color:#000000;
	background:url('unten.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

div#zaehler {
	text-align: center; 
	width: 744px;
	height:80px;
	font-size:8px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
******************************
****NAVI - Links *************
******************************/

#nav, #nav ul {
	list-style: none;
	padding-left:5px;
	font-size: 14px;
	font-weight:bold;
}

#nav u{
	padding:0 5px;
}

#nav li a {
	background-image:url('navi.jpg');
	background-repeat:no-repeat;
	display: block;
	text-decoration: none;		
	padding-top:3px;
	padding-left:5px;
	color: #231f20;
	margin-bottom:3px;
	
	height:27px;
	width: 131px;
	font-size: 14px;
	font-weight:normal;
}

#nav li a:hover {
	background-image:url('navih.jpg');
	background-repeat:no-repeat;
	width: 131px;
	font-style:italic;
}


#nav li h6 a{
	background-image:url('navih.jpg');
	background-repeat:no-repeat;
	padding-top:3px;
	display: block;
	color: #231f20;
	text-decoration: none;	
	height:24px;
	width: 131px;
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
}



#box1{
	position:absolute;
}

.mask{
	position:relative;
	width:500px;
	height:500px;
	overflow:hidden;
	border:1px solid #b2b4b6;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:25px;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}
