* {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(body_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #333333;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#container {

	
	margin-right: auto;
	margin-left: auto;
	width: 905px;
}
#header {
	margin-top: 10px;
	background-repeat: no-repeat;
	height: 112px;
	width: 905px;
	background-image: url(header.gif);
}
#content {
	padding-right: 25px;
	padding-left: 25px;
	width: 855px;
	background-image: url(content.gif);
	min-height: 600px;
	clear: both;
}
#footer {
	margin-bottom: 20px;
	height: 20px;
	background-image: url(footer.gif);
}

#navi {
      font-size: 1em;
      clear: both;
      font-family: "Lucida Grande", Verdana, Arial, sans-serif;
      height: 50px;
      background-image: url(navi_bg.gif);
      float:left;
      width:100%;
      line-height:normal;
      }
      
#navi ul {
	  padding-left: 25px;
	  padding-bottom: 0;
	  padding-right: 10px;
	  padding-top: 13px;
	  margin:0;
	  list-style:none;
}

#navi li {
      display:inline;
      margin:0;
      padding:0;
}

#navi a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}

#navi a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      color: white;
}

#navi a span {
	float:none;
}

#navi a:hover span {
	text-decoration: underline;
}

.clear {
	height: 15px;
	clear: both;
	width: 100%;
}


.clear2 {
	height: 30px;
	clear: both;
	width: 100%;
}


img {
	border-width: 0px;
}


em {
    font-style: italic;
}
               
strong {
    font-weight: bold;
}
               
p {
    line-height: 1.5em;
    margin: 0.6em 0 0 0;
}

small {
		line-height: 1.2em;
}

#content h1 {
    padding-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-family: Georgia, "Lucida Sans Unicode", Verdana, "Times New Roman", sans-serif;
    font-size: 2.4em;
    line-height: 1.2em;
    letter-spacing: -1px;
}

#content h2 {
    padding-top: 15px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.2em;
    letter-spacing: -1px;
}

#content h3 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.2em;
    letter-spacing: -1px;
}

a:link { 
    color: #990000; 
    text-decoration: none; 
}

a:visited { 
    color: #990000; 
    text-decoration: none; 
}

a:hover { 
    color: #990000; 
    text-decoration: underline; 
}

a:active { 
    color: #990000; 
    text-decoration: none; 
}

#content ul {
		margin-bottom: 10px;
		margin-top: 10px;
		margin-left: 25px;
	}

td {
		padding: 5px;
		vertical-align: top;
	}

noscript {
		font-style: italic;
		color: #990000;
	}

.red {
		color: #990000;
		font-weight: bold;
	}

hr {
		margin-bottom: 30px;
		margin-top: 30px;
		border-left-style: none;
		border-bottom-style: solid;
		border-right-style: none;
		border-top-style: none;
		border-left-width: 0px;
		border-bottom-width: 1px;
		border-right-width: 0px;
		border-top-width: 0px;
		border-bottom-color: #999999;
		height: 0px;
	}

td.border {
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

tbody.highlight {
	background-color: #ffffcc;
}

#nachweis ul {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: none;
}

#nachweis li {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

th {
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 5px;
	text-align: left;
}

tr.locked td {
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

#info ul {
}

#info li {
	list-style-type: decimal;
	margin-bottom: 5px;
}


