/* ----------------------------------*/
/* BODY & TAG STYLES */
/* --------------------------------- */
body {
	margin:0;
	padding:0;
	color:#5C5C5C;
	background-color:#d7dfe6;	
	font-size:11px;
	font-family:Arial,Verdana,sans-serif,Helvetica,Geneva;
	text-align:left;

}

/* commented backslash mac hack  \*/ 
html, body{	height:100%; } 
/* end hack */ 

img { border:0 none;}
label { cursor:pointer; }
ul { margin:0 0 0 15px; padding:0px; }
object, embed{padding:0;margin:0} 
p {margin:0px; padding:0px;}




/* ----------------------------------*/
/* LINKSTYLES
/* --------------------------------- */
a:active	{color: #6b89a4; text-decoration: none; }
a:link		{color: #6b89a4; text-decoration: none; }
a:visited	{color: #6b89a4; text-decoration: none; }
a:hover		{color: #6b89a4; text-decoration: underline;}

a.link_klein:active  	{font-size: 85%;}
a.link_klein:link  		{font-size: 85%;}
a.link_klein:visited 	{font-size: 85%;}
a.link_klein:hover  	{font-size: 85%;}

a.link_sub:active	{color: #999; text-decoration:none  }
a.link_sub:link		{color: #999; text-decoration:none }
a.link_sub:visited	{color: #999; text-decoration:none  }
a.link_sub:hover	{color: #ff6a00; text-decoration:underline  }

a.link_searchBox:active  	{text-decoration:underline}
a.link_searchBox:link  		{text-decoration:underline}
a.link_searchBox:visited 	{text-decoration:underline}
a.link_searchBox:hover  	{text-decoration:none}

a.link_green:active		{color: #aaba00; font-weight:bold }
a.link_green:link		{color: #aaba00; font-weight:bold }
a.link_green:visited	{color: #aaba00; font-weight:bold  }
a.link_green:hover		{color: #aaba00; font-weight:bold  }

a.link_grau:active		{color: #5B5B5B; }
a.link_grau:link		{color: #5B5B5B; }
a.link_grau:visited		{color: #5B5B5B; }
a.link_grau:hover		{color: #5B5B5B; }

/* BACKLINK */
.back {
	background-image:url(../bilder/allgemein/arrow_back.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:12px;
}
a.back:active	{color: #5B5B5B; font-weight:bold; text-decoration:none}
a.back:link		{color: #5B5B5B; font-weight:bold; text-decoration:none}
a.back:visited	{color: #5B5B5B; font-weight:bold; text-decoration:none}
a.back:hover	{color: #5B5B5B; font-weight:bold; text-decoration:none}


/* ----------------------------------*/
/* TEXTSTYLES
/* --------------------------------- */
.txt_gross{	font-size: 150%; }
.txt_norm{	font-size: 110%; }
.txt_klein{ font-size: 85%; }
.txt_klein_b{ font-size: 85%; font-weight: bold;}

h1 { font-family:Arial; 	
	font-size:140%; 
	color: #ff6a00;	
	font-weight:lighter;
	display:inline;	
}

.capital {text-transform:uppercase;}

.bildunterschrift {
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
	float:left;
}
.bild_copyright {
	color:#abbec8;
	font-style:italic;
	font-size:90%;
	float:right;
	padding:2px;
}

.ueberschrift_gross { font-family:Trebuchet MS, Arial; 	
	font-size:150%; 
	color: #486884;	
	display:inline;
	margin-bottom: 0px;
}

.ueberschrift_gross_weiss { font-family:Trebuchet MS, Arial; 	
	font-size:150%; 
	color: #ffffff;	
	display:inline;
	margin-bottom: 0px;
}

.ueberschrift_medium { font-family:Trebuchet MS, Arial; 	
	font-size:125%; 
	color: #486884;	
	display:inline;
	margin-bottom: 0px;
}

.ueberschrift_presse { font-family:Trebuchet MS, Arial; 	
	font-size:160%; 
	color: #486884;	
	display:inline;
	margin-bottom: 0px;
}

.ueberschrift_small { font-family:Trebuchet MS, Arial; 	
	font-size:110%; 
	color: #486884;	
	display:inline;
	margin-bottom: 0px;
}

.ueberschrift_medium_weiss { font-family:Trebuchet MS, Arial; 	
	font-size:125%; 
	color: #ffffff;	
	display:inline;
	margin-bottom: 0px;
}

.ueberschrift_normal {
	color: #486884;	
	font-weight:bold;
}

.header { 
	color: #FFF; 
	background-color:#103f61;
	width: 420px;
	font-weight:bold;
}
.head_claim {
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
}

.ueberschrift_bereich {
	color: #254969;
	font-size: 16px;
	font-weight: bold;
}

.ueberschrift_bereich_gelb {
	color: #abbb00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

.ueberschrift_bereich_gelb_small{
	color: #abbb00;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}


/* ----------------------------------*/
/* QUADRATE, BULLET POINTS
/* --------------------------------- */
.square_dunkelblau {
	background:url(../bilder/allgemein/quadrat_dunkelblau_8x8.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:12px;
	font-weight:bold;
}
.square_dunkelgruen {
	background:url(../bilder/allgemein/quadrat_dunkelgruen_8x8.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:12px;
	font-weight:bold;
}

/* ----------------------------------*/
/* BALKEN
/* --------------------------------- */
.balken_halfsize {
	width:412px;
	height:19px;
	background:url(../bilder/allgemein/box_content_412px.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#254968;
	
	margin-top:20px;
	margin-bottom:5px;
	padding-left: 4px;
	padding-top: 2px;
}
.balken_300px {
	width:300px;
	height:19px;
	background:url(../bilder/allgemein/box_content_300px.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#254968;
	
	padding-left: 4px;
	padding-top: 2px;
}


/* ----------------------------------*/
/* TABELLEN
/* --------------------------------- */
.table_presse_wm {
	width:300px;
	margin-left:10px;
	margin-top:15px;
}
.table_presse_wm_border {
	width:300px;
	margin-left:10px;
	border: 1px solid #E6E6E6;
}
.table_eventdetails {
	width:485px;
}
.table_head {
	background-image:url(../bilder/allgemein/box_table_header.gif);
	background-repeat:no-repeat;
	width:485px;
	height:19px;
	color:#254968;
	font-weight:bold;
	
	margin-top:10px;
	margin-bottom:5px;
}
.first_td_adressen {
	padding-top:3px; 
	padding-left:4px
}
.td_adressen {
	padding-left:4px;
}

.td_border{ border: solid 1px #6badcf }
.td_header { color: #FFF; background-color:#6badcf }
.td_header_grau { color: #777; background-color:#eeeeee }
.td_cell_blau {background-color:#6688a4; color:#FFFFFF; }
.td_cell_blue_bright {background-color:#f1f4f6 }
.td_cell_blue_dark {background-color:#486884 }


.td_cell_col0 {background-color:#f1f4f6 }
.td_cell_col1 {background-color:#FFFFFF }
.td_cell_col_home_0 {background-color:#6688a4 }
.td_cell_col_home_1 {background-color:#486884 }



/* ----------------------------------*/
/* FARBEN & FL�CHEN
/* --------------------------------- */
.col_red { color: #B20000; }
.col_firered { color: #FF0000; }
.col_orange { color: #ff6a00 }
.col_blue { color: #486884 }
.col_white { color: #fff }
.col_green{ color: #aaba00 }
.col_green_bright { color: #d9ed00 }
.col_grey { color: #888888 }

.text_grau { color: #5F5F5F; }
.text_hellgrau { color: #9C9C9C; }

/* ----------------------------------*/
/* LAYOUT CONTENT DIVS & STYLES 
/* --------------------------------- */
#container_page {	
	width: 890px;	
	text-align:left;
	margin-left:20px;
	background-color:#FFFFFF;
	float:left;
}
#container_content {
	width: 878px;
	margin-left:6px;
	text-align:left;
	font-size:90%;
	min-height:600px;	
}
#content_spalte_links {
	width: 420px;
	padding-left: 5px;	
	float:left;
}

#content_spalte_rechts {
	width: 420px;	
	float:right;
}

#content_spalte_links_startseite {
	width: 480px;
	padding-left: 5px;	
	float:left;
}

#content_spalte_rechts_startseite {
	width: 380px;	
	float:right;
}

#content_spalte_links_klein {
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	width: 220px;
	float:left;
	min-height: 500px;
}

#content_spalte_links_klein_places {
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	width: 280px;
	float:left;
	min-height: 500px;
}

#content_spalte_rechts_gross {
	width: 600px;
	padding-right: 20px;
	
	float:right;
}

#content_spalte_links_klein_bereiche {
	margin-left: 18px;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	width: 222px;
	float:left;
	min-height: 500px;
	background-color: #F7F7F7;
}

#content_spalte_rechts_gross_bereiche{
	width: 570px;
	padding-right: 20px;
	
	float:right;
}

#container_content .txt_klein {font-size:95%}
#seitenleiste {
	width:220px;
	float:left;
	text-align:left;
	height:100%;
	font-size:80%;
}


#content {
	margin-top: 10px;
}

#content_html {
	margin-top: 20px;
	margin-left: 5px;
}

#mainTabContainerHeader {
	padding-left: 5px;
	width: 415px;
	height: 21px;
	font-size: 16px; 
	color: #486884; 
	font-weight: bold;
	padding-bottom: 10px;
}

.schrift_gelb, .schrift_gelb:link, .schrift_gelb:hover, .schrift_gelb:active, .schrift_gelb:visited  {
	color: #d9ed00;
}

.schrift_weiss, .schrift_weiss:link, .schrift_weiss:hover, .schrift_weiss:active, .schrift_weiss:visited {
	color: #ffffff;
}

.schrift_blau, .schrift_blau:link, .schrift_blau:hover, .schrift_blau:active, .schrift_blau:visited {
	color: #254763;
}

.schrift_grau_small, .schrift_grau_small:link, .schrift_grau_small:hover, .schrift_grau_small:active, .schrift_grau_small:visited {
	color: #5B5B5B;
	font-size: 90%;
}

.grau_small, .grau_small:link, .grau_small:hover, .grau_small:active, .grau_small:visited {
	color: #939393;
	font-size: 90%;
}

#media_container_startseite {
	height: 210px;
}

#container_left_startseite {
	width: 110px;
	background-color: #12304A;	
	float: left;
	height: 100%;
}

#container_right_startseite {
	width: 310px;
	background-color: #496885;	
	float: right;
	height: 100%;
}

.container_icon {
	height: 69px;
	width: 109px;
	text-align: center;
	border-bottom: 1px solid #A1AFBC;
	border-right: 1px solid #A1AFBC;

}

.container_icon_hl {
	height: 69px;
	width: 109px;
	background-color: #496885;
	text-align: center;
	border-bottom: 1px solid #A1AFBC;
	border-right: 1px solid #A1AFBC;
}

.container_content {
	display: none;
	color: #ffffff;
	padding: 10px;
}

.container_content_hl {
	display: show;
	color: #ffffff;
	padding: 10px;
}

#presse_container_startseite {
	height: 190px;
	background-color: #496885;	
	padding: 10px;
}

/* ----------------------------------*/
/* LAYOUT CONTENT DIVS & STYLES 
/* --------------------------------- */
#head {
	width: 890px;
	height:107px;
	background-image:url(../bilder/head/head.gif);
	background-repeat:no-repeat;
	text-align:right;
	color:#486884;
	font-size:85%;
}


/* ----------------------------------*/
/* STARTSEITE
/* --------------------------------- */
#feature_news_line1 { 
	font-family:Trebuchet MS, Arial; 	
	font-size:120%; 
	color: #FFF;	
	width:430px;
	height:50px;
	background-color:#254968;
	text-transform:uppercase;	
	
	padding-top:4px;
	padding-left:15px;
	
	position:absolute;
	z-index:5;
	margin-top:230px;
}
#feature_news_readMore {  
	color: #d9ed00;	
	font-weight:bold;
	font-size:11px;
	
	width:134px;
	height:16px;
	background-color:#254968;	
	
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	
	position:absolute;
	z-index:5;
	margin-left:280px;
	margin-top:283px;
}




/* ----------------------------------*/
/* BL�CKE & K�STEN
/* --------------------------------- */
#block_news {
	width: 878px;
	height:324px;
	text-align:left;
	background-color:#254968;
	margin-bottom:20px;
}
#block_news_pic {
	width:500px;
	height:324px;
	overflow:hidden;
	float:left;
}
#block_news_info {
	width:378px;
	height:324px;
	overflow:hidden;
	float:left;
}


#block_news_box {
	width: 420px;
	text-align:left;
	margin-bottom:20px;
	display:block;
	background-color:#254968;
}
#block_news_pic_box {
	width:420px;
	height:252px;
	overflow:hidden;
}
#block_news_info_box {
	width:420px;
	height:300px;
	overflow:hidden;
}


.clear {
	clear:both;
}
.content_li {
	float:left;	
	width:300px;
}
.content_re {
	float:right;	
	width:300px;
}
#container_content li {}

.separator { 
	clear:left;
	margin:0px; 
	padding:0px;
}

.boxcontent_navi {
	padding: 15px;
}

.boxcontent {
	padding: 15px;
	padding-top: 0px;
}

.boxcontent_places {
	padding: 0px;
}

.boxcontent_places_content {
	padding: 15px;
	padding-top: 10px;
}

.boxheader_places {
	background-color: #496885;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}

.content_header_grafik {
	background-color: #254969;
	height: 25px; 
	padding-left: 10px;
	width: 350px;
}

.box_links_head {
	/* background-color:#6688a4;*/
	background-image:url(../bilder/allgemein/box_navi_headline.gif);
	background-repeat:no-repeat;
	width:177px;
	height:23px;
		
	color:#254968;
	font-weight:bold;
	
	padding-left:3px;
	padding-top:4px;
	margin-top:25px;
	
}
.box_links_head a {
	color:#FFFFFF;
}
.box_links_content {
	margin-bottom:12px;	
	margin-top:2px;	
}



/* --- FOOTER --- */
#footer {
	width:890px;
	max-width:890px;
	height:125px;
	text-align:left;
	background-image:url(../bilder/allgemein/back_footer.jpg);
	background-repeat:no-repeat;
	display:block;
}

#footer a{color:#486884; font-size:85%; text-decoration:none}
#footer a:hover{font-size:85%; color:#486884;}



/* ----------------------------------*/
/* NAVIGATION */
/* --------------------------------- */
#navi {
	width: 878px;	
	height:21px;
	margin: 0px;
	padding:0px;
	background-color:#d9ed00;
	text-align:left;
}
#subnavi {
	width: 878px;	
	height:24px;
	margin: 0px;
	padding:0px;
	background-color:#254968;
	text-align:left;
	color:#d9ed00;
}
#sunavi_content{	
	padding-top:4px;
	padding-left:5px;
}
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ebene1-1, .ebene1-1:link, .ebene1-1:hover, .ebene1-1:active, .ebene1-1:visited {
    color: #6b6b6b;
    line-height: 150%;  
}


.ebene1-1_angewaehlt, .ebene1-1_angewaehlt:link, .ebene1-1_angewaehlt:hover, .ebene1-1_angewaehlt:active, .ebene1-1_angewaehlt:visited {
    color: #abbb00;
    font-weight: bold;
    line-height: 150%;
}

/* ----- SEITENNAVIGATION FAHNEN, NATIONEN ----- */
.ebene2-1_nation, .ebene2-1_nation:link, .ebene2-1_nation:hover, .ebene2-1_nation:active, .ebene2-1_nation:visited {
	padding-left: 0px;
	color: #6b6b6b;
	line-height: 150%;	
}
.ebene2-1_angewaehlt_nation, .ebene2-1_angewaehlt_nation:link, .ebene2-1_angewaehlt_nation:hover, .ebene2-1_angewaehlt_nation:active, .ebene2-1_angewaehlt_nation:visited {
	padding-left: 0px;
	color: #abbb00;
	font-weight: bold;
	line-height: 150%;
}


/* ----- SEITENNAVIGATION TEXT ----- */
.ebene2-1, .ebene2-1:link, .ebene2-1:hover, .ebene2-1:active, .ebene2-1:visited {
	color: #6b6b6b;
	line-height: 150%;	
}

.ebene2-1_angewaehlt, .ebene2-1_angewaehlt:link, .ebene2-1_angewaehlt:hover, .ebene2-1_angewaehlt:active, .ebene2-1_angewaehlt:visited {
	color: #abbb00;
	font-weight: bold;
	line-height: 150%;
}


/* ----- SEITENNAVIGATION DRITTE EBENE ----- */
.ebene3-1, .ebene3-1:link, .ebene3-1:hover, .ebene3-1:active, .ebene3-1:visited {
	color: #6b6b6b;
	line-height: 150%;
	
}

.ebene3-1_angewaehlt, .ebene3-1_angewaehlt:link, .ebene3-1_angewaehlt:hover, .ebene3-1_angewaehlt:active, .ebene3-1_angewaehlt:visited {
	color: #abbb00;
	font-weight:bold;
	line-height: 150%;
}

.ebene4-1, .ebene4-1:link, .ebene4-1:hover, .ebene4-1:active, .ebene4-1:visited {
	color: #6b6b6b;
	line-height: 150%;
	
}

.ebene4-1_angewaehlt, .ebene4-1_angewaehlt:link, .ebene4-1_angewaehlt:hover, .ebene4-1_angewaehlt:active, .ebene4-1_angewaehlt:visited {
	color: #abbb00;
	font-weight:bold;
	line-height: 150%;
}





.ebene2-1_weiss, .ebene2-1_weiss:link, .ebene2-1_weiss:hover, .ebene2-1_weiss:active, .ebene2-1_weiss:visited {
	color: #ffffff;
	line-height: 150%;
	
}

.ebene2-1_weiss_angewaehlt, .ebene2-1_weiss_angewaehlt:link, .ebene2-1_weiss_angewaehlt:hover, .ebene2-1_weiss_angewaehlt:active, .ebene2-1_weiss_angewaehlt:visited {
	color: #ffffff;
	font-weight: bold;
	line-height: 150%;
}

.ebene3-1_weiss, .ebene3-1_weiss:link, .ebene3-1_weiss:hover, .ebene3-1_weiss:active, .ebene3-1_weiss:visited {
	padding-left: 10px;
	color: #ffffff;
	line-height: 150%;
	
}

.ebene3-1_weiss_angewaehlt, .ebene3-1_weiss_angewaehlt:link, .ebene3-1_weiss_angewaehlt:hover, .ebene3-1_weiss_angewaehlt:active, .ebene3-1_weiss_angewaehlt:visited {
	background-image: url(/media/bilder/allgemein/pfeil_weiss.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	color: #ffffff;
	line-height: 150%;
}	

.ebene1-1_li {
    list-style-image: url(/media/bilder/allgemein/navi_doppelpfeil.gif);
    margin: 0 0 0 15px; 
    padding: 0; 
    list-style-type: bullet; 
    list-style-position: outside;
    margin-top: 12px;
    
}

.ebene2-1_li {
	list-style-image: url(/media/bilder/allgemein/navi_doppelpfeil.gif);
	margin: 0 0 0 22px; 
	padding: 0; 
	list-style-type: bullet; 
	list-style-position: outside;
	margin-top: 12px;
	
}

.ebene3-1_li {
	list-style-image: url(/media/bilder/allgemein/navi_doppelpfeil.gif);
	margin: 0 0 0 30px; 
	padding: 0; 
	list-style-type: bullet; 
	list-style-position: outside;
	margin-top: 7px;
}

.ebene4-1_li {
	list-style-image: url(/media/bilder/allgemein/navi_doppelpfeil.gif);
	margin: 0 0 0 45px; 
	padding: 0; 
	list-style-type: bullet; 
	list-style-position: outside;
	margin-top: 5px;
}


/* ----------------------------------*/
/* SEITENNAV
/* --------------------------------- */
.pageFromTo {
	background-color:#466580;
	color:#FFFFFF;
	padding-left:6px;
	padding-right:6px;
}
.pageLast {
	color:#FFFFFF;
	padding:3px;
	margin-left:2px;
	margin-right:2px;
	background-color:#466580;
	height:7px;
}
.pageCurrent {
	color:#FFFFFF;
	padding:3px;
	margin-left:2px;
	margin-right:2px;
	background-color:#abbb00;
	height:7px;
}
.pageNormal {
	color:#466580;
	padding:3px;
	margin-left:2px;
	margin-right:2px;
	background-color:#f1f4f6;
	height:7px;
}
.pageNext {
	padding-left:4px;
	padding-right:4px;
	height:7px;
}
.pageBack {
	padding-left:4px;
	padding-right:4px;
}
.pageFirst {
	color:#FFFFFF;
	padding:3px;
	margin-left:2px;
	margin-right:2px;
	background-color:#466580;
	height:7px;
}


/* ----------------------------------*/
/* PRESSETICKER
/* --------------------------------- */
.tickerNormal {
	background-color:#466580;
	color:#FFFFFF;
	float:left;
	width:12px;
	height:15px;
	padding-left:5px;
	margin-right:2px;
}


/* ----------------------------------*/
/* SUCHE & SUCHERGEBNISSE
/* --------------------------------- */
.search_result, .search_result:link, .search_result:hover, .search_result:active, .search_result:visited {
	color: #aaba00;
}
.search_result_block {
	margin-bottom:15px;	
}
.search_block_head {
	background-color:#6688a4;
	color:#FFFFFF;
	font-weight:bold;
	width:150px;
	padding-left:2px;
}
.search_block_head a {
	color:#FFFFFF;
}
.search_block_content {
	margin-bottom:12px;	
	margin-top:2px;	
}
.search_actualSelectArrow {
	position:absolute; 
	margin-top:2px; 
	margin-left:160px;
}


/* ----------------------------------*/
/* LINKSEITE
/* --------------------------------- */
.link_container {
	width:380px;
	margin-bottom:15px;
}
.link_entry_header {
	background-color:#6688a4;
	color:#FFFFFF;
	padding-left:4px;
	font-weight:bold;
}
.link_entry_content {
	background-color:#f1f4f6;
	padding-left:4px;
	padding-bottom:5px;
	min-height:180px;
}
#links_li {
	width:420px;
	float:left;
}
#links_re {
	width:420px;
	float:left;
}


/* ----------------------------------*/
/* BLOG
/* --------------------------------- */
#blog_spalte_links {
	width: 250px;
	background-color: #D9DEE2;
	float:left;
	min-height: 500px;
	padding-left:10px;
	padding-top:10px;
}
#blog_spalte_rechts {
	width: 540px;
	/*padding-left:15px;*/
	float:left;
}
#blog_teaserImage {
	position:absolute; 
	margin-left:680px;
	margin-top:-30px;
}
#blog_welcomeText {
	width:260px;
}

/* ----------------------------------*/
/* PRESSE
/* --------------------------------- */
.presse_content {
	margin:0px;
	padding:0px;
}



/* ----------------------------------*/
/* ARTIKEL
/* --------------------------------- */
.ueberschrift_artikel { font-family:Trebuchet MS, Arial; 	
	font-size:150%; 
	color: #aaba00;	
	display:inline;
	margin-bottom: 0px;
	margin-top:10px;
}
#artikel_spalte_links {
	width: 540px;
	float:left;
	min-height: 500px;
	padding-top:10px;
}
#artikel_spalte_rechts {
	width: 200px;
	float:left;
	padding-top:10px;
	padding-left:10px;
}
.artikel_textblock {
}
.artikel_bild {
	width:auto;
	padding-right:10px;
	float:left;
}
.artikel_bild_legende {
	color: #888888;
	font-style:italic;
	width:300px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
}


/* -------------------------------------*/
/* REPORTAGEN, ARTIKEL, BERICHTE
/* ------------------------------------ */
.rep_headline {
	width:625px;
	height:19px;
	background:url(../bilder/allgemein/box_content_550px.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#254968;
	
	margin-top:20px;
	margin-bottom:8px;
	padding-left: 4px;
	padding-top: 2px;
}
.rep_titel {
	font-weight:bold;
	color:#254968;
}
.rep_teaser {
	color:#5f5f5f;
}
.rep_subheadline {
	background:url(../bilder/allgemein/quadrat_dunkelblau_8x8.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:12px;
	font-weight:bold;
}
.rep_teaser_pic {
	width:415px;
	margin-bottom:12px;
}


.ebene0-1, .ebene0-1:link, .ebene0-1:active, .ebene0-1:visited, .ebene0-1:hover {
    display:block;
    padding:4px 5px;
    font-size:12px;
	color: #254968;
}

.ebene0-1_angewaehlt, .ebene0-1_angewaehlt:link, .ebene0-1_angewaehlt:active, .ebene0-1_angewaehlt:visited, .ebene0-1_angewaehlt:hover {
    display:block;
    padding:4px 5px;
    font-size:12px;
    font-weight:bold;
	color: #254968;
}

.main_ueberschrift {
	font-size: 20px;
	color: #486884;
	font-weight: bold;
}








.ep_calViewYear {
    width: 780px;
}

.ep_calDayContent {
    margin: 0;
    color: #c3c3c3;
}

.ep_calViewMonth {
    width: 533px;
}

.ep_calViewMonth .ep_calDayContent {
    font-size: 12px;
    text-align: left;
    margin: 6px;
}

.ep_calDayDetailHeader{
    font-weight: bold;
    padding-bottom: 2px;
}

.ep_calDayDetailBody{
    padding-bottom: 15px;
}

.ep_calViewYear .ep_calDayContent {
    width: 18px;
    font-size: 10px;
    text-align: center;
    color: #c3c3c3;
    margin-left:1px;
    margin-top: 3px;
    font-weight: bold;
}

.ep_calViewYear .ep_calDayWeekend .ep_calDayContent {
    width: 18px;
    font-size: 10px;
    text-align: center;
    color: #B0B0B0;
    margin-left: 1px;
    margin-left:1px;
    margin-top: 3px;
    font-weight: bold;
}

.ep_calViewYear .ep_calDay {
    width: 18px;
    height: 18px;
    border: 0px;
    border-left: 1px solid #c3c3c3;
    float: left;
    background: #B0B0B0;
    margin: 0;
}

.ep_calViewYear .currentDayDiv {
    width: 18px;
    height: 18px;
    border: 0px;
    border-left: 1px solid #c3c3c3;
    float: left;
    background: #333333;
    margin: 0;
}

.ep_calViewYear .ep_calDayWeekend {
    width: 18px;
    height: 18px;
    border: 0px;
    border-left: 1px solid #c3c3c3;
    float: left;
    background: #dbdbdb;
    margin:0px;
}

.ep_calViewYear .ep_calMonthCol {
    width: 30px;
    height: 18px;
    float: left;
    /*margin:1px;*/
    text-align: right;
    margin-right: 10px;
    font-size: 11px;
}

.ep_calViewMonth .ep_calDay {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: 0;
    border-left: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    float: left;
    margin:0px;
}

.ep_calViewMonth .currentDayDiv {
    width: 75px;
    height: 75px;
    color: #ffffff;
    font-weight: bold;
    background: #333333;
    overflow: hidden;
    border: 0;
    border-left: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    float: left;
    margin:0px;
    
}

.ep_calDayFirst {
    width: 26px !important;
    height: 25px;
    overflow: hidden;
    border: 0;
    border-left: 0px solid #c3c3c3 !important;
    border-top: 1px solid #c3c3c3;
    float: left;
    margin:0px;
    
}
.ep_calDayLast {
    width: 28px !important;
    height: 25px;
    overflow: hidden;
    border: 0;
    border-left: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    float: left;
    margin:0px;
    
}

.ep_calViewMonth .ep_calWeekCol {
    width: 20px;
    height: 20px;
    float: left;
    margin:1px;
    text-align: right;
    margin-right: 10px;
}

.yearChange {
    float:left;
    height:10px;
}

.ep_calViewMonth .ep_calDayWeekend {
    background-color: transparent;
    font-weight: bold;
}

.ep_calDaySaturday {
}

.ep_calDaySunday {
}

.ep_calViewYear .ep_calDayNoEntry {
    width: 19px;
    height: 18px;
    float: left;
    border: 0px;
    margin:0px;
}

.ep_calViewYear .ep_calTitle {
    width: 19px;
    height: 18px;
    float: left;
    font-size: 10px;
    font-weight: bold;
    text-align:center;
    margin:0;
}

.ep_calViewYear .ep_calEndMonth {
    clear: left;
}

.ep_calViewYear .ep_calStartMonth {
}

.ep_calViewMonth .ep_calDayNoEntry {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: 0;
    border-left: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    float: left;
    margin:0px;
    background: #efefef;
}

.ep_calViewMonth .ep_calDayOtherMonth {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: 0;
    border-left: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    float: left;
    margin:0px;
    background: #efefef !important;
}

.ep_calViewMonth .ep_calTitle {
    width: 75px;
    font-size: 12px;
    height: 15px;
    border: 0;
    text-align: left;
    margin-left: 1px;
    float: left;
    font-weight: bold;
}

.ep_calViewMonth .ep_calEndMonth {
    clear: left;
}

.ep_calViewMonth .ep_calStartMonth {
    clear: left;
}

.ep_calDayEvent {
    /*
    background: url("/media/images/common/verlauf_box_rot.png") !important;
    background-repeat: no-repeat;
    color: #c3c3c3;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
    */
}

.ep_calViewMonthContainer {
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}

.ep_calEntryLine1 {
	position: absolute;
    height: 15px;
    color: #ffffff;
    background: #b5c600;
}

.ep_calEntryLine2 {
    position: absolute;
    height: 15px;
    color: #ffffff;
    background: #254968;
}

.ep_calEntryLine3 {
    position: absolute;
    height: 13px;
    color: #ffffff;
    background: #685725;
}

.ep_calEntryLine1 .ep_calEntryLine2 .ep_calEntryLine3, b {
    font-size: 11px;
    line-height: 15px;
    padding-left: 4px;
}
