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


* {
	margin: 0px; 
   	padding: 0px;
	
}




body {
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		background-color: #FFFFFF;
		background: url(../images/background.gif);
		background-repeat: repeat;
		height: 100%;
}


/*links*/
		
a {

	color: #666666;
	text-decoration: none;
}


a:hover {
			text-decoration: none;
}


a img {
		border: none;
}


/*ueberschrift*/

h1, h2, h3 {
			font-family: Arial, Geneva, sans-serif;
			color: #000000;
			background: transparent;
}


h1 {
	font-size: 1.6em;
}


h2 {
	font-size: 1.4em;
}


h3 {
	font-size: 1.2em;
}


.container {
			position: absolute;
			color: #000000;
			background: transparent;
			width: 762px;
			top: 50%;
			left: 50%;
			margin-top: -305px;
			margin-left: -338px;
}

#header {
		height: 80px;
		background: url(../images/logo.gif) top center no-repeat;
		margin: auto;
		width: 762px;
}

#content {
		position: relative;
		height: 400px;
		background-repeat: repeat;
		width: 753px;
		background-color: #000000;
		
}

#content2 {
	width: 700px;
	margin:  auto;
	padding-top: 40px;
	position: relative;
	text-align: justify,center;
	color: #FFFFFF;
	height: 350px;
}

#contentleft {
				width: 350px;
				height: 350px;
				margin: auto;
				position: absolute;

}


#contentright {
	margin: auto;
	position: absolute;
	height: 350px;
	width: 350px;
	top: 26px;
	left: 407px;
	width: 251px;
}
#footer1 {
		height: 100px;
		background: url(../images/footer.gif) top center ;
		margin: 0 auto;
		width: 762px;
		
}

#footer2 {
		position:relative;
		width:762px;
		height:30px;
		margin: 10px 0px;
		font-size:10px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
}


/*horizontal menue*/

#menu1 {
	position:relative;
	width:762px;
	z-index:8;
	margin: 0px;
	padding :40px 0px;
	border: none;
	list-style-type: none;
	text-align: center;
	
}

#menu1 li {
	display: inline;                                    
    padding: .0em 0px .0em 0;
	margin: 0;
	padding: 0 8px 0 8px;
	height: 40px;
	background: url(../images/navi_ident.gif) top right no-repeat;
}
               
#menu1 a {
    padding: 50px;                                     
    text-decoration: none;
    color: #666666;            
    padding: .5em 0em;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
		                                           
}
#menu1 a:hover {
				       
                color: #CCCCCC;                           
}
