* {
margin: 0;
padding: 0;
}
body {
background: #D5EDB3;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #5C743D;
	margin-top: 30px;
	border-top: 8px solid #5C743D;
}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
h1 {font-size: 40px; color: FF0000; padding-left: 50px;}
h2 {font-size: 25px; color: 000000;}
h3 {font-size: 25px; color: FF0000;}
h4 {font-size: 20px; color: D5EDB3;}
h5 {font-size: 20px; color: 000000;}
h6 {font-size: 20px; color: FF0000;}

p {font-size: 14px; color: #000000;}

#header {
	width: 100%;
	height: 200px;
    padding-left: 0px;
	background-color: #5C743D;
	background-image:     url(../kalt/images/kalt-weit.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#logo {
    position: absolute;
	right: 30px;
	background: #transparent;
}

#main {
    margin-left: 160px;
    color: #000000;
    background: #5C743D;
    line-height: 20px; /* to avoid the peekaboo bug */
}
p.mainbot {
    clear: both;
    height: 28px;
    background: #b4a895;
}
#callnumber {
    float: right;
    width: 165px;
    margin: 10px;
    padding: 10px;
    line-height: 25px;
    color: #000000;
    background: #FFFFFF;
}
blockquote p {
    font-weight: normal;
    font-size: 16px; color: #000000;
}
cite {
    display: block;
    font-size: 16;
    font-style: normal;
    font-weight: bold;
    padding-left: 25px;
}
#content {
	margin-right: 200px;
	padding: 20px;
	color: #000000;
	line-height: 30px;
	background: #D5EDB3;
	border-top: 10px solid #5C743D;
	border-left: 10px solid #5C743D;
}

/* Topnavigation */
#navtop {
	position: absolute;
	top: 0px;
	left: 0px;
}
#navtop li {
    display: inline;
}
#navtop a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
	color: #5C743D;
    text-decoration: none;
    display: block;
    float: right;
    padding: 5px 30px;
    line-height: 20px;
}
#navtop a:hover {
    color: #FFFFFF;
    font-weight: normal;
    background: #5C743D;
}

/* Linke Hauptnavigation */
#navlinks {
    position: absolute;
    top: 270px;
    width: 150px;
    left: 10px;
    background: #5C743D;	
    z-index: 5;
}
#navlinks li {
    display: inline;
}
#navlinks .nav a {
    display: block;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 10px 2px 0;
    text-align: center;
    border: 1px solid #5C743D;
}
#navlinks .nav a:link, 
#navlinks .nav a:visited {
    color: #D5EDB3;
    background: transparent;
}
#navlinks .nav a:hover, 
#navlinks .nav a:active, 
#navlinks .nav a:focus {
    color: #000000;
    background: transparent;
    border-color: #D5EDB3;
}
#navlinks .nav a:link.akt, 
#navlinks .nav a:visited.akt {
    color: #9c8861;
    background: transparent;
    border-color: #BEBCB5;
}
