/* style sheet */

body {
        font-family: verdana, sans-serif;
        font-size: 11px;
	font-weight: bold;
	color: #343434;
	background-color: #f9f7f3;
	margin: 0;
	padding: 0;
}

/* links */

A:active { 
	color: #800000;
	text-decoration: none;
}
A:link {
	color: #00009e;
	text-decoration: none;
}
A:visited {
	color: #00009e;
	text-decoration: none;
}
A:hover {
	color: #800000;
	text-decoration: none;
}

/* headings */

h1 {
	font-size: 14px;
	background-color: #f9f7f3;
	/*border-top: 1px solid #c2bdae;*/
	border-bottom: 1px solid #c2bdae;
	padding: 5px 0 5px 12px;
}

h2 {
	font-size: 11px;
	background-color: #f9f7f3;
	border-bottom: 1px solid #c2bdae;
	padding: 5px 0 5px 12px;
}

p {
	margin: 20px 0;
}

img {
	border: none;
}

/* square */

#navSquare {
        margin: 0;
        padding: 15px 0 20px 0;
        border-bottom: 1px solid #c2bdae;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare #right li {
	text-align: right;
}

#navSquare a:link, #navSquare a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #000;
        background: url(square.gif) no-repeat bottom center;
}

/* ids */

#inhalt {
	width: 770px;
	border: 1px solid #c2bdae;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 3px 0 3px;
	background-color: #fff;
}

#kopftop {
	width: 770px;
	height: 15px;
	background: url(line3.gif);
	border-bottom: 3px solid #771718;
	text-align: right;
	color: #fff;
}

#kopf {
	width: 770px;
	height: 125px;
	background-color: #800000;
	/*background-color: #390B0B;*/
	/*background-color: #f9f7f3;*/
        /*border-top: 1px solid #390B0B;*/
	border-top: 1px solid #c2bdae;
	border-bottom: 1px solid #c2bdae;
	/*background: url(line3.gif);*/
}

#kopf img {
	float: right;
	padding: 0 0 0 0;
}

#container {
	margin: 20px 0 20px 12px;
	/*clear: both;*/
}

#container_rechts {
        margin: 20px 10px 20px 20px;
        width: 210px;
        float: right;
        
}

#secnav {
	/*width: 200px;*/
	border: 1px dashed #c2bdae;
	padding: 10px 0 10px 10px;
}

#footer {
	clear: both;
	text-align: center;
	font-weight: normal;
	font-size: 9px;
	margin-bottom: 5px;
}

#content1 {
	width: 630px;
	margin-top: 25px;
	margin-left: 25px;
}

#content2 {
	width: 460px;
	margin-top: 15px;
	margin-left: 20px;
}

#content3 {
	width: 650px;
	margin-top: 20px;
	margin-left: 20px;
}

#sitemap {
	border: 1px solid #c2bdae;
        background-color: #f9f7f3;
	padding: 5px;
        margin-bottom: 20px;
}

#sitemap #first {
	border: 1px solid #c2bdae;
        background-color: #fff;
	padding: 5px;
	margin: 5px 5px 5px 50px;
}

/* classes */

.heading {
	font-size: 14px;
	color: #fff;
	padding: 10px 0 0 12px;
}

.photo img {
	background-color: #f9f7f3;
	border: 1px solid #c2bdae;
	padding: 5px;
}

.button {
	border: 1px solid;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #000000;
	background-color: #E9E9E9;
}

/* end css */