html
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	background-position: center;
	background-color: #f0ede8;
}

/* Links */

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	color: #666;
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	width: 750px;
	margin: 0 auto;
	background: url(images/bg.png) repeat top;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 600px;
}

#topnav
{
	width: 750px;
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	height: 312px;
	background-image: url(images/topnav_blue.jpg);
	background-repeat: no-repeat;
}
#topnav2 {
	width: 750px;
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	height: 312px;
	background-image: url(images/topnav_yellow.jpg);
	background-repeat: no-repeat;
}
#topnav3 {
	width: 750px;
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	height: 312px;
	background-image: url(images/topnav_green.jpg);
	background-repeat: no-repeat;
}
#topnav4 {
	width: 750px;
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	height: 312px;
	background-image: url(images/topnav_white.jpg);
	background-repeat: no-repeat;
}
#topnav5 {
	width: 750px;
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	height: 312px;
	background-image: url(images/topnav_impr.jpg);
	background-repeat: no-repeat;
}
#topnav6 {
	width: 750px;
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	height: 312px;
	background-image: url(images/topnav_red.jpg);
	background-repeat: no-repeat;
}

#header
{
	border-top: none #000000;
	height: 7px;
}

#wrapper
{
	float: left;
	width: 750px;
	color: #444444;
	background-color: #bebebe;
}
#wrapper_orig {
	float: left;
	width: 750px;
	color: #444444;
	background-color: #999b9e;
}

/* Footer */
#wrapper_kontakt {
	float: left;
	width: 750px;
	color: #444444;
	background-color: #f6ec6e;
	height: 370px;
}

#content-wrapper
{
	width: 50%;
	float: left;
}

#content
{
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 92%;
}

#sidebar-wrapper
{
	width: 2%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 20px 0;
}

#sidenotes-wrapper
{
	width: 50%;
	float: left;
}

#sidenotes
{
	float: left;
	width: 92%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer
{
	color: #777777;
	padding: 1px 0px 0px;
	text-align: center;
	background-color: #f0ede8;
	clear: both;
	font-size: 11px;
	border-top-width: 5px;
	border-bottom-width: 15px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #e5e5e5;
	border-bottom-color: #dddddd;
}
/* Top-Nav */

#topnav ul   , #topnav2 ul, #topnav3 ul, #topnav4 ul, #topnav5 ul, #topnav6 ul{
	float: right;
	list-style-type: none;
	margin: 0;
	width: 95%;
	line-height: 1em;
	padding-top: 275px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 0pt;
	font-weight: lighter;
}
#topnav li , #topnav2 li, #topnav3 li, #topnav4 li, #topnav5 li, #topnav6 li{ float: right; margin: 0; padding: 0; }
#topnav a , #topnav2 a, #topnav3 a, #topnav4 a, #topnav5 a, #topnav6 a{
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#topnav a:link, #topnav a:visited , #topnav2 a:link, #topnav2 a:visited, #topnav3 a:link, #topnav3 a:visited, #topnav4 a:link, #topnav4 a:visited, #topnav5 a:link, #topnav5 a:visited, #topnav6 a:link, #topnav6 a:visited{
	color: #000;
}
#topnav a:hover, #topnav a:active , #topnav3 a:hover, #topnav3 a:active    , #topnav6 a:hover, #topnav6 a:active{
	color: #F0EDE8;
}
#topnav2 a:hover, #topnav2 a:active , #topnav4 a:hover, #topnav4 a:active, #topnav5 a:hover, #topnav5 a:active    {
	color: #666;
}
#topnav li#skip a , #topnav2 li#skip a, #topnav3 li#skip a, #topnav4 li#skip a, #topnav5 li#skip a, #topnav6 li#skip a{ border-left-width: 0; }

/* Header */

#header img
{
	border-bottom: 2px none #000000;
}

/* Wrapper */

#wrapper a:link {
	font-weight: bold;
	border-bottom: 1px none #335577;
} 

#wrapper a:visited {
	font-weight: bold;
	border-bottom: 1px none #557799;
} 

#wrapper a:hover, #wrapper a:active {
	border-bottom: 1px none #993333;
}

/* Content */

#content dl, 
#content dt, 
#content dd
{
	margin: 0;
	padding: 0;	
}

#content dt
{
	padding: 10px;
	font-weight: bold;
	background-color: #FFF;
}
#content dt_orig {
	padding: 10px;
	font-weight: bold;
	background-color: #d9d4be;
}

#content dd
{
	padding: 1px 10px;
	margin-bottom: 15px;
	background-color: #f0ede8;
	border-bottom: 1px none #aaaaaa;
	line-height: 18px;
}
#content dd_orig {
	padding: 1px 10px;
	margin-bottom: 15px;
	background-color: #e6e6ce;
	border-bottom: 1px none #aaaaaa;
	line-height: 18px;
}

/* Sidebar */

#sidebar ul { list-style-type: none; margin: 0; padding: 0; }

#sidebar li
{
	border-left: 5px solid #b1bad0;
	border-right: 5px solid #b1bad0;
	background-color: #e3e6ee;
}

#sidebar li.header
{
	border-left-color: #8d9aba;
	border-right-color: #8d9aba;
	background-color: #b3bcd1;
	border-top: 1px solid #687aa4;	
}

#sidebar li.first
{
	border-top: 1px solid #687aa4;	
}

#sidebar li a
{
	border-left: 1px solid #9ca8c3;
	border-right: 1px solid #9ca8c3;
}

#sidebar li.header a
{
	border-left-color: #687aa4;
	border-right-color: #687aa4;
}

#sidebar a:link,
#sidebar a:visited
{
	display: block;
	padding: 5px 20px;
	border-bottom-width: 0;
	border-top: 1px none #557799;
}

#sidebar li.header a:link,
#sidebar li.header a:visited,
#sidebar li.first a:link,
#sidebar li.first a:visited
{
	border-top-width: 0;
}

/* Sidenotes */

#sidenotes h6
{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
}
#sidenotes h6_orig {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #d9d4be;
}

#sidenotes ul
{
	padding: 10px 0 0;
	margin: 0 0 20px;
	list-style-type: none;
	background-color: #f0ede8;
}

#sidenotes li
{
	padding: 5px 10px;
}

#sidenotes ul#announcements li 
{
	border-bottom: 1px none #aaaaaa;
}

#sidenotes ul#announcements li.alt
{
	background-color: #e0dcd7;
}

#sidenotes ul#announcements li .date,
#sidenotes ul#announcements li .entry 
{
	display: block;
}

#sidenotes ul#announcements li .date
{
	color: #af735b;
	font-size: 11px;
}

