@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #F6F6F6;
}
body,td,th {
	font-size: 12px;
}
#container {
	background-color: #FFFFFF;
}

#header {
	background-color: #cfcfcf;
	height: 80px;
	background-image: url(/images/mediengruppe.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header   h1  {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 10px;
}
#middle {
	float: left;
	width: 970px;
	background-color: #F6F6F6;
}
#sidebar {
	width: 200px;
	background-color: #f6f6f6;
	float: left;
}
#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
#sidebar ul {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 8px;
	margin-bottom: 30px;
}
#sidebar li {
	padding-top: 2px;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#sidebar li a {
	padding-top: 4px;
	display: block;
	padding-left: 5px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 4px;
}
#sidebar li:hover {
	background-color: #FFFFFF;
}


#sidebar .space {
	padding: 10px;
}

#content {
	float: left;
	background-color: #FFFFFF;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	width: 770px;
}
#content a {
	color: #333333;
}

#content h3 {
}

#content blockquote {
	margin-left: 20px;
}

#content   .news   b {
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	color: #333333;
}
#content .news i {
	float: right;
	display: inline;
	color: #666666;
}

#content h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
}
#content  h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 5px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 5px;
}
#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 22px;
}
#content li {
	padding-top: 1px;
	padding-bottom: 2px;
}


#content p {
	margin-bottom: 8px;
}


#content .space {
	padding: 20px;
}
#footer {
	background-color: #f6f6f6;
	clear: both;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #333333;
	padding-left: 210px;
	font-size: 11px;
	padding-bottom: 15px;
}
#footer a {
	font-weight: bold;
	color: #666666;
	font-size: 11px;
}
#header h1 a {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 10px;
}
