/*@import url(nav_shinybuttons.css);*/


/* 
 * #####################
 * Allgemeine Regeln 
 * #####################
*/

body {
	background-color: #cccccc;	
	margin-top:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical; 
}


.no_border {
	border: none;
}

.clear {
	clear: both;
}

#container {
	width: 1003px;
	background-color: #FFFFFF;
	margin: auto;
	border: solid 1px #999999;
}


/* 
 * #####################
 * Ueberschriften
 * #####################
*/


H1 	{
	 	font-family: Georgia;
	 color: #000000;
	 font-size: 1.7em;	
	 font-weight: normal;
	}

H2 	{
	  	 font-family: Georgia; 
	 color: #000000;
	 font-size: 1.3em;	
	 font-weight: bold;
	}


H3 	{
	 font-family: Georgia; 
	 color: #000000;
	 font-size: 1.0em;	
	 font-weight: bold;
	}

H4 	{
	 font-family: Georgia;
	 color: #000000;
	 font-size: 1.7em;	
	 font-weight: normal;
	}

/* 
 * #####################
 * Hyperlinks
 * #####################
*/

#spalte_mitte_content A {
	color: #006699;
	text-decoration: none;
}

#spalte_mitte_content A:hover {
	text-decoration: underline;
	background-color: #EEEEEE;
}

#spalte_rechts_content A {
	color: #006699;
	text-decoration: none;
}

#spalte_rechts_content A:hover {
	text-decoration: underline;
	background-color: #DDDDDD;
}



/* 
 * ###################
 * Kopzeile 
 * ###################
*/

#kopfzeile_blau {
	background-color:#006699;
	height: 100px;
}

#kopfzeile_zusatzlogo {
float:left;	
}

#kopfzeile_unilogo {
	float:right;
	position: relative;
	top: 20px;
	left: -43px;
}

#kopfzeile_grau {
 	height: 25px;
	background-image: url("bilder/kopfzeile_grauer_balken_800.gif");
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color:#D2D5DB;
}

#kopzeile_titel {
	display: inline;
	font-weight: bold;
	position: relative;
	top: 40px;
	left: 135px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 2.5em;
}





/* 
 * #####################
 * Spalten-Layout 
 * #####################
*/


#spalte_links {
	float: left;
	width: 185px;
}

#content {
	background-image: url("bilder/spalten_bg.gif");
}

#spalte_mitte {
	float:left;
	width: 680px;
       overflow: hidden;
}

#spalte_mitte_content {
	margin: 15px 15px 10px 15px;
	font-size: 0.7em;
}


#spalte_rechts {
	float: right;
	width: 200px;
	overflow: hidden;
	}

#spalte_rechts_content {
	margin: 10px 5px 10px 10px;
	font-size: 0.7em;
}


#zusatzbox {
	font-size: 0.8em;
	border: solid 1px #bbbbbb;
	margin: 10px;
}





/* 
 * #####################
 * Funktionsbox
 * #####################
*/


#funktionsbox {
	padding-top: 0;
	padding-bottom:0px;
	margin-top: 0px;
	margin-left:0px;
	background-color:#D2D5DB;
	background-color:#E2E2E2;
	width: 200px;
	background-image: URL("bilder/kopfzeile_grauer_balken_vertikal.gif");
	background-repeat: repeat-y;
	position: relative;
	z-index: 999;
}

#funktionsbox A:hover{
	background-color: #C1C1C1;
}




#suche {
	padding-left:25px;
}

#suche FORM {
	margin-bottom: 0px;
}

#suche INPUT {
	margin-top: 8px;
	display: inline;
	height: 14px;
	font-size: 0.9em;
	width: 130px;
	margin-right: 3px;
}


#sprachwahl {
	padding-left:25px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: -2px;
}

.sprachwahl_link {
	color:#4a4a4a;
	font-size: 0.7em;
	margin-top:-5px;	
	position:relative;
	top:-3px;
}


#sprachwahl IMG{
	border: none;
}


#quicklinks {
	padding-left:6px;
	font-size: 0.7em;
	margin-top: 0px;
	background-image: url("bilder/kopfzeile_grauer_balken.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

#quicklinks A{
	color:#4a4a4a;
	margin-left: -3px;
}


