/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
background:url(../images/body.png) top repeat-x #030848;
font:80% Georgia;
color:#bdbd57;
}

a {
color:#FF0000;
}

a:hover {
text-decoration:none;
}

#header {
height:300px;
display:block;
background:url(../images/header.png) top center no-repeat;
}

#container {
width:895px;
margin:0 auto;
background-color:#bdbd57;
padding:5px;
}

h1.main_title {
font:120% Georgia;
color:#c10006;
margin:20px auto;
text-align:center;
text-transform:uppercase;
}

#navigation {
width:895px;
padding:12px 0;
margin:35px auto 0px;
font:80% Georgia;
letter-spacing:2px;
text-transform:uppercase;
}

#nav li {
display:inline;
margin-right:0px;
}

#nav a {
padding:0 6px 0 0;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.gif) top no-repeat;
color:#bdbd57;
}

#nav a.active {
background:url(../images/nav_link_active.gif) top no-repeat;
color:#bdbd57;
font-weight:normal;
}

#inner_container {
background:url(../images/inner_container.png) top repeat-x #000000;
padding:10px 10px 10px 25px;
}

#sidebar {
width:250px;
padding:10px;
float:right;
xbackground:#040847;
border-left:1px solid #bdbd57;
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {
margin-right:300px;
}

div.hr {
  height: 15px;
  padding:10px 0;
  background: transparent url(../images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

blockquote {
background:url(../images/quote.gif) bottom right no-repeat #750000;
padding:2px 17px;
}

p {
margin:10px 0;
padding:5px;
line-height:20px;
text-indent:25px;
}

p.note {
padding:20px;
border: 2px solid #750000;
color:#FF0000;
text-indent:0px;
}

#container strong.titel_note {
font:160% Georgia;
xcolor:#cc9421;
margin:15px 0;
}

#container h1 {
font:160% Georgia;
xcolor:#cc9421;
margin:15px 0;
}

#container h2 {
font:100% Georgia;
xcolor:#cc9421;
font-weight:bold;
margin:25px 0 15px;
}

#container ul {
font-size:90%;
margin:10px 15px;
list-style-image: url(../images/bullet.gif);
}

#container ul li {
margin:10px 0;
}

#container img {
background:#040847;
padding:3px;
}

#footer {
width:750px;
background:#030848;
padding:10px;
margin:0 auto;
clear:both;
}

#content table {
width:400px;
background:#040847;
margin:25px 0;
}

td {
padding:8px;
text-align:center;
background:url(../images/td.png) top left no-repeat #040847;
font:90% Georgia;
}

td span{
text-align:center;
font:80% Georgia;
}

th {
padding:10px;
}

#footer p {
text-indent:0;
}

#footer p.validate {
float:right;
}

.red {color:#FF0000;}