body{
 font-size:100.01%;
 font-family:sans-serif;
 background-color:#ffffff;
 color:#555555;
}
/* blau: #000d78  , gelb #ffab00 */

a:link{color:#ffab00;text-decoration:none;}
a:visited{color:#ffab00;text-decoration:none;}
a:hover{color:#ffab00;text-decoration:underline;}


img, map {
 border:0 none transparent;
}

p{
 font-family:Helvetica,Arial,sans-serif;
 font-size:0.8em;
 color:#555555;
}
p.erster{
 margin:0 0 0 0;
}

p.high {
 font-weight:bold;
 color:#000d78;
}
p.infobox {
 display:inline-block;
 margin:0.5em 0 0.5em 0.5em;
 padding:0.3em; 
 font-family:Helvetica,Arial,sans-serif;
 font-size:0.6em;
 color:#555555;
 background-color:#ffda8f;
 border-top:2px solid #ffab00;
 border:2px solid #ffab00;
 border-radius: 4px;
 -moz-border-radius:4px;
 -khtml-border-radius:4px;
}

h1 {
 font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
 font-size:1.8em;
 font-weight:normal;
 margin:0.1em auto 0.2em auto;
 color:#000d78;
}

label{font-size:0.7em;font-weight:800;}
textarea{font-size:0.9em;font-family:sans-serif;}
input{font-size:0.8em;}
select{font-size:0.7em;color:#000d78;}

input[type=submit]{font-size:0.7em;font-weight:800;background-color:#ffab00;}


p.footer{
 font-family:Helvetica,sans-serif;
 font-size:0.8em;
 font-weight:bold;
 margin:0;
 padding:0;
}

table.daten{margin:0.2em 0 0.5em 0;border-collapse:collapse;border-spacing:0;}
table.daten td{border:1px solid #000d78;padding:0.2em;font-size:0.7em;color:#000d78;}
table.daten th{padding:0.2em;font-size:0.7em;color:#000d78;text-align:center;font-weight:800;}

ul {
 width:50%;
 list-style-image:url(/images/ul-bullet.png);
 /* border:1px solid black; */
 margin:0;
 padding:0 0 0 3em;
 display:inline-block;
}
li {
 font-family:Helvetica,Arial,sans-serif;
 font-size:0.8em;
 font-stretch:normal;
}

ul#primary_menu {
 width:100%;
 margin:0;
 padding:0;
 list-style-type:none;
 border:0 none transparent;
}
ul#primary_menu li {
 float:left;
 padding:0.2em 0 0 0;
 font-family:Helvetica,sans-serif;
 font-size:0.8em;
 font-weight:bold;
 /* border-right:solid 2px #000d78; */
 border:0 none transparent;
 height:20px;
 overflow:hidden;
}
ul#primary_menu li:first-child {
 /* border:0 none transparent; */
 border:0 none transparent;
 padding:0;
 margin:0;
 height:20px;
}




div.thumbleft {
 float:left;
 margin:0 5px 5px 0;
}
div.thumbleft img {
 width:100px;
 border:0 none transparent;
}
div.thumbright {
 float:right;
 margin:0 0 5px 5px;
}
div.thumbright img {
 width:100px;
 border:0 none transparent;
}



div#header {
 width:65em;
 margin-left:auto;
 margin-right:auto;
 padding:5px;
 border:1px solid transparent;
}

div#content {
 clear:left;
 width:65em;
 margin-left:auto;
 margin-right:auto;
 padding:5px;

 border:1px solid #cccccc;
 border-radius: 10px; -moz-border-radius:10px; -khtml-border-radius:10px;
 /* border:1px solid transparent; */
}
div#content_outer {
 position: relative;
 height: 30em;
 width: 65em;
 margin-left: auto;
 margin-right: auto;

 background-attachment: fixed;
 background-image: url(/images/LogoEunity_750.png);
 background-position: 100px 100px;
 background-repeat: no-repeat;
}
div#content_inner {
 position:absolute;
 top:9em;
 left:11em;
 width: 35em;
 padding:4em;

 border:1px solid #cccccc;
 border-radius: 10px; -moz-border-radius:10px; -khtml-border-radius:10px;

 background-attachment: fixed;
 background-image: url(/images/LogoEunity_750trans90.png);
 background-position: 100px 100px;
 background-repeat: no-repeat;
}

div#footer {
 width:65em;
 margin-left:auto;
 margin-right:auto;
 margin-top:0.2em;
 padding:5px;
 /* border-top:solid #ffab00 2px;
 border-left:solid #ffab00 2px;
 border-bottom:2px solid #000d78;
 border-right:2px solid #000d78; */
 border:1px solid #cccccc;
 border-radius: 4px;
 -moz-border-radius:4px;
 -khtml-border-radius:4px;
}





