/* Globale Definitionen*/

HTML {
	PADDING: 0px;
	MARGIN: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

BODY {
	BACKGROUND-COLOR: #FFFFFF;
	MARGIN: 10px 10px 10px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0,8em;
	FONT-WEIGHT: lighter;
	COLOR: #FFFFFF;

}

.fett {
	COLOR: #FFFFFF;
	font-weight: bolder;
}

#content {
	font-size: 0.8em;
}



.rahmen {
	border: 1px solid #FFFFFF;
}


.h1white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.2em;

}

.h2white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.1em;

}

.h2black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #4768AF;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
} 


/*Navigation*/

a {
	color: White;
	
	}
	
a:hover {
	color: #071D4F;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #336699;
	font: 0.8em Arial, Helvetica, sans-serif;
	width:15%;
	line-height:16px;	
	}
	
#subline td {
	border-bottom: 1px solid #336699;
	}
	
	
#navigation a {
	font: 16px Arial, Helvetica, sans-serif;
	color: #4768AF;
	/*line-height:16px;*/
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:3px 6px 3px 10px;
	border-left: 5px solid #AAD67E;
	}
	
#navigation a:hover {
	background: #C1CDD0;
	color: #4768AF;
	border-left: 5px solid #FFFFFF;
	}
	
#navheader {
	font:0.8px Arial, Helvetica, sans-serif;
	color: #885835;
	letter-spacing:.1em;
	padding:3px 3px 3px 3px;
	background-color:#EDAA52;

/*	line-height:21px;*/
	}

	
.borderbottom {
	border-bottom: 1px solid #FFFFFF;
	}	

.borderbottom1 {
	border-bottom: 1px solid #FFFFFF;
	text-align: right;

	}
	
.left {
	border-top: 1px solid #4768AF;
	border-left: 1px solid #4768AF;
	border-bottom: 1px solid #4768AF;	
	}
	
.middle {
	border-left: 1px solid #4768AF;
	border-bottom: 1px solid #4768AF;	
	}
	
	#content a {
	COLOR: #FFFFFF;
	font-size: 1em;
	text-decoration: underline;
	margin: 5px;
	padding:3px 3px 3px 3px;	
/*	height: 30px;
	width: 120px;

	border: 1px solid #FFFFFF;
	text-decoration: none;*/

}
	
