/* LAYOUT WEISSE KÄSTEN AUF ROTEM GRUND, MENÜ ZENTRIERT */
/* padding/magrin/color:  
Zwei Angaben: oben/unten, rechts/links.
Drei Angaben: oben, rechts/links,unten
Vier Angaben: oben, rechts, unten, links */
/* Weiß: #FFFFFF - rgb(255,255,255)
   Rot: #AF000F - rgb(175,0,15) */


/* Allgemeine Angaben */
* { 
	margin: 0px;
	padding: 0px;
}

body {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 100.1%;
	color: #000000;
  min-width: 760px;
  background-color: #AF000F;
  text-align: center;
}

img {
    border: 0;
}

a {
	color: #AF000F;
	font-weight: none;
	font-style: none;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AF000F;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #AF000F;
}

/* Wrap zum Zentrieren des Inhalts */  
div#outer {
  width: 760px;
  margin: 0 auto;
}

/* Beenden eines Float-Abschnittes */
.clear {
   clear: both;
   visibility: hidden;
}

/* Kopfzeile */
div#header {
    width: 100%;
    height: 98px;
    background: #FFFFFF url(images/tophund.jpg) no-repeat 90% 10px;
    /* tophund.jpg: 250 x 80 x 96dpi */
    text-align: left;    
}
img#logo {
    margin-left: 15px;
    border: 0;
    margin-bottom: -4px;
}

/* Hauptmenü */
ul#menu {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: #AF000F;
    list-style: none;
    border-top: 2px solid #AF000F;
    border-bottom: 2px solid #AF000F;    
}

ul#menu li {
    /*  (760-(X-1)*2)/X  */
    width: 125px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    border-right: 2px #FFFFFF solid;
}
ul#menu li#menulast {
    border: 0;
}
ul#menu a {
    color: #FFFFFF;
    display: block;
    width: 100%;
}
ul#menu a:hover {
    color: #AF000F;
    background-color: #FFFFFF; 
	  text-decoration: none; 
}
ul#menu li.aktiv {
    color: #AF000F;
    background-color: #FFFFFF;    
}

/* Inhalt */
div#content {
    width: 500px;
    float: left;
    padding: 0 20px 0 20px;
    background-color: #FFFFFF;     
    text-align: left;
}

#content h2 {
    font-size: 12px;
	  font-weight: bold;
   	color: #AF000F;
    padding-bottom: 6px;
}

#content h4 {
    font-size: 12px;
	  font-weight: normal;
   	color: #AF000F;
    padding: 8px 0 2px 0;
}

#content p {
    font-size: 11px;
    line-height: 130%;
    padding: 4px 0;    
}

#content .block {
    position: relative;
    top: -1px;
    padding: 15px 0;
    border-top: 1px solid #AF000F;
}

#content .newsdate {
    font-size: 8px;
    font-weight: normal;
    color: #000000; 
    padding-left: 10px;
}
#content p.newscount {
    padding: 8px 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #AF000F;
}

#content table.download {
    width: 100%;
}
#content table.download td {
    width: 50%;
    font-size: 11px;
    line-height: 150%;
}
#content table.download td h2 {
    margin-top: 15px;
}
#content table.download td ul{
    list-style: none; 
}
#content table.download td.line {
    border-bottom: 1px solid #AF000F;
}

/* Formulare */
input, textarea, select {
  font-size: 11px;
  font-family: verdana, tahoma, arial, sans-serif;
  padding: 4px;
  border: 1px solid #AF000F;
  background-color: #F0F0F0;  
}
.button {
  background-color: #AF000F;
  color:#FFFFFF;
  border: 0;
  font-weight: bold;
}

/* Input -Specials */
.upload {
  background-color: #F0F0F0;
  border: 1px solid #AF000F;
}
.error {
  background-color: #AF000F;
  color:#FFFFFF;
  font-weight: bold;
  padding: 4px;
}
.edit {
  position: absolute;
  top: 10px;
  left: 450px;
}
 
/* Rechts */
div#right {
    width: 200px;
    float: right;
    text-align: center;
}
#right #titel {
    padding: 15px 0 10px 0;
    margin-bottom: 7px;
    background-color: #FFFFFF;
}
#right .box {
    padding: 5px 0;
    margin-bottom: 7px;
    background-color: #FFFFFF;
}
#right .voll {
    padding: 0;
    margin-bottom: 7px;
}
#right h3 {
    font-size: 12px;
	  font-weight: bold;
   	color: #AF000F;
    text-align: left;
    padding: 0 10px 6px 10px;
}
#right p {
    font-size: 11px;
    line-height: 130%;
    text-align: left;
    padding: 4px 10px;
}
#right img {
    align: center;
}
#right .info {
    font-size: 9px;
    line-height: 130%;
    text-align: right;
    color: #FFFFFF;
    padding: 2px 0 4px 0;
}
/* akttitel.jpg: 180 x 254 x 96dpi, weiß wird grau umrandet  */
#right #titel img {
    border: 1px solid #D8D8D8;
}

/* Fußzeile */
div#footer {
  	width: 100%;
    background: #FFFFFF;
    border-top: 2px solid #AF000F;     
}

#footer p {
    padding-right: 15px; 
    line-height: 25px;
    font-size: 10px;
    text-align: right;
}  