html {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #383838;
	margin: 0;
	background: white;
}

#surround {
	width: 1020px;
	padding: 65px 120px 0 120px;
	margin: auto;
}

a
{
	color: #383838;
	text-decoration: none;
	outline: 0 none;
}

a:hover {
	color: #3d6697;
}

.blueletter {
	color: #3d6697;
}

img { border: 0; }

header {
	height: 55px;
	font-size: 21px;
	font-weight: 600;
	color: #5e5e5e;
}
header a {
	color: #5e5e5e;
}

#header-left {
	float: left;
	width: 220px;
	color: #3d6697;
	font-weight: 600;
}

#header-left a {
	color: #3d6697;
}
#header-left a:hover {
	color: #383838;
}

#photo-left {
	clear: left;
	float: left;
	width: 220px;
}


#main
{
	height: auto;
	width: auto;
	overflow: visible;
	padding-left: 220px;
}

nav {
	height: 133px;
	margin-left: 144px;
}
/*
nav a {
	font-weight: 600;
}
*/

nav ul li.drop-menu {
	display: block;
	cursor: pointer;
}
nav ul li.drop-menu:hover .sub-menu {
	display: block;
}

nav ul li ul.sub-menu {
	display: none;
}

nav ul
{
	margin: 0;
	padding: 0;
	list-style: none outside;
}

nav ul li {
	float: left;
}
	#li1 { width: 128px; }
	#li2 { width: 176px; }
	#li3 { width: 202px; }

nav ul li,
nav ul li a
{
	color: #5e5e5e;
	text-decoration: none;
}

nav ul li ul li,
nav ul li ul li a
{
	float: none;
	color: #b3b3b3;
	font-size: 12px;
}
nav ul li ul li a.current,
nav ul li ul li a:hover
{
	color: #5e5e5e;
}


article {
	font-size: 13px;
	height: 600px;
	width: 650px;
	padding-right: 20px;
	overflow: auto;
}
article.bildseite {
	width: auto;
}
/*
article p {
	line-height: 1.5em;
}
*/
article h1 {
	font-size: 18px;
	color: #3d6697;
	font-weight: 600;
	margin-top: 14px;
}
article h1.topmargin {
	margin-top: 36px;
}

article h2,
article h3 {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

article ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

article ul li {
    background-image: url(images/bullet-blue.png);
    background-repeat: no-repeat;
    background-position: 0px top;
    padding-left: 15px;
}

article ul.wide { margin-bottom: 0; }

article ul.wide li { padding-bottom: 14px; }
article ul.wide li:last-child { padding-bottom: 0; }
/*
article ul li ul {
    margin-left: 20px;
}
article ul li ul li {
}
*/

article section {
	text-align: left;
}

section.legal h2,
section.legal h3 {
	color: #3d6697;
}

section.legal ol { list-style-type: upper-roman; }
section.legal ol li ol { list-style-type: decimal-leading-zero; }

.unterschrift {
	width: 255px;
	height: 105px;
	background-image: url(images/unterschrift.png);
	background-repeat: no-repeat;
}

dl {
	list-style: none outside;
}

dt {
	float: left;
	width: 250px;
	text-align: left;
	font-size: 12px;
}

dd {
	padding: 0;
	margin: 0;
	line-height: 0;
}


footer {
	width: 220px;
	margin-top: -103px;
	margin-bottom: 40px;
}

footer ul
{
	margin: 0;
	padding: 0;
	list-style: none outside;
}

footer ul li a {
	color: #b3b3b3;
	font-size: 12px;
}

footer ul li a:hover,
footer ul li a.current {
	color: #5e5e5e;
}