/* standard elemente */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}

a:hover {
	color: #C60;
}
body {
         background: #e8de8f url(../images/bg5.jpg);
         background-repeat:repeat-x;
         background-attachment:fixed;
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}


/* uhr - datum */

input.datum {
font-size:9pt;
background-color:#ffffff;
color:#5F0000;
border:solid 0px;
text-align:center;
padding-top:2px;
background:transparent;

}

input.zeit{
font-size:9pt;
background-color:#ffffff;
color:#5F0000;
border:solid 0px;
text-align:center;
padding-top:2px;
background:transparent;
}
form {margin-bottom:0px;
}

body { }
#box1 { position:absolute; top:100px; left:720px; width:150px; height:15px; z-index:1; }






html{scrollbar-base-color:#DDB40F;}


p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 4px;
         font-color: #9F0000;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 4px;

}

code1 {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 2px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
         width: 220px;
}

code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 2px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
         width: 570px;
}

h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

<!--misc-->
.clearer {
	clear: both;
}

/* container */
.container {
	background: url(../images/bgcontainer5.jpg) repeat-y;
	margin: 0 auto;
         border: 1px solid #000000;
	width: 780px;
}

/* oben */
.header {
	background: url(../images/bgheader42.jpg) repeat-x;
         border-bottom-color:#006633;
         border-bottom: 1px dashed;
         border-left: 1px solid #006633;
         border-right: 1px solid #000000;
	height: 90px;
	margin: 0 auto;
	width: 760px;
}


/* title */
.title {
	padding: 22px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navi-oben */
.navigation {
	background: #FFF url(../images/navigat1.jpg) repeat-x;
         border-bottom-color:#006633;
         border-bottom: 1px solid;
         border-left: 1px solid #006633;
         border-right: 1px solid #000000;
         font: bold 1.2em Verdana,sans-serif;
	height: 35px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
}
.navigation a {
	color: #2F2F2F;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 35px;
}
.navigation a:hover {
	background: #663300;
	color: #AFAFAF;
}



/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* navi-rechts */
.sidenav {
	float: right;
	width: 160px;
}
.sidenav h1 {
	background: #000000 url(../images/rubrikbg2.jpg) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
         border-left: 1px solid #006633;
         border-right: 1px solid #000000;
	color: #DFDFDF;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #006633;
	border-top: 1px dashed #006633;
         border-left: 1px solid #006633;
         border-right: 1px solid #000000;
	list-style: none;
}
.sidenav li a {
	background: #FFF url(../images/navigat1.jpg) repeat-x;
	color: #2F2F2F;
         height: 18px;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #FFF url(../images/navigat2.jpg) repeat-x;
	color: #EFEFEF;
         height: 18px;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 75%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

/* unten */
.unten {
	background: url(../images/rubrikbg2.jpg) repeat-x;
         border-bottom: 1px solid #006633;
	border-top: 1px dashed #006633;
         border-left: 1px solid #006633;
         border-right: 1px solid #000000;
	color: #DFDFDF;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.unten a {
	color: #DFDFDF;
	text-decoration: none;
}
.unten a:hover {
	color: #FFF;
	text-decoration: underline;
}
.unten .left, .unten .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}