body{
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: url(img/bg_grad_grau2.jpg) fixed;
	/*background-color:#999999;*/
}

/* Positionierungselemente */

#header {
	width : 720px;
	margin : 0 0 0 0;
	padding : 2px 0 2px 0;
	margin-left: 30px;	
	border-width:1px;
	/*background-image : url(../imag/hkh4.gif);
	background-position : top left;
	background-repeat : no-repeat;*/
	
}

#navi {
	width : 720px;
	margin : 0 0 0 0;
	padding : 5px 10px 5px 8px;
	border-style:solid;
 	border-color:#CCCCCC;
	border-width:1px;
	font-family : Lucida Grande, Verdana, Arial, Sans-Serif;
	font-size : 82%;
	color:#FFFFFF;
	margin-left: 30px;
	background-color:#CCCCCC;
		
}

#content {
	
	width : 720px;
	margin : 1px 0 0 0;
	padding : 12px 10px 10px 8px;
	color: #000000;
	margin-left: 30px;	
	border-style:solid;
 	border-color:#CCCCCC;
 	border-width:1px;
	background-color:#FFFFFF;
	font-size:medium;
 	
}


/*  Textstyles */

h1,  h2,  h3,  h4,  h5,  h6,  #headertext{
	color:#FF9900;
}


ul {
	list-style-type : square;
}
li{

}

table {
	/*border : 1px solid #cccccc;'*/
	margin-top: 1em;
	background-color:#FFFFFF;
}
/*tr {
	border : 1px;
	border-style:solid;
	border-color:#CCCCCC;
}
*/
td {
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	
}
.mittel {
	font-size : 80%;
}

.klein {
	font-size : 70%;
}

.blau {
	color:#000099;
	font-size:small;
	font-weight:bold;
}	
.weiss {
		color:#FFFFFF;
		font-size:smaller;
		
}
.footer {
		color:#666666;
		font-size:x-small;
				
}
.headline
{
	color:#FF9900;
	font-weight:bold;
}

.strong
{
	color:#666666;
	font-weight:bold;
}
	
.under {
	text-decoration : underline;
}


/* Links */

a:link {
	color:#0080C0;
	text-decoration: none;
}

a:visited {
	color:#0080C0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#000099;
}






