/* -----------------

Hinweis: Die Abstände zwischen den Elementen im Content-Bereich werden grundsätzlich immer vom Element nach unten definiert (z. B. mit margin-bottom)!

----------------- */

/* =================== IMPORTS =================== */


/* =================== DEFAULT STYLES =================== */

html {
	overflow-y:scroll;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px; 
	color:#464647;
	line-height:182%;
	margin:0;
	padding:0;
	background-color:#ffffff;
}

body.print {
	margin:10px;
	background:none;
}

/* Headings */
h1 {
	font-size:18px; 
	color:#7DB1D3;
	font-weight:bold;
	line-height:120%;
	margin:0px;
}

h2 {
	font-size:11px;
	color:#636567;
	font-weight:bold; 
	line-height:120%;
	margin:0px;
}

h3 {
	font-size:12px;
	color:#636567;
	font-weight:bold; 
	line-height:120%;
	margin:0px;
}

h4 {
	font-size:14px;
	color:#7DB1D3;
	font-weight:bold; 
	line-height:120%;
	margin:0px;
}


p {}

/* Links */
a, a:visited {
	color:#7DB1D3;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

/* Positionierung @ */
a img {
	vertical-align:middle;
}

/* Aufzählungen */

ul {
	margin:0 0 0 16px; 
	padding:0;
}

/* Trennlinien */
div#content hr, div#block_right hr {
 	border:0px; 					/* Für Firefox und Opera */
	border-top:1px solid #000000;
 	border-bottom:1px solid #ffffff; 
}


/* =================== LAYOUT =================== */

div#bg_main {
	position:fixed; 
	top:0; 
	left:0;
	z-index:0; 
	width:100%; 
	padding-bottom:-137px; 
	overflow:hidden;
}

div#block_main {}		/* Zentrierung der Website */

div#block_header {
	position:absolute; 
	top:0; 
	left:0; 
	z-index:2; 
	width:100%; 
	height:111px; 
	background-color:#ffffff;
}

div#block_header_pos {
	position:absolute; 
	left:50%; 
	margin-left:-478px; 
	width:957px; 
	height:111px;
}

div#logo {
	float:left; 
}

div#logo_home {
	position:absolute; 
	left:50%; 
	margin-left:-478px; 
	width:957px;
	text-align:center;
}

div#header {
	float:right;
}

div#block_content {
	position:absolute; 
	top:165px;
	left:50%; 
	margin-left:-479px; 
	width:958px;
}

div#block_content_right {
	position:absolute; 
	top:165px;
	left:50%; 
	margin-left:-479px; 
	width:958px;
	background-image:url(/images/default/design_custom/bg_content_right.jpg);
	background-position:1px 0;
	background-repeat:repeat-y;	
}

div#left {}

div#navigation {
	float:right;
	text-align:right;
	width:665px;
	height:26px;
	background-image:url(/images/default/design_custom/bg_nav0.jpg);
	background-repeat:repeat-x;
}

div#navigation_level1 {
	position:absolute; 
	top:111px; 
	left:0; 
	z-index:2; 
	width:100%; 
	height:26px; 
	background-image:url(/images/default/design_custom/bg_nav1.png);
	background-repeat:repeat-x;
}

div#navigation_level1_pos {
	position:absolute; 
	left:50%; 
	margin-left:-478px; 
	width:957px; 
	height:26px;
}

div#navigation_level2 {
	position:absolute; 
	top:137px;
	left:50%; 
	margin:1px 0 0 -478px; 
	z-index:2;
	width:957px; 
	height:28px;
	background-color:#ffffff;	
}

div#block_footer {
	position:fixed; 
	bottom:0; 
	z-index:2; 
	width:100%; 
	height:21px;
	padding:5px 0 0 0;
	background:#ffffff url(/images/default/design_custom/bg_footer.jpg);	
	background-position:center;
	background-repeat:no-repeat;
}

div#block_footer_pos {
	position:absolute; 
	left:50%; 
	margin-left:-478px; 
	width:957px;
	text-align:center;
}

div.adresse {}

