/* CSS Document */
/**********/ /* 
		GENERELL     
*/ /**********/
a, a:link, a:visited, a:hover, a:active{
text-decoration: none;
}

	:focus{ -moz-outline-style: none;}

/**********/ /* 
		TOP MENU      
*/ /**********/
#header[id] {
	position: fixed;}
body {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: 50% 0%; 
	background-attachment: fixed;	
}
#first{margin-top:150px;}
/**********/ /* 
		BOXES    
*/ /**********/
div.myBox {
	padding: 10px;
}
/**********/ /* 
		FONT    
*/ /**********/
.laufschrift {
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #333333;
}
.laufschrift a:link{
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #ffffff;
	background-color: #e11779;
}
.laufschrift a:visited{
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #ffffff;
	background-color: #e11779;
}
.laufschrift a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	background-color: #ff007c;
	color: #ffffff;
}
.laufschrift a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	background-color: #ff007c;
	color: #ffffff;
}
.laufschriftbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: #000000;
	font-weight: bolder;
}
.border10px {
	border-left: 10px solid #92bd25;
	border-right: 10px solid #92bd25;
	border-top: 5px solid #92bd25;
	border-bottom: 5px solid #92bd25;
}
.borderheader {
	border-top: 10px solid #92bd25;
	border-left: 10px solid #92bd25;
	border-right: 10px solid #92bd25;
	border-bottom: 5px solid #92bd25;
}
.borderunder {
	border-left: 10px solid #92bd25;
	border-right: 10px solid #92bd25;
	border-top: 5px solid #92bd25;
	border-bottom: 10px solid #92bd25;
}
