
/*
*	Diese CSS Datei definiert das Layout und die verwendeten Schrift und Tabellenformatierungen...
*/

body{
	background:		#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:	tahoma, verdana, sans-serif;
	font-size:		12px;
}

/*Gleicher Background  ECF044*/
#main, #header ul#primary a:hover, #header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover, #header ul#primary a{
	background: #1A5086;
}
/*597A9B*/


/*Gleiche Breite*/
#main, #bottom{
	width: 796px;
}

#top{
	width:798px;
}

#main{
	border: 1px solid #666;
	clear: both;
	padding-top: 1em;
}

#top{
	border: 0px solid #666;
	border-bottom: none;
	height: 160px;
	margin:0px;
	background-image: url("../images/head-img.jpg");
}

#border{
	border: 2px solid #FFFFFF;
}


/*Gleiche Breite in %*/
#top1, #top2, #top3{
	width:	100%;
}

#top1{
	height: 20px;
	text-align:right;
}

#top2{
	height: 100px;
}

#top3{
	height: 40px;
}

#contents{
	margin: 1.5em;
	min-height: 300px;
	background: #f4f4f4;
	border: 1px solid #666;
}

#Copy, #Copy a{
	text-decoration:none;
	text-align:center;
	color:white;
	font-size:10px;
	margin-bottom: 3px;
}





#header{
	position: relative;
	width: 100%;
	height: 1,5em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

/*	Definiert <ul id="primary">XXX</ul> im #header */
#header ul#primary{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 800px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

/*	Definiert <ul id="primary"><li>XXX</li></ul> im Header*/
#header ul#primary li{
	display: inline;
	list-style: none;
}

/*	Definiert alle a, span, a.current in <ul id="primary">XXX</ul> im #header */
#header ul#primary a,#header ul#primary span,#header ul#primary a.current{
	width: 130px;
	height: 2.6em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 1px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #FFF;
}

/*	Definiert alle span, a.current und a.current:hover in <ul id="primary">XXX</ul> im #header */
#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover{
	border: 1px solid #666;
	border-bottom: none;
	padding-bottom: 6px;
	margin-top: 0;
}

/*TAB normal*/
#header ul#primary a{
	border: 1px solid #AAA;
	border-bottom: none;
	
	/*Transparenz*/
	filter:                    alpha(opacity=70);
	-moz-opacity:                           0.70;
}

/*TAB hover*/
#header ul#primary a:hover{
	border: 1px solid #666;
	border-bottom: none;
	padding-bottom: 6px;
	margin-top: 0;
	filter:                    alpha(opacity=100);
	-moz-opacity:                           1;
}



/*************************/
/*Definition des Inhaltes*/
/*************************/

/*Schrift*/

span.s10, span.s12, span.s14, span.s16{
	color: white;
}

span.s10{
	font-size: 10px;
}

span.s12{
	font-size: 12px;
}

span.s14{
	font-size: 12px;
}

span.s16{
	font-size: 14px;
}

td{
	padding: 10px;
}

td.x{
	padding: 0px;
}

a.Links{
	color:blue;
}

#contents img {
	border: solid 1px #666;
}

#contents p{
	margin:10px;
}

#contents h1{
	margin:10px;
}

table.Formular td{
	padding:0px;
	text-align:left;
}

td.c{
	text-align:center;
}

h2{
	margin-left:10px;
}
