body {
	margin: 0 0 50px 0;
	padding: 0;
	background: #D8B35A;
}




/* ___________________________________________________________________ */




 /* This holds and centers the lot. */

#holder {
	position: absolute;
	left: 100px;
	top: 0;
	width: 660px;
	height: auto;

	padding: 0 0 20px 0;
	background: #FFF7AE;
	text-align: center;
	border-left: 2px #eed solid;
	border-right: 2px #eed solid;
}




/* ___________________________________________________________________ */





 /* This holds everything inside the header. */
 
 #mainimg {
	background-image:url(grafics/europa_stier.gif);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#header {
   position: relative;
   left: 0; top: 0;
   width: 90%; height: auto;
   padding: 5%;
   background: #FFF7AE;
   border-bottom: 2px #fff solid;
   }

#header #wrapper{
   width: auto;
   height: auto;
}

 /* This styles the above (big) text. */

#header #one {
   font: 2.2em "Trebuchet MS", Trebuchet, serif;
   color: #1B4A78 	;
   display: block;
   clear: both;
   padding-top: 5%;
   }

 /* This styles the below (small) text. */

#header #two {
   font: italic 1em georgia, serif;
   color: #998;
   display: block;
   }




/* ___________________________________________________________________ */




 /* This holds the menu - below the header. */

#menu {
	position: relative;
	left: 0;
	top: 0;
	width: 646.5Px;
	height: auto;
	padding: 3px 1% 4px 1%;
	border-top: 2px #eed solid;
	background: #003366;
	font: bold .7em/100% arial, sans-serif;
	text-align: left;
	z-index: 0;
}

#menu a{
	color: #FFD700;
	font: 1em verdana, serif;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#menu a:hover{
	color: #D15E5E;
}




/* ___________________________________________________________________ */




 /* This is the box on the left - below the menu. */

#content {
   float: left;
   padding: 25px 12px 12px 12px;
   width: 70%; height: auto;
   background: #fff;
   text-align: left;
   border-left: 2px #eed solid; border-top: 2px #eed solid;
}

#content h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 1.6em garamond, serif;
	color: #DAA520;
	border-bottom: 1px dashed #77773C;
}

#content h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 1.6em garamond, serif;
	color: #00015B;
	border-bottom: 1px dotted #77773C;
}

#content h3 {
	margin: 0 0 0 0;
	font: 1.1em garamond, serif;
	font-weight: 300;
	color: #8B0000;
	text-align: center;
}

#content p {
   float: left;
   width: 94%;
   padding: 0 0 0 3%;
   margin: 0 0 20px 0;
   font: .8em/150% arial, sans-serif;
   color: #222;

}

#content p.indent{
    text-indent: 30px;
}

#content p a{
	color: #DAA520;
	border: none;
	font-weight: bold;
	text-decoration: none;
}

#content p a:hover{
   color: #00015B;
   text-decoration: none;
}

table {
	border: 1px;
	text-align: center;
}

td {
	border: 1px inset;
	padding: 0px 10px 0px 0px;
}

#klein {
	text-align: left;
	font: 1.6em;
}




/* ___________________________________________________________________ */




 /* This is the box on the right - below the menu. */

#right_pane {
   float: left;
   margin:  0;
   padding: 5px 4px 5px 4px;
   width: 24.5%; height: auto;
   background: #00015B;
   border-left: 2px #eed solid; border-bottom: 2px #fff solid;
   font: .9em arial, sans serif;
   color: #555;
   text-align: left;
   z-index: 1;
}

#right_pane > a{
	color: #FFD700;
	font: 1.0em verdana, serif;
	text-decoration: none;
	margin: 50px 0 50px 20px;
}
#right_pane > a:hover{
   color: #fff;
}


#right_pane * a{
	color: #FFD700;
	background: #00015B;
	display: block;
	font: 0.9em verdana, serif;
	text-decoration: none;
	border-bottom: 1px #00015B solid;

	text-indent: 25Px;
}

#right_pane * a:hover{
   background: #FFF7AE url('grafics/punkte.gif') no-repeat left;
   color: #00015B;
}

#right_pane h5{
   font: italic 1.6em georgia, sans-serif;
   color: #FFD700;
   margin: 0 0 10px 0; padding: 0;
	text-indent: 10px;
}

#right_pane .date{
   background: transparent;
   border-top: 1px #D3D2B8 solid;
   margin: 0; padding: 0;
   font-style: italic;
   font-weight: bold;
   border: none;
}

#right_pane p{
	width: auto;
	border: 1px #D3D2B8 solid;
	background: #F0E68C;
	margin: 0 0 3px 0;
	padding: 3px;
}


#right_pane p a{
	color: #77773C;
	border: none;
	font-weight: bold;
	text-decoration: none;
	background-color: #F0E68C;
}

#right_pane p a:hover{
   color: #00015B;
   text-decoration: none;
	background-color: #F0E68C;
}

#img {
	padding: 5px 5px;
	text-align: center;
}


#footer{
 margin: 0;
}

#footer p{
   text-indent: 0;
   margin-top: 20px;
   font: bold .6em verdana, sans-serif;
   color: #bbb;
   text-align: right;
   }

acronym{
   text-decoration: none;
   border-bottom: 1px #77773C dotted;
}

#test{
	text-indent: 10px;
	font: 1em verdana, serif;
}

