/* -----------------

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:#333333; 
	line-height:140%;
	margin:0;
	padding:0;
	background-image:url(/images/default/design_custom/bg_header.png);
	background-repeat:repeat-x;
}

body.print {
	margin:10px;
	background:none;
}

/* Headings */
h1 {
	font-size:20px; 
	font-weight:bold;
	line-height:120%;
	margin:0px;
}

h2 {
	font-size:18px;
	font-weight:normal; 
	line-height:120%;
	margin:0px;
}

h3 {
	font-size:11px;
	font-weight:bold; 
	line-height:120%;
	margin:0px;
}

h4 {
	font-size:11px;
	font-weight:bold; 
	line-height:120%;
	margin:0px;
}

p {}

/* Links */
a, a:visited {
	color:#872301;
	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#block_main {		/* Zentrierung der Website */
	position:absolute;
	left:50%;
	margin-left:-515px;
	width:1029px;
	min-height:100%;
}	

div#block_header {
	height:165px;
}

div#logo {
	float:left;
	margin:1px 0 0 44px;
	width:216px;
}

div#header {}

div#block_left_content {
	margin:1px 0 0 1px;
	float:right; 
	width:768px;
}

div#left {
	float:left; 
	width:188px;
}

div#icon {
	float:left;
	width:449px;
}

div.navigation {
	float:left;
	width:580px;
	height:165px;
	overflow:hidden;
	background-color:transparent;
}

div#subnavigation {
	display:none;
}

div#block_footer {
	margin-left:450px;
	padding:5px 0 5px 250px;
	background-image:url(/images/default/design_custom/bg_footer.jpg);
	background-repeat:no-repeat;
}

div.adresse {
	color:#872301;
	font-size:9px;
}

div#block_right {}


/* =================== MENUPAGE & MOREINFO =================== */

div#content {
	margin-left:1px;
	padding:41px 25px 40px 24px;
	float:right;
	width:530px;
	min-height:496px;
	background-image:url(/images/default/design_custom/bg_content.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* Main */				/* inkl. padding, margin */
div.content_main {}

div.main_title {		/* h1 */
	margin-bottom:20px;	
}

div.main_subtitle {		/* h2 */
	margin-bottom:15px;	
}
div.main_date {
	margin-bottom:15px;	
}
div.main_author {
	margin-bottom:15px;	
}
div.main_abstract {
	font-weight:bold;
	margin-bottom:15px;	
}
div.main_text {
	margin-bottom:15px;	
}

/* Chapters */ 			/* inkl. padding, margin */
div.content_chapter {}

div.chapter_title {		/* h3 */
	margin-bottom:5px;
}

div.chapter_text {
	margin-bottom:15px;
}

/* Moreinfo */ 			/* inkl. padding, margin */
div#moreinfo {
	padding:24px 20px 0 20px;
	background:#E5E5E5 url(/images/default/design_custom/bg_moreinfo_top.jpg) no-repeat;
}				

div.moreinfo_title {
	margin-bottom:5px;	
}

div.moreinfo_text {
	padding-bottom:15px;
	margin-bottom:15px;
	min-height:80px;
}

div.moreinfo_link {
	text-align:right;
	margin:20px 0 0 -20px;
	padding:3px 10px 0 0;
	width:178px;
	height:17px;
	background-image:url(/images/default/design_custom/bg_moreinfo_more.jpg);
	background-repeat:no-repeat;
}

div.moreinfo_link a, div.moreinfo_link a:visited {
	color:#872301;
	text-decoration:none;
}

div.moreinfo_link a:hover, div.moreinfo_link a:active {
	color:#333333;
	text-decoration:none;
}

/* =================== 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;
}


/* =================== NAVIGATIONEN =================== */

/* Metanav */
div#metanav {
	float:right;
	font-size:11px;
	text-align:right;
}

ul.metanav, li.metanav {
	display:inline;
}

#metanav a, #metanav a:visited {
	font-size:11px;
	color:#000000; 
	text-decoration:none;
}

#metanav a:hover, #metanav a:active {
	color:#C31A1F; 
}

/* Navigation Parent */
#nav_parent {
	margin:0;
	padding:0;
	font-size:12px;
}

