/* CSS Stylesheet by pixelize.ch © 2012 */
/* Thanks for looking at this code */

body {
		
		color: #000;
		font-family: 
		font-size: 12px;	
}


#container {
		
		
		height: 600px;
		width: 1000px;
		margin: auto;
		margin-top: 120px;
}

#inhalt {

		color: #000;
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		margin-left: 50px;
}


#logounten {
		
		bottom: 0px;
		left:50%;
		margin-left: -750px;
		position: fixed;
		width:1000px;
	
}

#link {
	
		font-family: "Courier New", Courier, monospace;
		font-size: 9px;
		bottom: 10px;
		position:fixed;
		margin-right: 10px;
		width: 1000px;
}


/* navigation */

a:link {
		color:#000;
		text-decoration:none;
}


a:visited {

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


a:hover {

		color: #000;
		font-weight:100;
		text-decoration:none;
	
}


a:active {

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



hauptnavigation a:hover {
	
	

		font-family: "Courier New", Courier, monospace;
		font-weight: 100;
		color: #000;
		text-decoration:none;
}


#hauptnavigation {
	
		
		clear: both;
		color:#000;
		float: right;
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		font-weight:bold;
		letter-spacing: 1px;
		margin-top: -35px;
		margin-left:-500px;
		left: 50%;
		position:absolute;
		width: 1000px;
		z-index: 2;
				
}
		
		
#hauptnavigation ul {
	
		float: right;
		margin: 0px;
		padding: 0px;
		
}


#hauptnavigation li {
	
		float: right;
		margin: 0px;
		padding: 0px;
		list-style: none;
		
}


#hauptnavigation a {
	
		float: right;
		padding: 7px 22px;
		text-decoration: none;
		
}

/* nav verhalten */





#hauptnavigation a.aktiv {
	
		 color: #FFF;
		text-decoration:none;
}



#navigation a:link {
	
		color:#000;
		text-decoration:none;
}




#navigation a:visited {

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




#navigation a:hover {

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




#navigation a:active {

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



/* nav ende */