#quicklinks UL {
	margin-bottom:0;
	margin-top: 0;
}

#quicklinks LI {
	list-style-image: URL("bilder/menu_pfeil.gif");
}

/* 
 * #####################
 * Navigation
 * #####################
*/ 

#nav_main{
background-color:#D2D5DB;
background-image: url("../bilder/kopfzeile_grauer_balken.gif");
background-repeat: repeat-x;
text-align: center;
height:25px;

    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #c0c0c0 url("images/shiny_buttons/background.gif") repeat-x center right;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    line-height: 0;
  }

  #nav_main ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-left: -3px;
    padding: 0;
  }

  #nav_main ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 0.85em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
    background: transparent;
    color: #000;
    display: block;
    font-size: 0.85em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
    background: #eee;
    color: #333;
    text-decoration: none;
  }

  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #272727 url("images/shiny_buttons/background_active.gif") repeat-x center right;
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
  }

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active {
    background: transparent;
    color: #fff;
    text-decoration: none;
  }


.horizontales_menu_item {
position:relative !important;
left: 190px !important;

}

.horizontales_menu_item A {
	font-family: "Trebuchet MS", "Trebuchet", "Arial" !important;
	margin-right: 10px !important;
	text-decoration: none !important;
	text-transform:uppercase !important;
	font-size: 0.85em !important;
	font-weight: bold !important;
	color: #4d4d4d !important;
	position:relative;

}

.horizontales_menu_item A:hover{
background-color:transparent !important;
color: #006699 !important;


}


.horizontales_menu_item  SPAN{
visibility: hidden;
}

.horizontales_menu_item_text:hover {
	color: #006699;
	text-decoration: none;
}

.horizontales_menu_item_text {
	text-decoration: none;
}

A.horizontal_aktiv {
	background-color:#FFFFFF !important;
/*	padding-right: 15px !important; */
/*	padding-left: 15px !important; */
	padding-bottom: 15px !important;
}

A.horizontal_aktiv:hover {
	background-color:#FFFFFF !important;
/*	padding-right: 15px !important; */
/*	padding-left: 15px !important; */
	padding-bottom: 15px !important;
}


#navigation {
	margin-top: 19px;
	width: 185px;
	overflow: hidden;
}

#fg_navi {
	margin-top: 19px;
	width: 185px;
	overflow: hidden;
}

#navigation UL, #fg_navi UL{
	list-style: none;
	margin:0;
	padding:0;
	
}


#navigation A, #fg_navi A{
	text-decoration:none;
	color: #006699;
	display: block;
	width:175px;
	
}

#navigation LI A:hover, #fg_navi LI A:hover {
	background-color: #006699 !important; 
	color: #ffffff ! important;
}


#level1 {
	font-size: 0.75em;
	font-weight:bold;
	
}

#level1 LI {

}

#level1 A {
	padding-top: 4px;
	padding-bottom:4px;
	padding-left:6px;
	border-bottom: dotted 1px #CCCCCC;
}

#level1 LI.act {
	background-color: #FFFFFF;
}

#level1_act {
	display:block;
	padding-top: 3px;
	padding-bottom:3px;
	border-bottom: dotted 1px #CCCCCC;
	margin-left: 5px;
}


#level2 {
	font-size: 0.9em;
	font-weight: bold;
}

#level2 LI{
	margin-left:15px;

}

ul #level2 LI A.act {
	color: #333333 !important;
}

#level2 A {
	border-bottom: dotted 1px #CCCCCC;
	width:165px;
}

#level3 {
	font-weight:normal;
}

#level3 A {
	width:165px;
}

ul #level3 LI A.act {
	color: #333333 !important;
}




/* ######################################################################! */
/* FUSSZEILE
/* ######################################################################! */


#fusszeile {
	background-color: #999999;
	font-size:0.7em;
	padding: 5px 10px 5px 10px;
}


#fusszeile A {
	color:#ffffff !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}

#fusszeile A:hover {
	background-color: #BBBBBB;
}

#fusszeile_druckversion{

}

