/* ALLGEMEIN ******************************************************/

html, body {	height:100%;}
img {	border-width:0px;}

body {
	margin:0px;
	padding:0px;
	background-color:#DCE6FA;
	background-image:url(images/back_index.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:14px;}
	
#left {
	width:1025px;
	position:absolute;
	min-height:100%;
	margin-left:0px;
	border-right:1px solid #FFFFFF;
	background-image:url(images/back_index03.gif);
	background-repeat:repeat-y;}

#wrapper {
	width:1025px;
	position:relative;
	margin: auto auto;}
	
* html #wrapper {height:100%;}


/* KOPF ***********************************************************/
	
#header_index {
	height:122px;
	background-image:url(images/back_index01.gif);
	background-repeat:no-repeat;
	background-position:left;}
	
	
/* MENUE **********************************************************/

#menue_index {
	height:277px;
	background-image:url(images/back_index02.jpg);
	background-repeat:no-repeat;
	background-position:left;}
	
	
/* INHALT *********************************************************/

#content_index {
	margin:20px 50px 50px 371px;
	padding:0px;
	width:1024px;}
	
#text_index {
	float:left;
	width:600px;
	line-height:150%;}
	

/* TEXT ***********************************************************/

.normal {	color:#003366; text-decoration:underline; font-style:italic;}
.normal:hover {	color:#006699; text-decoration:underline; font-style:italic;}