BODY {
	background: #FFFFFF;
	font-size: 11px;
	padding: 3px;
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.h1small {
	text-transform: uppercase;
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 20px;
	font-weight: normal;
	margin:0;
	padding:0px 4px 0px 4px;
	color: #328AD2;
}

.h2small {
	text-transform: uppercase;
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:0px 4px 0px 4px;
	color: #328AD2;
}

img {
	padding: 2px;
	margin: 4px;
	border: 0px;
}

#container {
	width: 1000px;
	heiht: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 1px solid #42FAEE;
	
}
#container p {
	padding: 2px 8px 2px 8px;
	text-align: justify;
}

.containerright {
	float: right;
	width: 770px;
}

.containerright p {
	text-align: justify;
}

.containerleft {
	float: left;
	width: 230px;
	height: 2350px;
}

.containerleft p {
	text-align: justify;
}

#clearheader {
	height:240px;
	*height: 240px;
  	overflow:hidden;
}

.header {
	width:1000px;
	height:230px;
	*height:230px;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	top:2px;
	*top:2px;
}

.headernavi {
	background-image: url(/img/navibg.gif);
	margin: 0 10px 10px 7px;
	padding: 8px 0 5px 10px;
	height: 20px;
}


#footer {
	margin-top: 10px;
	width: 760px;
	margin-top: 0px;
	border: 0px solid #ccc;
	text-align: center;
}

#footer p {
	padding:0px 5px 0px 7px;
	color: #000;
	text-align: center;
}


/****************************************************/
/*******************  LINKS *******************/
/****************************************************/

/* LINKSCHWARZ 11PX */

a.lweiss11px:link {
	color:#FFFFFF!important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}

a.lweiss11px:visited {
	color:#FFFFFF!important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: none
}

a.lweiss11px:active {
	color:#FFFFFF  !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}

a.lweiss11px:hover {
	color:#FFFFFF  !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}


/* Linkheader NAVI*/

a.lnavi:link {
	color:#FFFFFF!important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: none;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
	margin-right: 5px;
}

a.lnavi:visited {
	color:#FFFFFF!important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
	margin-right: 5px;
}

a.lnavi:active {
	color:#FFFFFF  !important; 
	font-weight:normal;
	font-size:13px; 
	text-decoration: underline;
	margin-right: 5px;
}

a.lnavi:hover {
	color:#FFFFFF!important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: underline;
	border-right: 1px solid #FFFFFF;
	margin-right: 5px;
}