#fusszeile_druckversion A{
		position: relative;
	left: 780px;
}

#fusszeile_text {
	display: inline;
	margin-bottom:0;
	width:100%;
	color: #DDDDDD;
}

#fusszeile_links {
margin-bottom:5px;
}




/******** SEARCH ICON ************/


#search_button {
	border: 0;
    background: transparent url(bilder/search_button.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}





/* ######################################################################! */
/* NEWS
/* ######################################################################! */
DIV.news-list-item{
	border-top:2px dotted #D9D9D9;
	padding:5px 0 20px 0;
}
H4.news-list-headline{
	margin:2px 0 5px 0;
}
UL.news-archive{
	margin:0;
	padding:0;
	list-style:none;
}
UL.news-archive LI{
	padding:3px 0 3px 0;
}
UL.news-archive LI.news-amenu-item-year{
	background-color:#EEEEEE;
	font-weight:bold;
}
DIV.news-single-img{
	float:right;
	margin:0 0 0 10px;
}
P.news-single-imgcaption{
	font-size:0.9em;
	width:240px;
margin:3px;
color: #666;
}


DIV.news-single-timedata {
font-weight:bold;
}

DIV.news-single-subheader {
font-weight:bold;
}

DIV.news-list-image{
	float:right;
	margin:0 10px 0 10px;
position:relative;
top:5px;
}
DIV.news-list-morelink{
	clear:both;
}
UL.news-archive{
	margin:0;
	padding:0;
	list-style:none;
}
UL.news-archive LI{
	list-style:none;
}




/********** MANUZ FORMTABLES **********/
#spalte_mitte_content FORM {
	background: #EEEEEE;
	border: 1px solid #666666;
	margin:0;
	padding:.5em;
}

#spalte_mitte_content FORM P{ 
	margin: 3px 0px 3px 0px; 
}

/*********** FCE ***********/

DIV.fce1-34-33-33{
	float:left;
	overflow:hidden;
	width:34%;
	margin:0 0 0 0px;
	text-align:center;
}

DIV.fce1-34-33-33 p {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin-left: 5px;
/*	vertical-align: middle;*/
}

DIV.fce1-34-33-33 p a {

	vertical-align: middle;
}
DIV.fce2-34-33-33{
	float:left;
	overflow:hidden;
	width:33%;
	margin:0 0 0 0;
	text-align:center;
}

DIV.fce2-34-33-33 p {
	min-height: 30px;
	height: auto !important;
	height: 30px;
/*	margin-left: 15px;*/
}


DIV.fce3-34-33-33{
	float:right;
	overflow:hidden;
	width:33%;
	margin:0 0 0 0;
	text-align:center;
}

DIV.fce3-34-33-33 p {
	min-height: 30px;
	height: auto !important;
	height: 30px;

/*    margin-left: 15px;*/
}


/* ######################################################################! */
/* DROPDOWN - SITEMAP
/* ######################################################################! */

.tx-dropdownsitemap-pi1 {
	margin-top: -10px;
	margin-left:40px;
}

.tx-dropdownsitemap-pi1 OL{
	list-style: none;
	background-color: #ffffff !important;
}

.tx-dropdownsitemap-pi1 LI{
	list-style: none;
	margin-top: -1px;
	margin-bottom: -5px;
	padding: 0;
	
}

.tx-dropdownsitemap-pi1 .level_1{
	border: solid 1px #eeeeee;
	background-color: #ffffff;
	font-size: 1.1em;
	border:none !important;
	margin-left: -40px;
	margin-bottom:10px;
}


.tx-dropdownsitemap-pi1 .level_2{
	border: solid 1px #eeeeee;
	border: none;
	background-color: #ffffff;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: 4px;
	margin-left: -0px;
}

.tx-dropdownsitemap-pi1 .level_3{
	font-size: 0.9em;
	border: none !important;
	background-color: #ffffff !important;
	margin-left: -15px;
	margin-top: 3px;
}

.tx-dropdownsitemap-pi1 .level_1 LI{
	list-style: none !important;
}


.tx-dropdownsitemap-pi1 .level_2 LI{
	list-style: none !important;
}























