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

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

@import url(/styles/default/im_blog.css);				/* Blog */
@import url(/styles/default/im_menu.css);				/* Navigation */

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

html {
	overflow-y:scroll;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000000; 
	line-height:150%;
	margin:0;
	padding:0;
}

body.print {
	margin:10px;
	background-color:#ffffff;
}

/* Headings */
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2983C1;
	line-height:110%;
	margin:0px;
}

h1 {
	font-size:30px; 
	font-weight:normal;
	width:370px;
}

h2, h3 {
	font-weight:bold;
	font-size:15px;
}

h4 {
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:0;
}

p {
	margin-top:0px;
}

/* Links */
a, a:visited {
	color:#2983C1;
	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 */
	width:970px;
}	

div#block_header {}

div#logo {}

div#header {}

div#block_left { 
	float:left; 
	width:211px;
}

div#block_content {
	float:left; 
	width:751px;
	background-image:url(/images/default/design_custom/bg_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

div#left {}

div.navigation {
	border-right:1px solid #DCDBDB;
}

div#block_footer {
	display:block;
	width:743px;
	height:7px;
	background-image:url(/images/default/design_custom/bg_bottom.jpg);
	background-repeat:repeat-x;	
}

div.adresse {}

div#block_right {}


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

div#content {
	width:739px;
	height:347px;
	border-left:1px solid #DCDBDB;
	border-right:1px solid #DCDBDB;
	border-bottom:1px solid #DCDBDB;
	background-image:url(/images/default/design_custom/bg_content.jpg);
	background-repeat:no-repeat;
}

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

div.main_title {		/* h1 */
	padding:60px 10px 0 40px;
	margin-bottom:15px;	
}

div.main_subtitle {		/* h2 */
	padding:0 0 0 40px;
	margin-bottom:15px;	
}
div.main_date {
	margin-bottom:15px;	
}
div.main_author {
	margin-bottom:15px;	
}
div.main_abstract {
	margin:0 11px 0 253px;
	float:left;
	width:236px;
}
div.main_text {
	float:left;
	width:231px;
}

/* Main NEWS */
div.news_content_main {
	width:95%;
}

div.news_main_title {		/* h1 */
	margin-bottom:5px;	
}

div.news_main_subtitle {		/* h2 */
	margin-bottom:15px;	
}
div.news_main_date {
	margin-bottom:15px;	
}
div.news_main_author {
	margin-bottom:15px;
}
div.news_main_abstract {
	margin-bottom:15px;
}
div.news_main_text {
	margin-bottom:15px;
}

/* Chapters */ 			/* inkl. padding, margin */
div.content_chapter {
	width:95%;
}

div.content_chapter_3 {
	float:left;
	width:205px;
	margin-right:15px;
}

div.chapter_title {		/* h3 */
	margin-bottom:15px;
}

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

/* Moreinfo */ 			/* inkl. padding, margin */
div#moreinfo {}				

div.moreinfo_title {
	margin:0 5px 5px 5px;	
}

div.moreinfo_text {
	margin:0 5px 5px 5px;	
}

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

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

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

/* mitte / grosses Bild */
.image {
	margin:0 0 0 0;
}
.image_text {
	margin:0 0 0 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 5px 5px;
}


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

/* Metanav */
div#metanav {
	padding:15px 0 0 0;
	width:739px;
	height:19px;
	font-size:9px;
	text-align:right;
	text-transform:uppercase;
	border-left:1px solid #DCDBDB;
	border-right:1px solid #DCDBDB;
	border-bottom:1px solid #DCDBDB;
	background-image:url(/images/default/design_custom/bg_direct1.jpg);
}

li.metanav {
	display:inline-block;
	border-left:1px solid #DCDBDB;
}

#metanav a, #metanav a:visited {
	display:inline-block;
	padding:0 10px 0 10px;
	color:#666666; 
	text-decoration:none;
	border-left:1px solid #ffffff;
}

#metanav a:hover, #metanav a:active {
	color:#2983C1; 
}


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

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

div.newsbox_boxtitle {}

div.newsbox_item {				/* inkl. padding, margin */
	width:685px;
}

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;
}
div.newsbox_more {
	margin:0 0 15px 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;
}

/* Banners */
div.banner {
	padding:20px 0 0 40px;
	width:171px;
	height:110px;
	overflow:hidden;
	text-transform:uppercase;
	color:#2983C1;
	font-size:9px;
	background-image:url(/images/default/design_custom/bg_banner.jpg);
}

.title_partner {
	margin-bottom:10px;
}

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

.newsletter_date {
	float:right;
}

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


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

form {	
	margin:0; 
	padding:0;
	width:95%;
}

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

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

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

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

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

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

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

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

div#content2 {
	/*float:right;*/
	width:750px;
	overflow:hidden;
	border-left:1px solid #DCDBDB;
}

div.direct2 {
	float:left;
	padding:5px 6px 5px 4px;
	width:237px;
	height:206px;
	text-align:right;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(/images/default/design_custom/bg_direct2.jpg);
	background-repeat:no-repeat;
}

div.direct2 p {
	margin:25px 5px 0 0;
}

span.blue {
	color:#2983C1;
}

div#content3 {
	padding:78px 10px 0 44px;
	width:685px;
	height:327px;
	border-left:1px solid #DCDBDB;
	border-right:1px solid #DCDBDB;
	background-image:url(/images/default/design_custom/bg_content3.jpg);
	background-repeat:no-repeat;
}

div#content3_moreinfo {
	float:left;
	padding:78px 0 0 44px;
	width:449px;
	height:327px;
	border-left:1px solid #DCDBDB;
	border-right:1px solid #DCDBDB;
	background-image:url(/images/default/design_custom/bg_content3.jpg);
	background-repeat:no-repeat;
}

div#moreinfo {
	float:left;
	padding:78px 0 0 0;
	width:245px;
	height:327px;
	border-right:1px solid #DCDBDB;
	background-image:url(/images/default/design_custom/bg_content3_moreinfo.jpg);
}

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

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

/* Chapter 15 Programm-Zeile */
table.programm_table {
	border-top:1px solid #cccccc;
}

td.programm_col {
	width:80px;
	vertical-align:top;
}
	
span.programm_title {
	color:#2983C1;
	font-weight:bold;
}