#nav_parent ul, #nav_parent li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
#nav_parent a {
	display:inline-block;
	margin:0 -4px 0 0;
	padding:120px 18px 0 17px;
	height:34px;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(/images/default/design_custom/nav0_trennlinie.jpg);
	background-repeat:no-repeat;
}

a.navlink_pd, a.navlink_pd:visited {
    color: #ffffff;
}
a.navlink_pd:hover {
    color: #ffffff;
	background-color:#3B0300;
}
a.navlink_pditw, a.navlink_pditw:visited {
    color: #ffffff;
	background-color:#3B0300;
}
a.navlink_pditw:hover {
    color: #ffffff;
	background-color:#3B0300;
}


/* Navigation Tree */
ul#nav_tree {
	margin:0;
	padding:0; 
	width:188px;
	list-style:none;
	background-image:url(/images/default/design_custom/nav_bg.jpg);
	background-repeat:no-repeat;
}

ul#nav_tree li  {
	display:block;
	width:188px;
	height:27px; 	
	font-size:11px;
}

ul#nav_tree a {
	display:block;
	height:20px; 
	text-decoration:none;
}

/* Level 1 */
li.nav_level1 {
	background-image:url(/images/default/design_custom/nav1_trennlinie.jpg);
	background-repeat:no-repeat;
}

li.nav_level1_active {
	background-image:url(/images/default/design_custom/nav1_trennlinie.jpg);
	background-repeat:no-repeat;
}

a.nav_level1, a.nav_level1:visited {
	padding:7px 0 0 20px;
	width:168px;
	color:#999999; 
}

a.nav_level1:hover, a.nav_level1:active {
	color:#872301; 
}

a.nav_level1_active, a.nav_level1_active:visited, a.nav_level1_active:hover, a.nav_level1_active:active {
	padding:7px 0 0 20px;
	width:168px;
	color:#872301;
}

/* =================== NEWS =================== */

/* Newsbox */
div#newsbox {}					/* inkl. padding, margin */

div.newsbox_boxtitle {}

div.newsbox_item {}				/* inkl. padding, margin */

div.newsbox_title {
	margin:0 0 15px 0;
}
div.newsbox_abstract {}
div.newsbox_author {}
div.newsbox_date {}
div.newsbox_text {
	margin:0 0 0 0;
}
div.newsbox_more {
	margin:0 0 20px 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 */
	padding:24px 20px 0 20px;
	background:#E5E5E5 url(/images/default/design_custom/bg_moreinfo_top.jpg) no-repeat;
}

div.newsbox_home_boxtitle {}

div.newsbox_home_item {}    		/* inkl. padding, margin */			

div.newsbox_home_title {
	margin-bottom:5px;
}
div.newsbox_home_abstract {}
div.newsbox_home_author {}
div.newsbox_home_date {
	font-style:italic;
	margin-bottom:5px;
}
div.newsbox_home_text {
	padding-bottom:15px;
	margin-bottom:15px;
	min-height:80px;
}
div.newsbox_home_more {
	text-align:right;
	margin:20px 0 -1px -20px;
	padding:3px 10px 0 0;
	width:178px;
	height:17px;
	background-image:url(/images/default/design_custom/bg_moreinfo_more.jpg);
	background-repeat:no-repeat;
}

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 {
	text-decoration:none;
	line-height:150%;
}
div.newsbox_home_title a:hover, div.newsbox_home_title a:active {}

div.newsbox_home_more a, div.newsbox_home_more a:visited {
	color:#872301;
	text-decoration:none;
}
div.newsbox_home_more a:hover, div.newsbox_home_more a:active {
	color:#333333;
	text-decoration:none;
}


/* =================== 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:120px;
}

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;
	border-color:#999999;
	background-color:#f0f0f0;
}

.required {
	color:#990000;
	background-color:#FEF2F2;
	border:1px solid #FCC3C3;
	margin-bottom:2px;
}

.comment {
	margin-bottom:10px;	
}
 
.inp_err {
	color: #CC0000;
	margin:0px;
	border:1px solid #990000;
	background:#FFEEEE;
	margin-bottom:2px;
}


/* =================== CUSTOM STYLES =================== */

/* Links im Footer */
div.adresse a, div.adresse a:visited {
	font-size:10px; 
	color:#872301; 
	text-decoration:none;
}

div.adresse a:hover, div.adresse a:active {
	color:#333333;
	text-decoration:none;
}
