/* ===== Default layout and style stylesheet =====
   - CC: Central Column
     - padding: 2em (total)
   - LC: Left Column
   - RC: Right Column
 */

/* ===== Core body elements ===== */
html, body {
	color: #000;
    background: LightGoldenRodYellow ; 
	font-family: tahoma, verdana, arial, sans-serif;
}

/* ===== Minimum width ===== */
body {
	margin:auto;
	min-width: 35em; 
}

/* ===== Header containers ===== */
#header {
	margin: 0;
	padding: 0;
	clear: both;	
}

#toptitle {
	margin: 0em;
/*	padding: 0.2em 1em;
*/	font-size: 200%;
	font-style:italic;
	text-align: center;
	background: MidnightBlue  ;
	color: #fff;
}

#willkommen {
	margin: 0;
/*	padding: 0.2em 1em;
*/	font-size: 120%;
	font-style:italic;
	text-align: center;
}


/* picture with caption */
#piccaption{
 /*       display: table; */ 		 
 		  float: left; 

         /* kleinste Bildbreite; 
          * wird durch [display: table;] 
          * aufgedrückt 
          * IE kann es nicht! 
          */ 
          
         width: 145px; 	
/*         height:200px; */	 
		 margin: 1em 1em 1em 1em;		
/*		 border: 1px solid #000; */
         background-color: #E3EEFF; 
}



#caption{ 
         padding: 0;
		 margin: 0;           
         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
         font-size: 1em; 
         font-style: italic; 
         text-align: center; 
         
/*         background-color: #CCCCCC; */
         } 

div.figure-right,div.figure-left,div.figure-none 
{ 
/*  width: 25%; */
/*  border: thin silver solid; */
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


div.figure-right {
  float: right;
}
div.figure-left {
  float: left;

}
div.figure-none 
{
  float: none;
}



img.scaled {
  width: 100%;
}


/* end picture with capture */

img { 
  border: thin silver solid;
	} 

img.pic { 
  border: 2px solid MidnightBlue;
	} 
img.pic:hover, img.pic:focus {
	border: 2px solid Azure;
}	
	

.logo{
	margin: 0;
/*	padding: 1px 0;
	height: 1px;	
*/	color: #222;
	font-style:italic;
    font-size: 80%;
	
	text-align: right;		
}

.breadcrumb {
	margin: 0;
/*	padding: 1px 0;
	height: 1px;	
*/	color: #222;
	font-style:italic;
    font-size: 80%;
	
	text-align: right;		
}

.wir {
	margin: 0;
/*	padding: 5px 0; */
	height: 35px;	
	text-align: right;
/*		background-color:#FF99FF */
	
}



/* ===== Main containers ===== */
#container {
	position: relative;
}

#content {
	min-height: 40em;
	margin: 0;			
	margin:0 auto;

	margin-left: 11em; /* width(#nav) */
	margin-right: 13em; /* width(#newsbar) */
	padding: 1em 1em 2ex 1em;
	border-left: 1px dotted #000;
	color: #000;
/*	background-color: #fff;*/
	
}

#mainicons {
   position: relative;
   min-width: 60em;
   left: 5em;
}

#content h1 {
	margin-top: 0
}



#nav { /* LC */
	position: absolute;
	top: 0;
	left: 0;
	width: 11em; /* (width(#nav) */
	color: #000;
	background: LightGoldenRodYellow  ; 
}

* html #nav { /* Hack for IE */
	left: -11.04em; /* -(width(#nav) + padding-left(#content) + border-left(#content)) */
}

#nav ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}

#nav li {
	line-height: 200%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 1em;
	color: #000;
	border: none;
	border-bottom: 1px dotted #000;	
	font-size: 90%;
}

#nav li.active {
	background-color: DarkSlateBlue; /* #container BG color */
}

#nav li a {
	display: block;
	margin: 0 0 0 -1em;
	padding: 0 0 0 1em;
	color: #000;
	background-color: GhostWhite  ; 
	text-decoration: none;
	border: 0;
}

* html #nav li a { /* Hack for IE */
	width: 100%
}

#nav li li {
	border-bottom: none;
}

#nav ul ul li {
	border-top: 1px dotted #000;
	border-left: 1px dotted #000;
    margin: 0 0 0 1em;
	font-size: smaller;
}

#nav li a:hover, #nav li a:focus {
	background-color: MidnightBlue  ;
		color: #fff;
}

#nav div#changeSite {
	line-height: 200%;
	width: auto;
	height: auto;
	margin: 2em 0 0 0;
	border: none;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

#nav div#changeSite a {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #eee;
	background-color: red;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#nav div#changeSite a:hover, #nav div#changeSite a:focus {
	background: MidnightBlue;
	color: #fff;
}

 
#sidebar { /* RC */
	position: absolute;
	top: 0em;
	right: 0em;
	margin: 0;
	padding: 0;
	width: 30em;
}

* html #sidebar { /* Hack for IE */
	right: 2.96em; /* margin-right(body)-border-left(#content) */
}


/* ===== Footer container ===== */
#footer {
	margin: 0;
/*	margin-left: 10em; /* width(#nav) */
/*	margin-right: 10em; /* width(#newsbar) */
	padding: 0;
	clear: both;
	background: MidnightBlue;
	color: #fff;
}

#footer a {
	background: MidnightBlue;
	color: #fff;
	
}

#footer address {
	padding: 0.3em;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 80%;
}

* html #footer { /* Hack for IE */
	padding-left: 0.04em; /* width(#nav) + border-left(#content)*/
}

/* ===== Inner container for padding ===== */
#sidebarInner {
	margin: 0;
	position: absolute;
	top: 2em;
	right: 1em;
	width: 10em;
	
}

#sidebarInner h2 {
	margin: 1em 0;
	padding: 0;
	text-align: center;
}





