html
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background: #E4D8BE;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
background-color: #E4D8BE;
}

/* Links */

a:link { color: #335577; text-decoration: none; }

a:visited { color: #557799; text-decoration: none; }

a:hover, a:active { color: #993333; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px 0 0px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4 { font-size: 12px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 0px 0px;
		line-height: 1.8em;
}
#content ul {line-height: normal;}

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;
	padding: 0 25px;
	background: #f9f9f9 url(images/bg3.jpg) top left repeat-y;
}

#topnav
{
	width: 100%;
	float: left;
	color: #999999;
	background: #f9f9f9 url(images/linkbar_bg.jpg) top left repeat-y;
}

#header
{
	clear: both;
/*	border-top: 2px solid #000000; */
	height: 150px;
}  


#wrapper
{
	float: left;
	width: 100%;	
	color: #444444;
background-color: #DDCEA5;
}

#content-wrapper
{
	width: 40%;
	float: left;
}

#content
{
	float: left;
	padding: 5px 20px;
	max-width:260px;
}

#sidebar-wrapper
{
	width: 20%;
	float: left; 
}

#sidebar
{
	float: left;
	padding: 20px 0;
}

#sidenotes-wrapper
{
	width: 298px;
	float: left;
}

#sidenotes
{
	float: left;
	padding: 20px;	

}

#footer
{
	clear: both;
	color: #777777;
	padding: 20px 0;
	text-align: center; 
	background-color: #eeeeee;
	border-top: 5px solid #e5e5e5;
	border-bottom: 15px solid #dddddd;
}

/* Top-Nav */

#topnav ul { float: right; list-style-type: none; margin: 0; padding: 0 10px; width: 95%; line-height: 1.0em; }

#topnav li { float: right; margin: 0; padding: 0; }

#topnav a { display: block; float: left; margin: 10px 0; padding: 0 10px; border-left: 1px solid #777777; }

#topnav a:link, #topnav a:visited { color: #988d87; }

#topnav a:hover, #topnav a:active { color: #ddd8d5; }

#topnav li#skip a { border-left-width: 0; }

/* Header */


#header img
{
/*	border-bottom: 2px solid #000000; */
}

/* Wrapper */

#wrapper a:link { font-weight: bold; border-bottom: 0px dotted #335577; } 

#wrapper a:visited { font-weight: bold; border-bottom: 0px dotted #557799; } 

#wrapper a:hover, #wrapper a:active { border-bottom: 0px solid #993333; }

/* Content */

#content dl, 
#content dt, 
#content dd
{
	margin: 0;
	padding: 0;	
}

/* #content dt,  */
#content h1, #content h2, #content h3, #content h4
{
	padding: 10px;
	font-weight: bold;
	background-color: #E45501;
	margin-top:15px;
}

#content dd, #content p
{
	padding: 10px 10px;
	margin-bottom: 0px;
	background-color: #D1BA84;
/*	border-bottom: 1px dotted #aaaaaa; */
margin-top: 0px;
text-align: justify;
}
#content ul
{
padding: 1px 30px;
	margin-bottom: 0px;
	background-color: #D1BA84;
	
margin-top: 0px;
margin-left: 0px;
 }
 #content ul li {padding-top:2px;}

/* 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 dotted #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, #sidenotes h5
{
	margin: 0;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	background-color: #E45501;
}

#sidenotes ul
{
	padding: 10px 0 0;
	margin: 0 0 20px;
	list-style-type: none;
	background-color: #D1BA84;
}
#sidenotes p
{
	padding: 10px;
	margin: 0 0 20px;
	list-style-type: none;
	background-color: #D1BA84;
	text-align: justify;
}

#sidenotes li
{
	padding: 5px 10px;
}

#sidenotes ul#announcements li 
{
	border-bottom: 1px dotted #aaaaaa;
}

#sidenotes ul#announcements li.alt
{
	background-color: #D3C095;
}

#sidenotes ul#announcements li .date,
#sidenotes ul#announcements li .entry 
{
	display: block;
}

#sidenotes ul#announcements li .date
{
	color: #af735b;
	font-size: 11px;
}

/* Footer */

/*********************************************  linkbar start **************************************/

 #navcontainer ul
{
	font-size: small;
	background-image: url(images/linkbar_bg.jpg);
	height: 33px;
	margin: 0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-left: 20px;
	padding-top: 0px;
}

#navcontainer ul li a:hover, .current
{
	color: #2a4d73;
	background-image: url(images/hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	/* padding-bottom: 10px; */
}
#navcontainer ul li#active a
{
	color: #2a4d73;
	background-image: url(images/hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	/* padding-bottom: 10px; */
}
/********************************************   linkbar end ***********************************/


/********************************************    linkpanel start************************************/

.navcontainer {
	text-decoration: none;
}

.navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #D3D582;
margin-top:0px;
}

.navcontainer a
{
	display: block;
	padding: 4px 0 4px 10px;
	/*width: 158px; */
	border-bottom: 1px solid #7C7C3C;
	background-image: url(images/linkpanel.jpg);
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
}

.navcontainer a:link
{
color: #000000;
text-decoration: none;
}

.navcontainer a:hover
{
	color: #2A4D73;
	background-image: url(images/linkpanel_hover.jpg);
	background-repeat: no-repeat;
	background-color: #B4B62F;
}
.navcontainer li#active2 a
{
	color: #2A4D73;
	background-image: url(images/linkpanel_hover.jpg);
	background-repeat: no-repeat;
	background-color: #B4B62F;
}
/************************************************* linkpanel end **********************************/
#right {
	width: 150px;
	float: left;
	clear: both;
	background-color: #c5ac71;
	padding: 0px 0;
	font-size: 0.8em;
/*margin-top: 20px;*/
height: 600px;
}

/* fürs menü die überschrift */
#right h3 {
background-color:#785012;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:1.1em;
height:18px;
font-weight: bold;
padding-bottom:6px;
padding-left:13px;
padding-top:11px;
margin-top: 0px;
}
#right img{ 
background-color:#DDCEA5;
padding:0px 31px;
}

#header-schrift { position: relative;
margin-top:-100px;
font: 2em bold verdana, sans-serif;
padding-left: 300px;
color: white;
}
#header-schrift p {
margin-top: 0px;
font: 0.6em bold verdana, sans-serif;
padding-left: 161px;
}
img{border-width:0;}
#mailformname {width: 245px;}
#mailformemail {width: 245px;}
#mailformaddress {width: 245px;}
.gmnoprint span, .gmnoprint a {font-size:0.7em;}
