/* Common definitions */
body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	background-color: #ccc;
}

/* Containers */
div.container {
	width: 930px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #fff;
}
div.left {
	width: 200px;
	margin-right: 10px;
	padding-left: 30px;
	float: left;
}
div.right {
	width: 670px;
	padding-right: 20px;
	float: right;
}
div.content {
	width: 655px;
}
div.onecol {
	width: 200px;
	float: left;
}
div.twocol,
p.twocol {
	width: 425px;	
}
@media print {
	div.topnavigation {
		display: none;
	}
}
div.topnavigation {
	width: 200px;
	padding-top: 20px;
}
@media print {
	div.subnavigation {
		display: none;
	}
}
div.subnavigation {
	position: relative;
	width: 670px;
	height: 60px;
}
div.footer {
	width: 930px;
	margin: 0 auto;	
}
div.picframe {
	border: 1px solid #999;
	background-color: #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
div.picframe img {
	display: block;
}
div.piccontainer {
	display: none;
}
div.box {
	width: 180px;
	padding: 10px;
	background-color: #008F51;
	color: #fff;
}
div.box h1 {
	color: #fff;
}
div.box strong {
	color: #fff;
}
div.ruler {
	background-image: url(../images/misc/ruler.gif);
	background-repeat: repeat-x;
	height: 10px;
	clear: both;
	margin: 10px 0;
}

/* Clearer */
div.clear {
	clear: both;
}

/* Navigation */
div.subnavigation ul {
	position: absolute;
	right: 30px;
	top: 25px; 	
}
div.subnavigation ul, 
div.topnavigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;	
}
div.topnavigation ul {
	padding-left: 30px;	
}
div.topnavigation ul ul {
	list-style-type: square;
	padding-left: 20px;	
	font-size: 11px;
}
div.subnavigation ul li {
	float: left;
	padding-left: 10px;
}
div.subnavigation a,
div.topnavigation a {
	text-decoration: none;
	color: #666;
	display: block;	
}
div.topnavigation ul a {
	width: 170px;
}
div.topnavigation ul ul a {
	width: 150px;
}
div.subnavigation a:hover,
div.topnavigation a:hover,
div.subnavigation a.active,
div.topnavigation a.active {
	color: #008e4f;
}

/* Content */
p {
	margin: 0 0 10px 0;
}
p.bu {
	font-size: 11px;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #008e4f;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	font-weight: bold;
	color: #008e4f;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	font-weight: bold;
	margin: 0 0 15px 0;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #008e4f;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.head {
	width: 670px;
	margin-bottom: 40px;	
}
.formular {
	border: none;
	background-color: #ccc;
	color: #000;
	font-size: 10px;
	padding: 2px;
}
.formrequired {
	border: none;
	background-color: #cc3333;
	color: #fff;
	font-size: 10px;
	padding: 2px;
}
label {
	display: block;
}
ul {
	list-style-image: url(../images/misc/ikon_pfeil.gif);
	margin: 0 0 10px 20px;
	padding: 0 0 0 5px;
}
ol {
	margin: 0 0 10px 20px;
	padding: 0 0 0 5px;
}
hr {
	height: 1px;
	border-style: none;
	margin: 5px 0 10px 0;
	color: #ccc;
	background-color: #ccc;
}
table {
	margin-bottom: 20px;	
}
th {
	text-align: left;
	background-color: #008e4f;
	color: #fff;
	padding: 3px;
}
td {
	padding: 3px;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	float: left;
	width: 120px;
	font-weight: bold;
}
strong {
	color: #333;	
}