div#block_right {
	position:absolute; 
	top:0;
	right:0;
	width:275px;
	padding:50px 0 0 0;
	margin:0;
	border-right:41px solid #ffffff;
	border-top:43px solid #ffffff;
	background:#ffffff url(/images/default/design_custom/bg_moreinfo.jpg);
	background-repeat:repeat-y;
}


/* =================== MENUPAGE & MOREINFO =================== */

div#content {
	position:absolute; 
	top:0;
	left:50%; 
	margin-left:-478px; 
	width:873px;
	padding:43px 42px 40px 42px;
	background-color:#ffffff;
}


div#content_moreinfo {
	position:absolute; 
	top:0;
	left:50%; 
	margin-left:-478px; 
	width:578px;
	padding:43px 21px 40px 42px;
	background-color:#ffffff;
}

div#content_home {
	position:absolute; 
	top:137px; 
	left:0; 
	z-index:3; 
	width:100%; 
	height:106px; 
	background-image:url(/images/default/design_custom/bg_content_home.png);
}

div#content_home_pos {
	position:absolute; 
	left:50%; 
	margin-left:-505px; 
	width:1010px; 
	height:85px;
	padding:21px 0 0 0;
}

/* Main */				/* inkl. padding, margin */
div.content_main {}

div.main_title {		/* h1 */
	margin-bottom:25px;	
	max-width:578px;
}

div.main_subtitle {		/* h2 */
	margin-bottom:15px;	
}
div.main_date {
	margin-bottom:15px;	
}
div.main_author {
	margin-bottom:15px;	
}
div.main_abstract {
	margin-bottom:15px;	
	max-width:578px;
}
div.main_text {
	margin-bottom:15px;	
	max-width:578px;
}
div.main_text_breit {
	margin-bottom:15px;	
}

/* Chapters */ 			/* inkl. padding, margin */
div.content_chapter {}

div.chapter_title {		/* h3 */
	margin-bottom:5px;
	max-width:578px;
}

div.chapter_text {
	margin-bottom:15px;
	max-width:578px;
}

/* Moreinfo */ 			/* inkl. padding, margin */
div#moreinfo_container {
	position:absolute;
	z-index:2;
}

div#moreinfo {
	padding:0 10px 0 10px;
}				

div.moreinfo_title {
	margin-bottom:5px;	
}

div.moreinfo_text {
	padding-bottom:15px;
}

/* =================== BILDER =================== */

div.content_main img {
	margin:0 0 3px 0;
}

div.content_chapter img {
	margin:0 0 3px 0;
}

/* mitte / grosses Bild */
.image {
	margin:5px 0 0 0;
}
.image_text {
	margin:0 0 5px 0;
}

/* links */
.image_left {
	float:left;
	margin:0 10px 0 0;
}
.image_left_text {
	float:left;
	margin:0 0 5px 0;
}

/* rechts */
.image_right {
	float:right;
	margin:0 0 0 10px;
}
.image_right_text {
	text-align:right;
	margin:0 0 5px 0;
}

/* moreinfo */
.image_moreinfo {
	margin:0 0 10px -10px;
}


/* =================== NAVIGATIONEN =================== */

/* Metanav Bottom */
div#metanav {
	font-size:10px;
}

ul.metanav, li.metanav {
	display:inline;
	margin:0;
}

#metanav a, #metanav a:visited {
	font-size:11px;
	color:#636567; 
	text-decoration:none;
}

#metanav a:hover, #metanav a:active {
	color:#7DB1D3; 
}


/* Metanav Top */
div#metanav_top {
	position:absolute; 
	right:50%; 
	top:111px; 
	margin-right:-480px;  
	z-index:3; 
	width:132px; 
	padding:36px 0 0 0;
	background-image:url(/images/default/design_custom/bg_schnellzugriff.png);
	background-repeat:repeat-x;
}

ul.metanav_top, li.metanav_top {
	display:block;	
	margin:0;
	padding-bottom: 5px;
}

#metanav_top a, #metanav_top a:visited {}
#metanav_top a:hover, #metanav_top a:active {}

/* Navigation Parent */
#nav_parent {
	font-size: 13px;
	padding:0;
	margin:0;	
}

#nav_parent ul, #nav_parent li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	color:#999999;
}
#nav_parent a {
	display:inline;
	font-weight:bold;
	padding:0;
}

