html, body{
	height:100%;
}

body, #outer{
	min-height:100.1%;
}

body, table, input, select, textarea, button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#373737;
}


/* Links */

a{
	color:#33428d;
}

#navi, #navi a{
	color:#FFFFFF;
	text-decoration:none;
}
#navi a:hover{
	text-decoration:underline;
}


#subnavi, #subnavi a{
	color:#404040;
	text-decoration:none;
}
#subnavi a:hover{
	text-decoration:underline;
}

/* Normale Elemente */

h1{
	font-size:14px;
	line-height:18px;
	color:#33428d;
	margin:0 0 19px 0;
}

h2{
	font-size:12px;
	line-height:14px;
	color:#404040;
	border-bottom:1px solid #9f9f9f;
	margin:0;
	padding:0;
}

p{
	margin:0 0 20px 0;
}


/* Spalten Layout, also Unterteilung und Layout in den Spalten selbst */

body{
	margin:0;
	padding:0;
	background-image:url(../pics/fliesen.jpg);
	background-position:center top;
}

#outer{
	background-image:url(../pics/main-back.jpg);
	margin:0 auto;
	padding:0 11px 0 9px;
	width:960px;
	position:relative;
}

#content{
	width:512px;
	margin-left:85px;
	margin-top:24px;
	
	float:left;
}

#navi{
	position:absolute;
	top:300px;
	left:353px;
	
	width:618px;
	height:31px;
	padding-left:37px;
	
	background-image:url(../pics/navigation.jpg);
	background-repeat:no-repeat;
	
	font-weight:bold;
	line-height:24px;
}

#subnavi{
	width:245px;
	margin-left:51px;
	
	line-height:30px;
	float:left;
	
	text-align:right;
	
	margin-top:66px;
}

#subnavi ul{
	margin:15px 2px 0 0;
	list-style:none;
}

#subnavi li{
	margin:0 0 14px 0;
	line-height:20px;
	padding-right:12px;
	
	background-image:url(../pics/pfeil.jpg);
	background-repeat:no-repeat;
	background-position:100% 7px;
}

#fckeditor {
	padding:15px;
	background-color:#FFFFFF;
	background-image:none;
}

.clear{
	clear:both;
}

.highlight{
	color:#33428d;
}

.copyright{
	font-size:9px;
	line-height:12px;
	color:#777777;
}

.tdrow{
	background-color:#d1d3ea;
}

.tdrow2{
}

table.out{
	border:1px solid #17277c;
}

.erfolg{
	color:#006600;
}

.fehler{
	color:#FF0000;
}
