/* 

Screen layout: */

body { 
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #000 url(hintergrund2.jpg) top center repeat-y;
}

#wrap { 
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	width: 1000px;
}

#header { 
	clear: both;
	margin: 2px 0 0 0;
	padding: 0;
	height: 30px;
}

#content { 
	line-height: 1.1em;
	text-align: center;
}

a { 
	text-decoration: none;
	color: #fff;
	font-size: 1.6em;
}

a:hover { 
	text-decoration: underline;
	color: #ff0000;
}

a img { 
	border: 1px;
	color: fff;
}

.bold { 
	font-weight: bold;
}

.hide { 
	display: none;
}

#content h1 { 
	font-size: 1.7em;
	margin: 0 0 1em 0;
}

.list_content { 
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.0em;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 24px;
	width: 490px;
	margin: 0px 0px 0px 50px;
	line-height: 18px;
	text-align: center;
}

.list_content2 { 
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	color: #fff;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 24px;
	padding-bottom: 3px;
	width: 206px;
	background-color: #286ea0;
	margin: 1px 130px 1px 187px;
	line-height: 18px;
}

#footer a { 
	color: #f4f4f4;
	text-decoration: underline;
	text-align: center;
}

#footer a:hover { 
	text-decoration: underline;
	color: #64008d;
}

#content img { 
	padding: 0px;
	display: inline;
	background: #000000;
	border: 1px solid #fff;
}

