/*  CSS Dokument 
   (c) by Mark-Oliver Würtz (mow@uni.de)
*/

body {
	background-color:#EBEEF6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:auto;
	/* overflow:hidden; */
	text-align: center;
}

* html body {
	text-align: center;
	width: auto;
	margin: 0px;
}

body table
{
 font-family: Arial, Helvetica, sans-serif; 
 font-size:10pt;
}

	

/* Rahmen */
#container {
	margin: auto;
	padding: 0px;
	text-align: left;
	background-color: #EBEEF6; 
	width: 1011px;
}

* html #container{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
}

#logo{
	margin: 0px;
	padding: 0px;	
	border:none;	
	float:left; 
	width: 342px; 
	height:75px;
	margin-right: -3px; /* Für IE */
}

#logo a img {
	border:none;
}

#ueberschrift{
	padding-right: 10px;  
	height:75px;	
         line-height: 75px;
	background-color:#0069AF;	
	text-align:right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#FFFFFF;
}
#ueberschrift p{
        margin: 5px;	
 	/* border-top: 1px solid #FFFF01;
         border-bottom: 1px solid #FFFF01; */
        line-height: 55px;
        height:60px;  
}


#ueberschrift theTitleText
{

	/* border-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #ff0000;
	border-bottom-color: #ff0000; */


}
#top-rechts{
	border:none;
	margin: 0px;
	width: 182px;
	height:75px;
	background-color:#0069AF;
	float:right;
	margin-left: -3px; /* Für IE */	
}

#top-rechts li img {
	border:none;
}

#top-rechts li {
  padding-top: 40px;
  list-style-type: none;
  float: right;
  width: 36px;  
}



#top-menue{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 40px;
/*	background-color: #ACBCDB; */
	background-color: #EBEEF6;
	text-align:center;
}


/* Inhaltszeile */
#inhalt {
  padding:0px;
  padding-right: 20px;
  padding-top: 30px;
  background-color: #EBEEF6;
  height: 660px;
  /* height: 464px; */
  overflow:auto;
  margin: 0px;
  /* overflow-x: hidden; */
  scrollbar-face-color: #d8d8d8;
  scrollbar-track-color: #cccccc;
  scrollbar-arrow-color: #d8d8d8;
  scrollbar-highlight-color: #0069AF;
  scrollbar-shadow-color: #0069AF;
  scrollbar-3dlight-color: #0069AF;
  scrollbar-darkshadow-color: #0069AF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:10pt;  
}

#menue-links {
	background-image:  url('/fileadmin/templates/maridan/images/menuebackground.gif');
	background-position: right top;
	background-repeat: no-repeat;
	border: 0px;
	border-color:#fff;
	width:228px;
	height:730px; 
	float:left;
}

#rechts {
	float: right;
	width: 182px;
	margin: 0px;
	padding: 0px;
	background-color: #0069AF;
	color:#ebeef6;
	height:730px; 	
}

#rechts p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* font-weight:bold; */
         font-size : 9pt;
	color:#ebeef6;
        padding-left: 5px;
	padding-right: 5px;
}


/* -- Überschriften -- */

h1, h2, h3, h4 {
     margin: 0px;
     padding: 0px;		 
     margin-top: 4px;
     margin-bottom: 2px; 
}
h1 {
   font-size: 12pt;
   color: #0069AF;
   
}

h2 {
	font-size: 11pt;
	color: #333366;
}
h3 {
	font-size: 10pt;
	color: #333366;
	border-bottom-width: 1px;
	border-bottom-color: #D5DBE1;
	padding-bottom: 10px;
	border-bottom-style: solid;
}
* html h3 {
	padding-top: 5px;
}
h4 {
	font-size: 10pt;
	color: #333366;
}

hr {
         
         color: #FF8B00;
         height:1px;
         width:80%;
         text-align:center;
}



/* -- Fließtext Hyperlinks -- */

#inhalt a {
	text-decoration: none;
	color: #990033;
	/* border-bottom-style: solid;
	border-bottom-color: #ff8c00;
	background-color: #FFFFFF; 
	border-bottom-width: 1px;	*/
	font-size: 1em;
	line-height: 1.4em;	
}

