html{
	margin:0px; padding:0px;
}
body{ 
	margin:35px 0px 0px 50px;
	padding:0px;
	background-color:#F0EBDC;
}
body,div,p,table,tr,td, input, select, option, textarea { 
	font-family: arial,helvetica, sans-serif ; 
	font-size:14px; 
	color: #222; 
	line-height:22px;
}
h1 {
	font-size:18px;
	font-weight:normal;
	color: #666666;
	margin-bottom:20px;
	margin-top:0px;
}
h2 { font-size:16px; font-weight:bold; color: #333; margin-bottom:0px; margin-top:20px;}
h3 { font-size:14px; font-weight:bold; color: #333;  margin-top:14px;}
p{
	margin:0px 0px 9px 0px;
}
h1,h2,h3,p{
	max-width: 600px;
}
h5{
	font-size:14px;
	color:#E69123;
	font-weight:bold;
	padding:0px;
	margin:-25px 0px 20px 0px;
	border-bottom: 1px solid #E69123;
}
img{
	border:0px;
	float:right;
	margin-left:20px;
}
hr{
	border:none;
	background-color:#dc4b1e;
	color:#dc4b1e;
	height:1px;
	width:75%;
	text-align:left;
	margin-left:0px;
	clear:right;
}
small {font-size:11px;}
strong{color:#333; font-weight: bold;}

a, a:link, a:visited { text-decoration:underline; color:#222;}
a:hover { color: #666; }
tr.dunkel { background-color: rgb(228,223,209) }

/* MSIE 5.5 (Windows) Scrollbar */
body{
	scrollbar-base-color: rgb(240,235,220);
	scrollbar-face-color: rgb(240,235,220);
	scrollbar-highlight-color: rgb(240,235,220);
	scrollbar-shadow-color:  rgb(240,235,220);
	scrollbar-arrow-color: rgb(220,75,30);
	scrollbar-track-color: rgb(168,164,154);
	scrollbar-3dlight-color: rgb(168,164,154); 
	scrollbar-darkshadow-color: rgb(168,164,154)
}

.cms{
	background-image:url(pics/logo-kl.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right 32px;
}
.rot {color:#dc4b1e;}
