/* @override http://sven-gerhardt.de/templates/DE/style.css */

/* CSS Document */

body {
	background: #FFFFFF;
	font-family: Georgia, Times, serif;
	color: #777;
	font-size: 10pt;
	margin: 0px;
	background: url(images/body_bg.jpg);
}

td {
	font-size: 1em;
	vertical-align: top;
}

a {
	color: #505050;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #202020;
	text-decoration: none;
}

a img {
	float: left;
}

h1 {
	color: #e11608;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 1px;
	clear: both;

}

h2 {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 1px;
	clear: both;

}

h3 {
	color: #777;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 4px;
	margin-top: -10px;
	clear: both;
}

b, strong {
	text-decoration: none;
	font-weight: 700;
}

input, select, textarea {
	font-size: 1em;
	background-color: #FFFFFF;
}

/* div { border:1px solid #ddd; } */

/* KLASSEN ############################################# */

.pic {
	padding: 1px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	float: right;
	clear: both;
}

.pic img {
	border: 0px;
}

.pic_set {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.klein {
	font-size: 0.9em;
}

/* ID ############################################# */

#header {
	background: url(images/header.jpg) no-repeat;
	center; width: 720px;
	height: 224px;
}

#header_bg {
	background: url(images/header_bg.jpg) repeat-x center;
	height: 286px;
	width: 100%;
}

#footer {
	background: url(images/bottom.jpg) no-repeat;
	width: 720px;
	height: 30px;
	padding: 20px;
	color: #FFFFFF;
	font-size: 0.8em;
}

#footer_bg {
	background: url(images/footer_bg.jpg) repeat-x;
	width: 100%;
	height: 70px;
	padding: 0px;
	float: left;
}

#container {
	width: 100%;
	background: #FFFFFF;
	float: left;
	padding: 0px;
}

#container2 {
	width: 720px;
	padding-top: 10px;
}

#content {
	width: 500px;
	float: right;
	margin-bottom: 30px;
	font-size: 1.0em;
	line-height: 1.8em;
}

*html #content {
	margin-right: 25px;
}

#navi {
	width: 180px;
	padding-right: 15px;
	float: left;
	margin-bottom: 30px;
	margin-left: 6px;
}

#navi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navi a {
	display: block;
	padding: 0px;
	font-weight: 500;
}

.submenu li {
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: 1px dashed #ddd;
	padding: 7px;
}

.submenu a {
	font-size: 1em;
	color: #777;
}

.submenu a:hover {
	color: #ccc;
}

.submenuactive, .submenuactive a {
	color: #e11608;
}

.submenuactive a:hover {
	color: #ccc;
}

#main_navi {
	width: 720px;
	height: 40px;
}

#main_navi ul {
	list-style: none;
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#main_navi a {
	font-weight: 500;
}

.mainmenu li {
	height: 40px;
	padding: 0px;
	float: left;
}

/* MODUL-KLASSEN */

.news {
	background: transparent;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px dashed #ddd;
	width: 100%;
}

.news h2 {
	margin: 0px;
	margin-bottom: 7px;
	margin-top: -5px;
	font-weight: 500;
	font-size: 1.2em;
}

.news a {
	color: #e11608;
	font-weight: 500;
}

.news .datum {
	font-size: 0.8em;
	font-style: italic;
	width: auto;
	color: #CCCCCC;
	margin: 0px;
	margin-top: -5px;
}

.news .comments a {
	font-size: 0.8em;
}

.downloads {
	background: transparent;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px dashed #ddd;
	width: 100%;
}

.downloads img {
	 border: 0;
}

.downloads div {
	padding-left: 10px;
	padding-top: 10px;
}