@charset "utf-8";
/* CSS Document */


/* ---------- LAYOUT ---------- */

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	min-height: 100%;
	background-image:url(../img/bg_kachel.jpg); 
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333333;
}

div.centercontent {
	position: relative;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:950px;
}

div.header {
	position:relative;
	padding:0px 0px 0px 0px;
	width:950px;
	height:250px;
}

div.container {
	position:relative;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:950px;
	background-image:url(../img/mainbg.png);
	background-repeat: repeat-y;
}

div.leftbar {
	position:relative;
	float:left;
	text-align:left;
	padding:25px 10px 25px 10px;
	width:180px;
	min-height: 100%;
}

div.main {
	position:relative;
	text-align:left;
	padding:25px 10px 25px 10px;
	width:530px;	
	background-color:#ffffff;
	overflow: hidden;
	min-height:350px;
}

div.rightbar {
	position:relative;
	float: right;
	text-align:left;
	padding:25px 10px 25px 10px;
	width:180px;
}

div.footer {
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	vertical-align: bottom;
	width:950px;
	height:45px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
}

div.clearer {
	clear:both; 
	line-height:0px; 
	height:0px;
}

/* ---------- TEXTFORMATTING ---------- */

ul {
	margin-left:10px; 
	padding:5px 50px 5px 10px; 
	text-align:left;
}

li {
	list-style-image:url(../img/nav_bullet.jpg);
	font-weight:bold;
}

a, a:visited {
	color:#333333; 
	text-decoration:underline; 
}

a:hover, a:active {
	color:#ff0000;
}

a.footer, a.footer:visited {
	color:#333333;
	text-decoration:underline;
}

a.footer:hover, a.footer:active, a.footer:focus {
	color:#333333;
	text-decoration:underline;
}

.highlight {
	font-size:12px;
	font-weight:bold;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
	text-align:right;
	padding:0px 0px 40px 0px;
	}