a.navlink_pd, a.navlink_pd:visited {}
a.navlink_pd:hover {}
a.navlink_pditw, a.navlink_pditw:visited {}
a.navlink_pditw:hover {}


/* Navigation Tree 1 */
ul#nav_level1 {
	margin:1px 0 0 0;
	padding:0 10px 0 0; 
	height:26px;
	list-style:none; 
}

ul#nav_level1 li  {
	display:inline;
	font-size:14px;
	color:#999999;
}

ul#nav_level1 a {}

/* Level 1 */
li.nav_level1 {}
li.nav_level1_active {}
a.nav_level1, a.nav_level1:visited {}
a.nav_level1:hover, a.nav_level1:active {}
a.nav_level1_active, a.nav_level1_active:visited, a.nav_level1_active:hover, a.nav_level1_active:active {}

/* Navigation Tree 2 */
ul#nav_level2 {
	margin:1px 0 0 0;
	padding:0 0 0 10px; 
	height:26px;
	list-style:none; 
	color:#999999;
}

ul#nav_level2 li  {
	display:inline;
	font-size:14px;
	color:#999999;
}

ul#nav_level2 a {}

/* Level 1 */
li.nav_level2 {}
li.nav_level2_active {}
a.nav_level2, a.nav_level2:visited {}
a.nav_level2:hover, a.nav_level2:active {}
a.nav_level2_active, a.nav_level2_active:visited, a.nav_level2_active:hover, a.nav_level2_active:active {}

/* =================== NEWS =================== */

/* Newsbox */
div#newsbox {					/* inkl. padding, margin */
	width:578px;
}

div.newsbox_boxtitle {}

div.newsbox_item {				/* inkl. padding, margin */
	margin:0 0 15px 0;
}

div.newsbox_title {
	margin:0 0 0 0;
}
div.newsbox_abstract {}
div.newsbox_author {}
div.newsbox_date {}
div.newsbox_text {
	margin:0 0 0 0;
	font-size:12px;
}
div.newsbox_more {
	margin:0 0 0 0;
}

div.newsbox_boxtitle a, div.newsbox_boxtitle a:visited {}
div.newsbox_boxtitle a:hover, div.newsbox_boxtitle a:active	{}

div.newsbox_title a, div.newsbox_title a:visited { }
div.newsbox_title a:hover, div.newsbox_title a:active {}

div.newsbox_more a, div.newsbox_more a:visited { }
div.newsbox_more a:hover, div.newsbox_more a:active {}

/* Newsbox HOME */
div#newsbox_home {}					/* inkl. padding, margin */

div.newsbox_home_boxtitle {}

div.newsbox_home_item {}    		/* inkl. padding, margin */			

div.newsbox_home_title {
	margin:0 0 15px 0;
}
div.newsbox_home_abstract {}
div.newsbox_home_author {}
div.newsbox_home_date {}
div.newsbox_home_text {
	margin:0 0 0 0;
}
div.newsbox_home_more {
	margin:0 0 20px 0;
}

div.newsbox_home_boxtitle a, div.newsbox_home_boxtitle a:visited {}
div.newsbox_home_boxtitle a:hover, div.newsbox_home_boxtitle a:active	{}

div.newsbox_home_title a, div.newsbox_home_title a:visited {}
div.newsbox_home_title a:hover, div.newsbox_home_title a:active {}

div.newsbox_home_more a, div.newsbox_home_more a:visited {}
div.newsbox_home_more a:hover, div.newsbox_home_more a:active {}


/* =================== DIVERSE WEITERE PLUGINS =================== */

/* Sitemap */
.sitemap_row td {}

.sitemap_col_date {
	text-align:right;
}

/* Suche */
input.topsearch {
	height:16px; 
	padding:3px 0 1px 2px; 
	margin:0 -4px 0 0;
	border:none; 
	font-size:11px; 
	vertical-align:middle;
	background-image:url(/images/default/design_custom/bg_suchen.jpg);
}

input.topsearch_button {
	width:20px; 
	height:20px; 
	border:none; 
	margin:0;
	padding:0;
	vertical-align:middle;
	background-image:url(/images/default/design_custom/ico_suchen.jpg);
}

