@CHARSET "ISO-8859-1";
/* Grundgeruest */
html {
}

body {
	font-family: Georgia, serif;
	background-color: #5C5D9B;
	color: #FFF;
	margin:0px;
	height:100%;
}

hr {
	height: 1px;
	color: #008;
	background-color: #008;	
	border: none;
}

div, ul, li {
	margin: 0px;
	padding: 0px;
}

/* Header */
#header {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 0px;
	padding-bottom: 2px;	
}

#header a img {
	border:none;
}

/* Navigation */

#navigation {
	background-image: url('nav_gradient.gif');
	background-repeat: repeat-x;
	height: 24px;
	padding-right: 20px;
}

#navigation ul {
	text-align: right;
	display: block;
}

#navigation li {
	display: inline;
	padding-left: 5px;
}

#level1 a {
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;	
}

#level1 a.aktiv {
	background-image: url('nav_aktiv.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

#level1 a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url('nav_highlight.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

#level2 {
	margin-top: 5px;
}

#level2 a {
	color: #888;
	font-size: 0.80em;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;	
}

#level2 a.aktiv {
	color: #333;
}

#level2 a:hover {
	color: #55A;
}

/* Seite */
#page {
	background-image: url('background.gif');
	background-repeat: repeat-y;
}

#page div {
	background-color: #FFF;
}

#sheet {
	max-width:900px;
	width: 900px;
}

#container {
	margin-top:15px;
	display: block;
	min-height:30px;
}

/* Sidebar */
#sidebar {
	vertical-align: top;
}

/* Content */
#content {
	vertical-align: top;
	color: #333;
	font-size: 1em;
	line-height:1.33em;
	padding-left: 50px;
	padding-right: 100px;
	width: 100%;
}

#content p {
		padding-left: 50px;
	}

#content h1 {
	padding-left: 50px;

	margin-top:10px;
	font-family: Georgia, sans-serif;
	font-size: 1em;
	background-image: url('h1_background.gif');
	background-repeat: repeat-x;
	height: 24px;
}

#content ul {
	padding-left: 100px;
	text-indent: 0px;
}

#content img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	vertical-align: middle;
}

#content a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #333;
}

#content a:hover {
	color: #55A;
}

/* Footer */
#footer {
	padding-right:25px;
	clear:both;
	font-size: 0.7em;
	color: #BBF;
	
	background-image: url('footer.gif');
	background-repeat: no-repeat;
	
	padding-top:38px;
	padding-bottom:5px;
}

#footer a {
	color: #CCF;
	text-decoration: none;
}

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

#footer ul {
	text-align: right;
	display: block;
	max-width:900px;
	width:900px;
}

#footer li {
	display: inline;
	padding-left: 5px;
}