/*allgemeine beschreibungen zur schrift */
html, body {
	font: 0.9em/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #003399 url(img/contentback.gif) repeat-y 169px 0px;
}
h1 {
	font: bold 1.3em/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #052985;
	padding-bottom: 0em;
	margin-bottom: -0.4em;
}
*html h1 {
	font: lighter 1.3em/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #052985;
	padding-bottom: 0em;
	margin-bottom: -1em;
}
h2 {
	font: 0.9em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #052985;
	padding-bottom: 0em;
	margin-bottom: -0.4em;
}
#content li {
	list-style: url(img/listpoint.gif);
	margin-left: -15px;
	color: #052985;
}
#content a:link, #content a:visited, #content a:active, #content a:hover {
	color: #052985;
	text-decoration: underline;
}
#content a:hover {
	color: #052985;
	text-decoration: underline;
}



/*positionierungen der verschiedenen div, hier wie im html fluss */
#bodywrap {
	background: url(img/bodyback.gif) repeat-x;
	height: 548px;
}
#shadowleft {
	background: url(img/shadow_left.gif) no-repeat;
	width: 11px;
	height: 550px;
	margin-left: 169px;
	position: absolute;
}
#shadowright {
	position: absolute;
	background: url(img/shadow_right.gif) no-repeat;
	width: 11px;
	height: 550px;
	left: 901px;
}
#header {
	width: 713px;
	margin-left: 180px;
	background-color: #FFFFFF;
	padding: 4px;
	height: 250px;
}
#logo {
	width: 163px;
	background: url(img/logo.gif) no-repeat;
	height: 101px;
	margin-top: -258px;
}
#navigation {
	margin-top: 204px;
	float: left;
	position: relative;
}
#content {
	width: 697px;
	padding: 54px 4px 20px 20px;
	background-color: #FFFFFF;
	position: absolute;
	left: 180px;
	_left: 3px;     /* IE6 only */
	top: 257px;
}
*html #content {
	margin-left:177px
}


/* aussehen der navigation, die einzelnen hintergrundbilder sind in den entsprechenden css-dateien mit der sprachunterscheidung definiert */
#subnav ul.inactive {
	display:none;
}
#navigation a {
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	width:161px;
}
#navigation a:hover {
	background-position: 0 -29px;
}
#subnav a:hover {
	background-position: 0 -18px;
}
#navigation a.active {
	background-position: 0 -58px;
}
#subnav a.active {
	background-position: 0 -36px;
}
#navigation ul {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

/* weitere beschreibungen, spzielle fälle */
.invisible {
	visibility: hidden;
}
#footer {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #7F99CC;
}
#content p {
	text-align: justify;
}

#content a.download {
	background: #d1dceb url(img/listpoint_bluebox.gif) no-repeat 6px 6px;
	padding: 4px 6px 4px 20px;
	text-decoration: none;
}
*html #content a.download {
	background: #d1dceb url(img/listpoint_bluebox.gif) no-repeat 6px 8px;
	text-decoration: none;
}

#bluebox {
	background-color:#D1DCEB;
	color: #052985;
}
#content #bluebox a {
	color: #003399;
	text-decoration: none;
}
#content #bluebox li {
	list-style: url(img/listpoint_bluebox.gif);
	margin-bottom: 10px;
}
.small {
	font-size: 0.8em;
}
#content em {
	font-style: italic;
	font-weight: bold;
}
.big {
	font-size: 1.5em;
}
