/* aktivComm GmbH
 * www.aktivcomm.de
 *
 * vim: set noexpandtab sw=4 ts=4 si sm enc=utf-8:
 *
 */

body {
	background-color: #dddddd;
	background-image: url(../images/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

p{
	margin-top:5px;
	margin-bottom:5px;
}

#allround {
	background-color: #ffffff;
	margin: 0 auto 10px;
	width: 761px;
}

#header {
	background-color: #e5e5e4;
	border-bottom: 2px solid #f9f9f9;
	height: 54px;
	margin-bottom: 7px;
	position: relative;
}

a.logo {
	display: block;
	left: 27px;
	position: absolute;
	top: 17px;
}

#metanav {
	font-size: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 11px;
	top: 24px;
}
#metanav a {
	color: #000000;
	text-decoration: none;
}
#metanav a:hover, #metanav a:active, #metanav a.active {
	font-weight: bold;
}
#metanav span {
	color: #e2a12c;
}
#metanav a.last + span {
	display: none;
}

#pagepic {
	background-color: #999999;
	height: 233px;
	margin: 0 6px 7px;
	width: 749px;
}

#main {
	border-top: 3px solid #ebebeb;
}

#content {
	background-color: #f7f7f7;
	border: 6px solid #ffffff;
}

#sidebar {
	float: left;
	padding-bottom: 50px;
	width: 212px;
}
#sidebar a.extern {
	color: #e2a12c;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 6px;
}
ul#nav {
	border-bottom: 1px solid #c6c5c6;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}
#nav li {
	background-color: #f8f7f8;
	background-image: url(../images/navbg.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #c6c5c6;
	border-bottom: none;
	line-height: 16px;
	list-style: none;
	padding: 2px 0 6px;
}
#nav a {
	color: #000000;
	display: block;
	margin-left: 19px;
	text-decoration: none;
}
#nav a:hover, #nav a:active, #nav li.active a {
	color: #e2a12c;
}
#nav li.active li a {
	color: #000000;
}
#nav li li.active a {
	color: #e2a12c;
}
#nav li li a:hover {
	color: #e2a12c;
}
ul#nav ul {
	margin: 5px 0 0;
	padding: 0;
}
ul#nav ul li {
	background-color: transparent;
	background-image: none;
	border: none;
	font-weight: normal;
	margin-left: 1px;
	padding-bottom: 2px;
}

#copy {
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 50px;
	padding-right: 25px;
	margin-left: 227px;
}
#copy h1 {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#copy h2 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#copy a {
	color: #e2a12c;
	text-decoration: underline;
}

#copy img{
	border: none;
}

#copy a:hover {
	text-decoration: none;
}

hr {
	border-bottom: 1px solid #e3e1e1;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ffffff;
	margin: 1em 0;
}

#info {
	clear: both;
	margin: 0 6px 0;
	border-bottom: 6px solid #f7f7f7;
	width: 737px;
}
.infobox {
	background-color: #ffffff;
	font-size: 11px;
	line-height: 1.4em;
	padding: 6px;
	width: 344px;
}
td.infobox {
	vertical-align: top;
}
.infobox h2 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.infobox a {
	color: #e2a12c;
	text-decoration: underline;
}
.infobox a:hover {
	text-decoration: none;
}

#footer {
	background-color: #dddddd;
	background-image: url(../images/footerbg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 2px solid #dedede;
	font-size: 11px;
	height: 50px;
	padding-left: 27px;
	padding-top: 12px;
}

