/* CSS Document */

/* ---------- Global ---------- */

/* Reset */
body, div, h1, h2, h3, h4, li, p, ul { margin:0; padding:0 }

body {
	text-align:center;
}

#wrapper {
	border: 1px solid #a19fa1;
	height: 510px;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

/* ---------- Seitenkopf ---------- */

#header {
	height: 54px;
	padding: 15px 0 14px 0;
}



/* ---------- Navigation ---------- */
#nav {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 6px;
	width: 190px;
}

#nav a {
	background-image: url(../img/layout/nav1_bg_normal.gif);
	background-position: 8px 1px;
	background-repeat: no-repeat;
	color: #21739b;
	display: block;
	margin-top: 4px;
	padding-left: 27px;
	text-decoration: none;
}

#nav a.highlight {
	background-image: url(../img/layout/nav1_bg_high.gif);
	color: #d11d32;
}

#nav a:hover { color: #d11d32; }

#nav ul.level1 {
	background-image: url(../img/layout/nav1_bg.gif);
	background-repeat: repeat-y;
	padding-top: 2px;
}

#nav li {
	list-style-type: none;
}

#nav img.nav {
	padding-top: 0px;
	margin-left: -4px;
	margin-top: -1px;
}

#nav img.navsub {
	margin-top: -4px;
}


#nav .level2 a { 
	background-image: url(../img/layout/nav2_bg_normal.gif);
	background-position: 11px 4px;
	background-repeat: no-repeat;
	font-style:italic; 
}

/* ---------- Hauptbereich ----------- */

#content {
	float: left;
	height: 510px;
	overflow: auto;
	width: 704px;
}

.article { clear:both; }

a.download {
	color: #9a9c9d;
	font-size: 9px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
}

a.download:hover { text-decoration: underline; }

a.top {
	color: #d11d32;
	font-size: 9px;
	text-decoration: none;
}
a.top:hover { text-decoration: underline; }

h2 {
	clear: both;
	color: #d11d32;
	font: 33px "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 5px;
	margin-bottom: 8px;
}

h2.b {
	clear: both;
	color: #81b8e0;
	font: 33px "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 5px;
	margin-bottom: 8px;
}

h3 {
	clear: both;
	border-bottom: 1px solid #a19fa1;
	color: #81b8e0;
	font: 33px "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 45px;
	margin-bottom: 8px;
	padding-bottom: 11px;
}

h4 {
	clear: both;
	color: #81b8e0;
	font: 18px "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 8px;
	padding-bottom: 7px;
}

h5 {
	color: #222;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 19px;
	margin-bottom: 5px;
	margin-top: 0;
	padding-right: 50px;
}

input { 
	font: 11px Arial, Helvetica, sans-serif;
}

p {
	color: #222;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	line-height: 19px;
	margin-bottom: 10px;
	padding-right: 50px;
}

#content ul {
	color: #222;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	line-height: 19px;
	list-style-type: square;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 50px;
}



#content p a { color: #d11d32; text-decoration: none; }
#content p a:hover { color: #222; text-decoration: underline; }

#content ul.anchor { margin-bottom: 30px; margin-left: 0;}

#content ul.anchor li {
	background-image: url(../img/layout/content_ul_bg.gif);
	background-position: 1px 6px;
	background-repeat: no-repeat;
	color: #81b8e0;
	font: 18px "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 20px;
}

#content ul.anchor li a {
	color: #81b8e0;
	text-decoration: none;
}

#content ul.anchor li a:hover {
	text-decoration: underline;
}

#content .col {
	float:left;
	margin-right: 5px;
	width: 220px;
}

#content .col2 {
	float:left;
	width: 450px;
}


/* ---------- Seitenfuss ---------- */

#footer {
	margin: 8px auto 0;
	padding: 0;
	width: 900px;
}

#footer a {
	color: #999;
	font: 8px "Times New Roman", Times, serif;
	letter-spacing: 0.20em;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#footer #fright img {
	left: 390px;
	position: relative;
	top: -10px;	
}