#inhalt a:link {
	text-decoration: none;
	color: #990033;
	/* border-bottom-style: solid;
	border-bottom-color: #ff8c00;
	background-color: #FFFFFF; 
	border-bottom-width: 2px;	*/
}
#inhalt a:hover {
	text-decoration: none;
	color: #990033;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff8c00; */
	background-color: #D6DBE0;
}
#inhalt a:active {
	text-decoration: none;
	color: #990033;
	/* border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8c00; */
	background-color: #D6DBE0;
}
#inhalt a:focus {
	text-decoration: none;
	color: #990033;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff8c00; */
	background-color: #D6DBE0;
}

#inhalt ul { 
  list-style: square;
  color: #0069AF;
/*  list-style-image: url(/fileadmin/xxx.gif); */
}

#inhalt img { 
	border: none;
}




/* -- Fußbereich: foot -- */

#foot {
	background-color:#0069AF;
	width: 1011px;
	float:left;
	height: 28px;
	align: center;
} 


#foot ul li { display: inline; }

#foot li img {
	border:none;
}

#foot li {
  list-style-type: none;
  float: left;
  width: 44px;  
}

#foot table {
 padding-top: 4px;
}

#umenue-button a {
 color:#000;
 background-color: #D8D9DB;
 border:1px;
 border-color: #D8D9DB;
 text-decoration:none;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px; 
 font-weight: bold;
 width:100px; 
 text-align: center;
}


#umenue-button a:hover {
 border:1px;
 background-color: #F8D19A;
 color: #000000;
 text-decoration:none;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px; 
 font-weight: bold;
 width:100px; 
 text-align: center;
}


/* Ende untere Menüleiste */

/* hier war früher die hnavcon */

/*Navigationsmenü */

#navcon {
  margin-top: 40px;	
  margin-left: 10px;
  border: 1px solid #0169b0;
  background-color: #D8D9DB;
  border-bottom-width: 0;
  width: 200px;
}

#navcon ul 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#navcon a{
  font: 12px Arial;
  font-color: #000000;
  font-weight: bold;
  padding: 4px 10px;
  display: block;
  width: 100%; /*Define width for IE6's sake*/
  color: #595959;
  text-decoration: none;
  border-bottom: 1px solid #0169b0;
}

#navcon a#topnavi-aktiv{
  background-color: #F8D19A;
  color: black;
}

* html #navcon { /*IE only rule. Original menu width minus all left/right paddings */
  width: 200px;
}

#navcon a.inside{
  font: 12px Arial;
  padding: 4px 15px;
  display: block;
}

/* Raus sonst sehen nach dem Besuch alle so aus
#navcon a:visited{
  background-color: #F8D19A;
  color: black;
}
*/

html>body #navcon a{ /*Non IE rule*/
  width: auto;
}

#navcon a:hover{
  background-color: #F8D19A;
  color: black;
}

#navcon ul ul a
{
  padding: 0;
  margin: 0;
  font: 11px Arial;
  font-color: black;
  font-weight: bold;
  padding-left: 20px;
}

#navcon ul ul ul a
{
  padding: 0;
  margin: 0;
  font: 11px Arial;
  font-color: black;
  font-weight: bold;
  padding-left: 28px;
}

#navcon ul ul ul ul a
{
  padding: 0;
  margin: 0;
  font: 11px Arial;
  font-color: black;
  font-weight: bold;
  padding-left: 34px;
}

#navcon ul ul ul ul ul a
{
  padding: 0;
  margin: 0;
  font: 11px Arial;
  font-color: black;
  font-weight: bold;
  padding-left: 38px;
}

/*
#navcon li.topnavi-aktiv
{
  background-color: #F8D19A;
  color: black;
}
*/



.invisibletext {
  display: none;		
}


/* Top Menu CSS Added */
#topmenu {	
	width: 1011px;
	float:left;
	height: 28px;
} 

/* topmenubox herausgenommen */


/* Fonts for the top navigation */

A.topnavigation:link    { color: #090909; font:9pt arial; text-decoration:none; }
A.topnavigation:visited { color: #090909; font:9pt arial; text-decoration:none; }
A.topnavigation:active  { color: #090909; font:9pt arial; text-decoration:none; }
A.topnavigation:hover   { color: #090909; font:9pt arial; text-decoration:none; }
