body{
	font-family: Tahoma;
	font-size: 12px;
	line-height: 160%;
	/*
	background-image: url(../gfx/header_bg.jpg);
	background-repeat: repeat-x;
	*/
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #0A162F;
	color: #EAEFFB;
}

a:link{
	color: #DBF8FF;
}

a:visited{
	color: #DBF8FF;
}

a:hover{
	color: red;
}
table.border{
	border-collapse: collapse;
	border: 1px solid #0A162F;
	font-size: 12px;
}

table.border td,
table.border th{
	padding: 4px;
	margin: 0;
	border: 1px solid #0A162F;
}

table.border th{
	background-color: #0A162F;
	text-align: center;
	color: #7497DE;
	font-size: 10px;
}
ul.bilderliste{
	margin: 10px 0 10px 0;
	padding: 0;
}

ul.bilderliste li{
	float: left;
	margin: 0 5px 5px 0;
	list-style: none;
}

ul.bilderliste li img,
img.border{
	border: 2px solid Black;
	background-color: #193977;
	padding: 2px;
}

ul.bilderliste li a:hover img{
	border-color: #2B60CA;
}

ul.tipps{
	margin: 20px 0 20px 0;
	list-style: none;
	padding: 0;
}

ul.tipps li{
	margin: 0 0 15px 10px;
	padding: 10px;
	background-color: #0A162F;
	color: #B6C9EE;
}

#outline{
	text-align: left;
	margin: 0 auto;
	width: 770px;
}

#header{
	width: 770px;
	height: 145px;
	background-image: url(../gfx/header.jpg);
}

#header h1{
	display: none;
	margin: 0;
	padding: 0;
}

#content,
#navigation{
	background-image: url(../gfx/outline.gif);
	padding: 0 10px 0 10px;
}

#navigation ul{
/*
border-top: 4px solid #162e5f;
*/
	background-color: #162e5f;
	margin: 0;
	padding: 7px 0 0 0;
	background-image: url(../gfx/header/starts.jpg);
	background-repeat: repeat-y;
	background-position: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	height: 190px;
	list-style: none;
	color: #CFE3F8;
}

#navigation ul a:link,
#navigation ul a:visited{
	text-decoration: none;
	color: #CFE3F8;
}

#navigation ul a:hover{
	text-decoration: underline;
}

#navigation ul strong a:link,
#navigation ul strong a:visited{
	color: #CFE3F8;
}

#navigation ul li{
	margin: 0;
	padding: 0 0 0 20px;
}

#sidebar{
	float: left;
	width: 220px;
}

#content-inner{
	float: right; 
	width: 495px !important;
	width: 475px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 19px;
	margin-right: 20px;
}

h1{
	font-size: 18px;
	color: #E0EFFC;
	margin: 15px 0 10px 0;
}
h2{
	font-size: 15px;
	color: #E0EFFC;
	margin: 15px 0 10px 0;
}

.c{
	clear: both;
}

div.box{
	padding: 10px;
	margin: 20px 0 0 10px;
	background-color: #183473;
	border: 1px solid #0C1732;
	border-top: 3px solid #0C1732;
	font-size: 11px;
	line-height: 15px;
	color: #AEC2F1;
}

#footer{
	
	background-image: url(../gfx/outline.gif);
	background-position: 0 100%;
	background-repeat: repeat-y;
	height: 110px;
	padding: 30px 10px 0 10px;
	text-align: center;
	color: #90AAE6;
}

#footer a:link,
#footer a:visited{
	color: #90AAE6;
}