/* Allgemeine Definitionen fuer Header Footer und Navigation */

body {
	background-color:#526084;
	padding:0px;
	margin:0px;
	color:#000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}



#pagecell{
	width:900px;
	background-color: #FF6634;
	border: 1px solid #000000;
	padding: 0px;
	margin:15px 0px 0px 0px;
}

div {
	margin:0;
	padding:0;
	}

/* ------------------------------------------------------------------- Schriftarten -----------------------------------------------*/
a:link		{ color : #000000; text-decoration: none;}
a:active	{ color : #FF0000; text-decoration: none;}
a:visited 	{ color : #006699; text-decoration: none;}
a:hover		{ color : #006699; text-decoration: none;  }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 { font-weight: bold; font-size: 11px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; line-height : 120%; color : #000000;}

/* ------------------------------------------------------------- Standardtexte ---------------------------------------------------*/
.gen 										{ color : #000000; font-size : 12px; }
.genmed 									{ color : #000000; font-size : 11px; }
.gensmall 									{ color : #000000; font-size : 10px; }

/* -------------------------------------------------------------- Inputs ----------------------------------------------------------*/
input 		{ color : #000000; font: normal 11px; border-color : #000000; text-indent : 2px;}
textarea 	{ color : #000000; font: normal 11px; border-color : #000000; } 	
select 		{ color : #000000; font: normal 11px; border-color : #000000; background-color : #FFFFFF; }

/* ------------------------------------------------------------------- Tabellen -----------------------------------------------*/
th			{ background-color: #F2F2F2; color: #006699;font-size: 11px; font-weight : normal;	height: 20px;	left: 5px;	text-align: left; }

/* -------------------------------------------------------------- Horizontale Linie -----------------------------------------------*/
hr			{ height: 1px; border: solid #006699 1px; border-top-width: 0px;}

/* ------------------------------------------------------------- Styles fr Overalle_Header und Footer --------------------------*/
#header  {
	text-align: center;
}
#h_ro {	margin:0px; height:115px; background-image: url(../images/header_rechts.gif);	background-repeat: no-repeat; background-position: right;
}

#footer  {
	clear:left;
	font-size: 8pt;
	background-color:#FF6634;
	text-align: center;
}


/* -------------------------------------------------------- Seiteninhalt ------------------------------------------------------*/		
#content{
	padding: 20px 0px 0px 0px;
	margin:0px 5px 10px 0px;
	background-color:#FF6634;
	background-image: url(../images/content_ol.jpg);
	background-repeat: no-repeat;
	text-align:left;
}
#content p {
		margin:0px 0px;
		padding:0px;
		}

#userwelcome {
	text-align: right;
	background-color: #E6E8F2;
	float: right;
	padding:0px 5px 1px 5px;
	vertical-align: middle;
	font-size: 10px;
	margin:0px 1px 0px 0px;
}




/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

