body {
	margin:0;
	padding:0;
	background-color: #f8f8f8;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	scrollbar-face-color: #AF1B35F;
	scrollbar-shadow-color: #f8f8f8;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-3dlight-color: #F0F0F0;
	scrollbar-darkshadow-color: #F0F0F0;
	scrollbar-track-color: #f8f8f8;
	scrollbar-arrow-color: #438ECD;
}

a {
	color: #438ECD;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color : #1E3F5B;
	text-decoration : none;
}

/* Structure */
.wrapper {
	height: 100%;
}
.border_black {
	border: 1px solid #000;
}
#container {
	width: 780px;
	height: 460px;
}
#header {
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
	background-color: #d8d8d8;
	height: 69px;
}
#navcontainer {
	background-image:url(../images/header_back_bottom.gif);
	background-repeat: repeat-x;
	background-color: #d8d8d8;
	height: 25px;
}
#content {
	background-repeat: no-repeat;
	height: 332px;
	padding: 20px 30px 10px 250px;
	overflow: auto;
}
#content_anwaelte {
	background-repeat: no-repeat;
	height: 332px;
	padding: 40px 0px 0px 75px;
}
#content_door {
	background-repeat: no-repeat;
	height: 332px;
	padding: 70px 0px 0px 90px;
}
#content div.inhalt {
	padding-right: 15px;
	height: 302px;
	overflow: auto;
}
.footer {
	background-image:url(../images/footer_back.gif);
	background-repeat: repeat-x;
	background-color: #d8d8d8;
}
.bg_copyright {
	background-image:url(../images/back_bottom.gif);
	background-repeat: no-repeat;
	background-color: #d8d8d8;
}

.frame {
	padding-right: 15px;
	text-align: justify;
}

/* format Text */
.text {
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}

.headline, h1 {
	font-size: 11px;
	color: #434037;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2, h3 {
	font-size: 10px;
	color: #434037;
	margin-top: 18px;
	margin-bottom: 14px;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover {
	color: #434037;
	cursor: default;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 14px;
}
ul {
	margin-left: 8px;
	padding-left: 8px;
}
ol {
	margin-left: 12px;
	padding-left: 12px;
}
ul li, ol li {
	margin-bottom: 2px;
}
ul.bigger li {
	margin-bottom: 14px;
}
ol.bigger li, ul.middle li {
	margin-bottom: 6px;
}
ul.nostyle {
	list-style-type: none;
	
}

.textdoor p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;
}

strong {
	color: #444;
}

/* Common Classes */
.bold {
	font-weight: bold;
}
.fltright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.right {
	text-align: right;
}
span.text12 {
	font-size: 12px;
	line-height: 16px;
}

table.map td {
	padding: 10px;
}
