body {
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	color: #333333;
}

* {
	margin: 0;
	padding: 0;
}

#header {
	height: 100px;
	background-color: #282828;
	margin-top: 2px;
	margin-bottom: 2px;
}

#header h1 {
	width: 760px;
	margin: 0 auto;
	font-size: 28px;
	padding: 33px 0px 0px 20px;
}

#description {
	width: 760px;
	margin: 0 auto;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #F4CA71;
}

h1 a:link { text-decoration:none; color: #FFCC66; background-color:#282828; }
h1 a:hover { text-decoration:none; color: #FFCC66; background-color:#282828; }
h1 a:visited { text-decoration:none; color: #F4CA71; background-color:#282828; }

#navi {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	height: 27px;
	background-color: #C1BAB0;
}

#nav {
	width: 760px;
	margin: 0 auto;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li a {
	margin-right: 2px;
	padding-top: 5px;
    padding-bottom: 5px;
	width: 150px;
	color: #333333;
	background-color: #C1BAB0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
}

#nav .navi_aktiv {
	background-color: #315BA1;
	color: #DEB887;
}

#nav li a:hover {
	background-color: #315BA1;
	color: #DEB887;
	text-decoration: none;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	margin-top: 70px;
}

#content {
	width: 480px;
	padding-top: 25px;
	margin-left: 20px;
}

a:link { color: 	#2d83d5; background: #FFFFFF; }
a:visited { color: #8B0000; background: #FFFFFF; }
a:hover { color: #FFFFFF; background-color: #2d83d5; text-decoration: none; }
a:active { color: #DC143C; background: #FFFFFF; }

p {
	font-size: 14px;
	line-height: 19px;
}

#content h2 {
	font-size: 22px;
	font-weight: normal;
    margin-bottom: 35px;
}

#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 70px;
	margin-bottom: 20px;
}

#content ul {
	font-size: 14px;
	line-height: 17px;
	margin-left: 25px;
}

#content li {
	padding-top: 18px;
}

#sidebar {
	width: 220px;
	float: right;
	padding: 20px 0px 30px 10px;
	border-left: 1px dotted #333333;

}

#sidebar h2 {
	font-size: 12px;
    border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #9AA5C1;
	text-align: center;
	margin-top: 5px;
}

#sidebar h2.alert {
	font-size: 12px;
    border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #cd5c5c;
	text-align: center;
	margin-top: 5px;
}

#sidebar h3 {
	font-size: 12px;
    border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #b0c4de;
	text-align: center;
	margin-top: 5px;
}

#sidebar p {
	font-size: 10px;
	line-height: 15px;
}

#sidebar a {
	padding-top: 20px;  
	padding-left: 5px;  
	padding-right: 10px;  
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: #f5f5f1;
	border-bottom: 1px dotted #333333;
}

#sidebar a:hover {
	background-color: #FFCC66;
}

img {
	border: 1px solid #333333;
}


p.img {
	font-size: 14px;
	font-weight: bold;
	border-top: 1px dotted #333333;
	padding: 3px;
}

p.imgsource {
	font-size: 10px;
	margin-bottom: 60px;
}

.keep-dist-list-img {
	margin-top: 70px;
}

.alert {
	color: #FFFFFF;
	background-color: #cd5c5c;
}

#footer {
	font-size: 14px;
	margin-top: 70px;
	padding: 20px;
	text-align: right;
	border-top: 1px dotted #333333;
}

.imimg {
	margin-top: 20px;
	border: 0;
}

a[href$=".pdf"]:link, a[href$=".PDF"]:link {
	padding-right: 25px;
	background-image: url("../img/sys/pdf.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
	
	a[href$=".pdf"]:visited, a[href$=".PDF"]:visited {
	padding-right: 25px;
	background-image: url("../img/sys/pdf.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
	
a[href$=".pdf"]:hover, a[href$=".PDF"]:hover {
	padding-right: 25px;
	background-image: url("../img/sys/pdf_hover.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.clear {
	clear: both;
}


