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

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:13px; 
	color:#333333; 
	line-height:150%;
	margin:0;
	padding:0;
	background-image:url(/images/default/design_custom/bg_main.jpg);
	background-repeat:repeat-x;
}

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

/* Headings */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px; 
	font-weight:bold;
	line-height:120%;
	margin:0px;
}

h2 {
	font-size:18px;
	font-weight:normal; 
	line-height:120%;
	margin:0px;
}

h3 {
	font-size:13px;
	font-weight:bold; 
	line-height:120%;
	margin:0px;
}

h4 {
	font-size:12px;
	font-weight:bold; 
	line-height:120%;
	margin:0px;
}


p {}

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

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

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

/* 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 */
	width:1053px;
	min-height:100%;
	background-color:#ffffff;
}	

div#block_header {
	height:207px; 
}

div#logo {
	z-index:1;
	position:absolute;
	top:0;
	left:0;
}

div#header {
	float:right;
	width:669px;
	height:96px;
	background-image:url(/images/default/design_custom/header.jpg);
	background-repeat:no-repeat;
}

div#block_left_content {
	padding:0 0 0 0; 
	margin:0 0 0 154px;
	float:left; 
	width:899px;
}

div#left {
	float:left; 
	width:230px;
	margin-left:3px;
}

div.navigation {}

div#block_footer {
	position:absolute;
	bottom:0;
	margin-top:40px;
	padding:5px 0 5px 0;
	width:100%;
	border-top:1px solid #000000;	
}

div.adresse {
	font-size:9px;
}

div#block_right {
	margin:20px 0 0 0; 
	width:239px; 
	float:right;
}


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

div#content {
	margin:10px 0 40px 30px;
	float:right;
	width:636px;
}

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

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

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;	
	font-weight:bold;
}
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 {}				

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

div.moreinfo_text {
	margin-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;
}


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

/* Metanav */
div#metanav {
	z-index:2;
	position:absolute;
	top:170px;
	left:28px;
}

ul.metanav, li.metanav{
	display:inline;
	padding:0 8px 0 0;
}

#metanav a, #metanav a:visited {}

#metanav a:hover, #metanav a:active {}

/* Navigation Tree */
ul#nav_tree {
	margin:0 0 0 0;
	padding:0 0 1px 0; 
	width:230px;
	list-style:none;
	border-bottom:3px solid #9D9EA0; 
}

ul#nav_tree li  {
	display:block;
	width:230px;
	height:27px; 	
	font-size:12px;
}

ul#nav_tree a {
	display:block;
	height:23px; 
	text-decoration:none;
}

/* Level 0 */
li.nav_level0 {
	border-bottom:1px solid #C6C7C9; 
}

li.nav_level0_active {
	border-bottom:1px solid #C6C7C9; 
}

a.nav_level0, a.nav_level0:visited {
	padding:3px 0 0 15px;
	width:215px;
	color:#017BBA; 
	font-weight:bold;
	background-image:url(/images/default/design_custom/ico_arrow.gif); 
	background-position:0 11px;
	background-repeat:no-repeat;
}

a.nav_level0:hover, a.nav_level0:active {
	color:#333333; 
}

a.nav_level0_active, a.nav_level0_active:visited, a.nav_level0_active:hover, a.nav_level0_active:active {
	padding:3px 0 0 15px;
	width:215px;
	color:#333333;
	font-weight:bold;
	background-image:url(/images/default/design_custom/ico_arrow.gif); 
	background-position:0 11px;
	background-repeat:no-repeat;
}

/* Level 1 */
li.nav_level1 {}

li.nav_level1_active {}

a.nav_level1, a.nav_level1:visited {
	padding:0 0 0 15px;
	font-size:11px;
	width:215px;
	color:#017BBA; 
}

a.nav_level1:hover, a.nav_level1:active {
	color:#333333; 
}

a.nav_level1_active, a.nav_level1_active:visited, a.nav_level1_active:hover, a.nav_level1_active:active {
	padding:0 0 0 15px;
	font-size:11px;
	width:215px;
	color:#333333;
}

/* Level 2 */
li.nav_level2 {}

li.nav_level2_active {}

a.nav_level2, a.nav_level2:visited {
	padding:0 0 0 25px;
	font-size:11px;
	width:205px;
	color:#017BBA; 
}

a.nav_level2:hover, a.nav_level2:active {
	color:#333333; 
}

a.nav_level2_active, a.nav_level2_active:visited, a.nav_level2_active:hover, a.nav_level2_active:active {
	padding:0 0 0 25px;
	font-size:11px;
	width:205px;
	color:#333333;
}

/* =================== 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 */
	margin:10px 0 0 0;
	color:#FFCC00;
	font-size:12px;
	font-weight:bold;
	line-height:130%;
	background-color:#000;
}

div.newsbox_home_boxtitle {}

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

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

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 {
	color:#ffffff;
}
div.newsbox_home_title a:hover, div.newsbox_home_title a:active {
	color:#FFCC00;
	text-decoration:none;
}

div.newsbox_home_more a, div.newsbox_home_more a:visited {
	color:#ffffff;
}
div.newsbox_home_more a:hover, div.newsbox_home_more a:active {
	color:#FFCC00;
	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:28px 0 0 30px;
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
	line-height:140%;
	width:636px;
}

span.banner_name {
	font-size:10px;
}

/* 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;
	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 =================== */

td.all3sec {
	padding:40px 0 0 0;
	width:382px;
	color:#FA1D08;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
}

td.all3sec div.point {
	float:left;	
}

td.all3sec div.text1 {
	float:left; 
	margin-top:10px; 
	font-size:24px; 
	line-height:110%;
}

td.all3sec div.text2{
	font-size:18px; 
	padding:10px 0 5px 0;
}

td.all3sec div#counter {
	color:#ffffff;
	font-size:69px;
	font-weight:bold;
	width:382px;
	height:103px;
	text-align:center;
	line-height:150%;
	background-image:url(/images/default/design_custom/bg_counter.jpg); 
	background-repeat:no-repeat;
}

td.actnow {
	vertical-align:top;
}

