/* CSS Document */
body,td {
	font-family: trebuchet ms;
	font-size: 11px;
	color: #DEDEDE;
	line-height: 16px;
	letter-spacing: 0px;
	text-align:justify;
}

{
background: url(bilder/hintergrund.jpg);
background-color: #000000;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;

	margin-left: 0px;
	margin-top: 270px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p{
margin: 1px;
}
h1{
         font-family: georgia;
         font-style: italic;
	 color: #6E7B8B;
	 font-size: 15px;
	 font-weight: normal;
	 padding: 3px;
	 border-bottom: 1px solid #6E7B8B;}
strong,b{
	 color: #ffffff;
	 font-size: 11px;
	 font-weight: bold;}
u{
	 color: #ffffff;
	 font-size: 11px;
	 font-weight: normal;}
em,i{
	 color: #ffffff;
	 font-size: 11px;}
	 
A:link {
	font-family: trebuchet ms;
	font-size: 11px;
	color: #6E7B8B;
        font-weight: ;
	text-decoration: none;
}
A:active {
	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;
	color: #6E7B8B;
        font-weight: ;
}
A:visited {
	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;
	color: #6E7B8B;
        font-weight: ;
}
A:hover { 
	font-family: trebuchet ms;
	font-size: 11px;
        text-decoration: underline;
	color: #6E7B8B;
        font-weight: ;
	
}