/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #333;
}
body td {
font-size: 10px;
}
h1 {
	font-size: 14px;
	color: #5E5946;
}
h1 a{
	font-size: 14px;
	color: #5E5946;
}
h2 {
	font-size: 12px;
	color: #333;
}
h3 {
	font-size: 12px;
	color: #5E5946;
}
h4 {
	font-size: 10px;
	color: #5E5946;
}
#header_top {
	width: 707px;
	background: #8f9798;
	text-align: right;
	font-size: 12px;
	color: #fff;
	padding: 10px 0px 6px 0;
	font-weight: bold;
}
#random_images {
	width: 707px;
	height: 129px;
	background: red;
}
#today {
	width: 273px;
	background: #4d5959;
	padding: 12px 0 11px 0;
}
#today td {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-indent: 10px;
}
#today img {
	border: 1px solid #fff;
}
#leftbar {
	width: 273px;
	background: url(/i/nav_ground.gif) #8F9798;
}
#nav_right {
	width: 90px;
	background: #F81327;
	height: 100%;
}


/* Navigation */
ul#nav {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}


ul#nav li {
	margin: 0;
	padding: 1px 0 0 20px;
	font-size: 14px;
	background: url(/i/px.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
}

ul#nav li a {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	
}

ul#nav ul.sub_0 {
	background: none;
	margin: 2px 0 0 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	
}

ul#nav ul.sub_0 li {
	background: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	background: url(/i/px_sub.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 12px;
	border: 0px;
}

ul#nav ul.sub_0 li a{
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
}

ul#nav li a:hover, ul#nav ul.sub_0 li a:hover {
	color: #cc0000;
	text-decoration: none;
}



#content_out {
	background: #fff;
}
#content_out td {
	font-size: 10px;
}
#bottom {
	background: #4d5959;
	font-size: 10px;
	color:#ccc;
	padding: 5px;
}

#bottom a {
	color: #fff;
	text-decoration: none;
}

#ueberschrift {
	width: 100%;
	background: red;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
