/*  body und schrift definitionen */
html { 
padding:0px;
margin:0px;
}

body {
background: url(../img/bg/bg.gif);
font-size: 74%;
font-family: Georgia, Garamond, Palatino Linotype, Times New Roman, Times, serif;
color: #564b47;
text-align: center;
margin: 0px;
padding: 0px;
}

dl, dd, dt, p, h1, h2, h3, h4, ul, ol, li {
margin:0px;
padding: 0px;
border: 0px;
list-style-type: none;
text-decoration: none;
}

a {
text-decoration: none;
color: #564B47;
}

a:hover {
text-decoration: none;
}

a:activated {
text-decoration: none;
}

/*  positioning-layers statisch und absolut */
#box {
width: 902px;
margin: 0px auto;
padding: 0px;
text-align: left;
background-color: #F0F0F0;
border-left: 1px solid #000;
border-right: 1px solid #808080;
border-bottom: 1px solid #000;
}

/* Definition linke Spalte */
#links {
width:230px;
height: 800px;
padding:0px;
float:left;
background-image: url(../img/bg/bg_menue.jpg);
background-position: left top;
background-repeat: no-repeat;
}

#links h1 {
font-size: 2em;
color: #789;
text-align: center;
}

/* Beginn Navigation */
#menu {
margin-top: 240px;
margin-left: 25px;
width: 15em;
}

#menu dt {
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
border: 1px solid #000;
background: #2A5275;
color: #F0F0F0;
}

#menu dd {
border: 1px solid #000;
}

#menu li {
text-align: center;
background: #F0F0F0;
}

#menu li a {
background-color: #F0F0F0;
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a {
color: #f0f0f0;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a:hover {
background-color: #F0F0F0;
color: #000;
}

#menu li a:hover {
text-decoration: underline;
color: #000;
}

.menuactiv {
display: block;
background-color: #F0F0F0;
color: #000;
}
/* Ende Navigation */

#linkbox {
width: 170px;
text-align: center;
}

.linkbox a {
border: none;
}

.linkbox a:hover {
background: transparent;
}

/* Definition Inhaltsspalte */
#inhalt {
width: 670px;
padding: 0px;
float: left;
background-color: #f0f0f0;
/* overflow: auto; */
}

#inhalt iframe {
text-align: center;
border: none;
width: 650px;
height: 1024px;
overflow: hidden;
}

/* Fussabschnitt */
.pfuss {
height: 25px;
background-color: #E7E7E7;
padding-top: 8px;
text-align: center;
font-size: 1em;
color: #BEBEBE;
}
/* Ende Fuss */

/* Beginn Kopfdefinition */
#kopf {
height: 30px;
background-color: #E7E7E7;
border-bottom: 1px solid #BEBEBE;
}

#kopf h1 {
font-size: 11px;
text-transform: uppercase;
text-align: center;
color: #CDCDCD;
padding-top: 8px;
padding-right: 8px;
margin: 0px;
}

#kopf p {
padding:10px;
margin:0px;
}
/* Ende Kopfdefinition */