/* Banners */
div.banner {
	margin-bottom:8px;
}

/* Social Bookmarks */
ul.social_bookmarks {
	margin:0;
	padding:0;
}

ul.social_bookmarks li {
	list-style:none;
	display:inline;
}


/* Newsletter */
.newsletter_title {
	float:left;
	font-weight:bold;
}

.newsletter_date {
	float:right;
}

/* Seiten Optionen */
div#page_options {
	margin:12px 0 12px 0;
}


/* =================== FORMULARE =================== */

form {	
	margin:0; 
	padding:0;
}

fieldset{
	border:1px solid #cccccc;	
	padding:5px;
}

legend {
	color:#999999;
	font-size:11px;
}

label {
	font-weight:bold;
	float:left;
	width:180px;
}

label.submit {
	margin-right:8px;
}

input {
	border:1px solid #999999;
	margin-bottom:2px;
	width:180px;
}

select {
	border:1px solid #999999;
	margin-bottom:2px;
	/* width:184px; */
}

textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:180px;
	height:80px;
	margin-bottom:2px;
	border:1px solid #999999;
}

.button  {
	font-weight:normal;
	font-size:12px;
	width:100px;
	height:20px;
	color:#ffffff;
	border-color:#9BB0C0;
	background-image:url(/images/default/design_custom/bg_button.jpg);
	background-position:0;
	background-repeat:repeat-x;
}

.required {
	color:#990000;
	background-color:#EEEEFF;
	border:1px solid #81A9D1;
	margin-bottom:2px;
}

.comment {
	margin-bottom:10px;	
}
 
.inp_err {
	color: #CC0000;
	margin:0px;
	border:1px solid #990000;
	background:#FFEEEE;
	margin-bottom:2px;
}


/* =================== CUSTOM STYLES =================== */

div#bg_moreinfo_top {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:275px;
	height:100px;
	background-image:url(/images/default/design_custom/bg_moreinfo_top.jpg);	
	background-repeat:no-repeat;
}

div#top_info {
	position:absolute;
	top:0;
	left:570px;
}

div#top_shadow {
	position:absolute; 
	top:111px; 
	left:0; 
	z-index:2; 
	width:100%; 
	height:26px; 
	background-image:url(/images/default/design_custom/top_shadow.png);
	background-repeat:repeat-x;
}

/* ImmoTicker */
div#immo_ticker {
	position:absolute; 
	left:50%; 
	bottom:40px;
	margin-left:-478px;  
	z-index:2;
	width:959px; 
	height:69px;
}

div#immo_ticker_content {
	position:absolute; 
	top:25px;
	left:0; 
	z-index:2;
	width:959px;
	height:22px;
	padding-top:4px;
	overflow:hidden;
	color:#636567;
	background-image:url(/images/default/design_custom/bg_immo_ticker.jpg);
	background-repeat:repeat-x;
}

div#immo_ticker_left {
	position:absolute; 
	top:0;
	left:0; 
	z-index:3;
	width:8px;
}

div#immo_ticker_right {
	position:absolute; 
	top:0;
	right:0; 
	z-index:3;
	width:8px;
}

/* Link Icons */
.download {
	padding: 0 0 0 15px;
	background: url(/images/default/design_custom/icon_download.gif) no-repeat 0px center;
}

.extern {
	padding: 0 0 0 15px;
	background: url(/images/default/design_custom/icon_goto.gif) no-repeat 0px center;
}

.email {
	padding: 0 0 0 15px;
	background: url(/images/default/design_custom/icon_email.gif) no-repeat 0px center;
}

/* News */
div.news_nav {
	float:left; 
	width:286px; 
	height:100%;
}

div.news_content {
	float:left; 
	width:560px; 
	min-height:487px; 
	padding-left:12px; 
	background-image:url(/images/default/design_custom/img_trennlinie.gif);
	background-repeat:no-repeat;
}

/* Webwork */
div.webwork a, div.webwork a:visited {
	font-size:10px; 
	color:#000000; 
	text-decoration:none;
}

div.webwork a:hover, div.webwork a:active {
	color:#C31A1F; 
}

