/* CSS Document */

body
{
	margin-left: 0px;
	margin-top:0px;
	background: #051227 url(img/background.png) repeat-x scroll 0% 0%;

}

#content
{
	margin-left: 30px;
	margin-top: 0px; 
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
	width: 40em;
	background: url(img/shine.png) no-repeat; 

}

#logo
{

	width:260px;
	height:50px;
	float:left;
}

.underline {

font-family: Arial, Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size: 0.7em;
margin-left:5px;

}

#navigation {
margin-top:10px;
float:right;

}

#navigation li{
list-style:none;
float:left;
color:#FFFFFF;
margin-right:10px;
font-family: Helvetica, Arial;
font-size:0.8em;
}


#navigation li a{
color: #333333;
padding:7px;
background-color: #FFFFFF;
margin-top:30px;
text-decoration:none;

}


#navigation li a:hover{
color: #FFFFFF;
padding:7px;
background-color: #0099FF;


}


h1 {
width: 262px;
height:40px;
background-image:url(img/logo.gif);
background-repeat: no-repeat;
text-indent:-3000px;
margin-bottom: 2px;
margin-left:3px;

}

h2 {
padding-top:8px;
padding-bottom:5px;
border-top-color:#FFFFFF;
border-top: 1px;
border-bottom-color:#FFFFFF;
border-bottom: 1px;
border-top-style:solid;
border-bottom-style:solid;
font-size:0.8em;
font-family: Helvetica;
color:#FFFFFF;
font-weight:lighter;
margin-top:6px;
margin-bottom:4px;
text-indent:5px;
}

.entry {
	margin-top:20px;
	clear:both;
}

.entry_line {
	background-image:url(img/linie.gif);
	width:100%;
	height:1px;

}

.entry_image {

	float: left;
	margin-top:15px;
	margin-right: 10px;

}

.entry_text {
margin-top:15px;
color:#FFFFFF;
font-size: 0.7em;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.3em;

}

.entry_text a {

	color:#e5ff53;
	text-decoration:none;


}


.entry_text a:hover {

	text-decoration:underline;


}

.entry_content {

overflow:hidden;
clear:both;

}


#footer {
color:#FFFFFF;
clear:both;

}

#footer_text {
margin-top:15px;
height:60px;
color:#000000;
font-size: 0.8em;
font-family:Helvetica, Arial, sans-serif;
background-image:url(img/footer_bg.jpg);
padding:10px;
}

.text_header {
	background-color: #0f2f61;
	color:#FFFFFF;
	padding:10px 5px 10px 15px;
	margin-bottom:0px;	
	font-family:Georgia,Arial;
	font-size: 0.8em;
	text-transform:uppercase;
	
	width: 150px;
	position:absolute;
	margin-left:50px;
	margin-top: 140px;
}

.bold {
	font-weight:bold;
}