/********************************************
   HTML ELEMENTE
********************************************/ 

body {
	font-size: 10pt;
	font-family: Verdana, Sans-Serif;
	font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #304090; 
	text-align: center;
	background: #ffffff /*url(images/bg.jpg)*/ repeat-x top center;
	}	

.bodyline { background-color: #ffffff; border: 5px #f6f6f6 solid; padding: 15px 10px 0px 10px;}

/* links */
a	  {color: #FF6600; background: inherit; text-decoration: none;}
a:active  {color: #FF6600; background: inherit; text-decoration: none;}
a:visited {color: #FF6600; background: inherit; text-decoration: none;}
a:hover   {color: #FF6600; background: inherit; text-decoration: underline;}
 
 
 
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}

h1 {
	font-size: 125%;	
	border-bottom: 1px solid #EFF0F1;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 110%; font-style: italic;
}


/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display: block;  
	float: left;  
	width: 200px; 
	margin: 5px;
	color:#304090;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}


/********************************************
   HTML ELEMENTE in einzelnen Bereichen
********************************************/ 

/* Pressemitteilung */
h1.presse {font-size: 85%; text-decoration:underline;}
h2.presse {font-size: 120%; margin: 0px; padding-top: 5px; padding-bottom: 5px;}
h3.presse {font-size: 110%; margin: 0px; padding-top: 5px; padding-bottom: 5px;}
h4.presse {font-size: 100%; margin: 0px; padding-top: 5px; padding-bottom: 5px;}
p.presse  {margin: 0px; padding 0px;}

/* Bereich Aktuelles*/ 
h2.aktuell {font-size: 85%; text-decoration:underline;}
hr.aktuell{background:#304090 none repeat scroll 0%;border:0pt none; height:1px; margin-right:5px;}
a.aktuell {color: #304090; background: inherit; text-decoration: none;}

/* Projektliste */
h2.projekt {font-size: 120%; margin-bottom: 0px; padding-bottom: 0px;}
p.projekt {margin: 0px; padding: 0px;}

.box {
	width: auto;
	min-width: 220px;
	padding: 0;
	float: left;
	text-align: left;
	margin-right: 0.2em;
	margin-bottom: 0.5em;
	
}
.textbox_border { /* Textbox mit Rahmen links und unten*/
  border-left: 3px double #cccccc;
  border-bottom: 1px solid #cccccc;
  padding:0 1em;
  padding-bottom:0.25em;
  text-align:justify;
}

.textbox_grey { background-color:#ededed; padding: 5px; margin-bottom:2px; border: 1px solid #cccccc;}
.textbox_grey a, .textbox_grey a:visited {text-decoration: none; color: #304090;font-weight: Bold;}
.textbox_grey a:hover, .textbox_grey a:active  {text-decoration: none; color: #FF6600;font-weight: Bold;}



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: auto;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	width: auto;
	padding: 0; 
	margin: 0 auto;
}

/************************************************************************/
/* Kopfbereich mit den Logos von UDE, Fakultätsheader und IAQ */
#header { 
	width: auto;
        height: 72px;
	padding: 0px;
	background: #ffffff;
}

#links {
	width: 20%;
	float:left;
	height: 70px;
}

#mitte {
	width: auto;
	float:left;
	height: 70px;
}

#rechts {
	width: 140px;
	float:right;
	height: 70px;
	text-align:right;
}


/************************************************************************/
/* Main Column */
#main {
	float: right;
	width: 100%;
	padding: 0; margin: 0;
}
#main h1 {
	text-transform: uppercase;
}


/************************************************************************/
/* Footer */	
#footer {
	color: #666666;
	background: #ffffff;
	clear: both;
	width: 100%;
	height: 55px;
	text-align: center;	
	font-size: 92%;
	border-top: 2px solid #304090;
}
#footer a { text-decoration: none; }

#footer_right {
	width: 50%;
	padding: 0;
	margin-top: 15px;
	float: right;
	text-align: right;
}

#footer_text {
	height:1em;
	color: #304090;
}

#footer_text a:link    { color: #304090; }
#footer_text a:visited { color: #304090; }
#footer_text a:hover   { color: #FF6600; }



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* Fuer die Druckausgabe ueberfluessiges abschalten */
#navigation, #sidebar, #subnavi_unten, #menu, #db_anzeige, #footer_left, .sessiondata { display: none; }


