/* --------------------------------------------------------------------------------- */
/* Layout.css                                                                        */
/* stylesheet-Datei fuer das Layout                                                  */
/* --------------------------------------------------------------------------------- */

html 
 { 
 
 /* rechten Scrollbalken immer anzeigen */
 overflow-y: scroll;
 }

body
 {
 margin-top: 0px;  
 margin-left: 0px;

 /*background-image: url(/design/Layout_Dr_Big.jpg); Background-Repeat: no-repeat; Background-Position: top center; */
 }

/* ----------------------------------------------------------------------------------------------- */ 
/* Bereich oben */ 
/* ----------------------------------------------------------------------------------------------- */

#top
 {
 position: relative; 	
 margin-left: auto; margin-right: auto;
 width: 1190px; height: 170px;  
 
 Border-bottom-Color: #09a3d9; Border-bottom-Style: solid; Border-bottom-Width: 2px;  
 }
 
#logo
 {
 position: absolute;
 top: 77px; left: 4px;
 } 
 
#headline
 {
 position: absolute;
 float: left;
 top: 50px; left: 235px;	
 } 
 
/* ----------------------------------------------------------------------------------------------- */ 
/* Menue - Inhalt - Rechte Seite */ 
/* ----------------------------------------------------------------------------------------------- */

#nav_main_aside
 {
 position: relative;
 margin-left: auto; margin-right: auto;  	
 width: 1190px; 
 top: 45px;
 min-height: 100%;
 height: auto !important;
 height: 100%;
 background-color: #dddddd;
 }

#nav
 {
 position: relative;
 left: 0px; float: left;
 width: 199px; height: 645px;
 } 
 
#main
 {
 position: relative;
 width: 700px; min-height: 545px;
 float: left;
 padding-bottom: 88px; 
 } 
 
#picture
 {
 position: relative; 
 left: 47px; right: 47px;
 width: 606px; height: 299px;	
 } 
 
#content
 {
 position: relative; 	 	
 top: 50px; left:0px; right: 47px;
 width: 606px; 


 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -4em;
 overflow-y: auto; 
 padding-bottom: 120px;
 }

 
#aside
 {
 position: relative;
 width: 290px; height: 545px;
 float: left;
 }  
 
/* ----------------------------------------------------------------------------------------------- */ 
/* Diplom links */ 
/* ----------------------------------------------------------------------------------------------- */
 
#diplom
 {
 position: relative;	
 float: right;	
 margin-top: -60px;
 } 
 
/* ----------------------------------------------------------------------------------------------- */ 
/* Bereich unten */ 
/* ----------------------------------------------------------------------------------------------- */

#space_clear
 {
 clear: both; 
 height: 40px;
 }

#footer
 {
 position: fixed;
 bottom:0px !important;
 width: 100%;
 height:88px;
 margin:0px auto; 	
 background-color: #0087c8;
 }


#footer2
 {
 position: relative;	
 margin-bottom: 0px;
 width: 100%;
 height: 88px;
 background-color: #0087c8;
 }

#footer_text_box
 {
 position: relative;
 width: 1200px; height: 88px;
 margin-left: auto; margin-right: auto;	
 margin-top: 10px; 
 }
 
#footer_text
 {
 position: absolute;
 left: 770px; top: 45px; 
 } 
 
#mini-logo
 {
 position: relative; 	
 float: left;
 left: 350px;
 } 

