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

* {
	margin: 0;
	padding: 0;
}

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

#header {
	margin-top: 2px;

}

#header h1 {
	font-size: 27px;
	margin-bottom: 2px;
	padding: 50px 0px 50px 20px;
	background-color: #333333;
}

h1 a:link { text-decoration:none; color: #fdf5e6; background-color:#333333; }
h1 a:hover { text-decoration:none; color: #fdf5e6; background-color:#333333; }
h1 a:visited { text-decoration:none; color: #fdf5e6; background-color:#333333; }

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

#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: #fdf5e6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
}

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

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

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

div#ABC {
    font-size: 16px;
	font-weight: bold;
    text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
div#ABC a:link { text-decoration: none; }
div#ABC a:visited { text-decoration: none; color: #4682B4; }
div#ABC a:hover { text-decoration: none; }
div#ABC a:active { text-decoration: none; }

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

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

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

#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: 10px;
	padding-bottom: 10px;
}

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

#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: 20px;
}

#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: 20px;
}

#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: #333333;
	background-color: #e9e9e9;
	border-bottom: 1px dotted #333333;
}

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

img {
	border: 1px solid #333333;
}


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

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

.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;
}

