/* CSS Document */

body {
margin: 0;
background-color: #fff;
}

.Font_Size_07em {
	font-size: 0.7em;
}

#header {
width: 900px;
height: 138px;
background-color: #fff;
background-image:  url(../abc-bilder/default/mole.gif);
background-repeat: no-repeat;
background-position: left left;
}
#image_table{
width: 700px;
margin-left: 200px;
margin-top: 4px;
margin-bottom:11px;
}

#navcontainer
{
width: 700px;
color: #333;
border-bottom: none;
margin-left: 200px;
height: 35px;
font-size: 0px;
display: block;
}

html>body #navcontainer { 
width: 698px;
}

.first_letter{
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
}

.link{
padding-top: 3px;
float:left;
text-align: middle;
padding-left: 2px;
}

.link a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-decoration: none;
}

.link a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-decoration: none;
}

.link a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-decoration: none;
}

.link a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CF3838;
text-decoration: none;
}

.spacer{
width: 25px;
float:left;
}

#site{
width:900px;
height:100%;
clear:both;
}

#left_site{
width:200px;
background-color: #fff;
float: left;
height: 100%;
}

#right_site{
width:700px;
background-color: #fff;
float: left;
height: 100%;
border-top: 1px solid silver;
border-right: 1px solid silver;
border-left: 1px solid silver;
padding-bottom: 40px;
}

html>body #left_site { 
width: 200px;
height: auto;
min-height: 900px;
}

html>body #right_site {
height: auto;
min-height: 900px;
width: 698px;
}

#footer{
float:right;
width: 700px;
height: 25px;
background-color: #ededed;
border: 1px solid silver;
text-align: right;
}
html>body #footer { 
width: 698px;
}
#slogan {
width: 450px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CF3838;
letter-spacing: 5px;
padding-top: 4px;
padding-left: 20px;
text-align: left;
}
/*strong {
color: #333;
}*/
#footer a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-decoration: none;
}

#footer a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-decoration: none;
}

#footer a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-decoration: none;
}

#footer a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CF3838;
text-decoration: none;
}
#edit_link {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CF3838;
letter-spacing: 5px;
padding-top: 4px;
padding-right: 20px;
}
#up_link {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CF3838;
letter-spacing: 5px;
padding-top: 4px;
padding-right: 20px;
}
img {
border: none;
}

#content_scroll {
	position: absolute;
	height: 100%;
	overflow: auto;
}