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

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #999;
	background: #fff url(img/bg.jpg);
 	background-repeat: repeat-x;
	margin-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-weight: normal;
	font-size: 10px;
	color: #999;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #1464a9;
	padding-top: 10px;
	margin: 0;
}

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

a.blau:link {
	color: #1464a9;
	text-decoration: none;
}

a.rot:link {
	color: #C00;
	text-decoration: none;
}

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

a.blau:visited {
	color: #1464a9;
	text-decoration: none;
}

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

a.blau:hover {
	color: #808fa6;
	text-decoration: none;
}

a.rot:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #9d253c;
}

.a {
	border: none;
	text-decoration: none;
	padding-left:9px;
}

.abild {
	border: 0px;
	text-decoration: none;
}

.abild_rgt{
	border: 0px;
	text-decoration: none;
	float: right;
}

.table { 
	vertical-align: top;
	background: url(img/shadow_800px.gif);
	background-repeat:repeat-y;
	background-color: #ffffff;
}

.header {
	background-image: url(img/header_bottom2.jpg);
	background-repeat: no-repeat;
	height: 145px;
}

.aindex {
	border: 0;
	text-decoration: none; 
	float: left;
	margin-right: 20px;
	margin-top: 50px;
}

.hinweis {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: oblique;
	font-size: 12px;
	line-height: 14px;
	color: #9d253c;
}

.erl {
	font-size: 9px;
	color: #acabab;
	padding-top: 0;
	padding-bottom: 20px;
}

.rot {
 color: #900;
}

.head_menue {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	padding:8px 8px 0 8px;
	margin:0;
}

.head_menue_top {
	font-family: Trebuchet MS, Arial, sans-serif;
	margin:3px;
	padding-bottom: 10px;
	border-bottom:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
	width: 142px;
}

.menutd {padding:10px;}

.tdtop {
	min-height:20px;
	height:20px;
	background-image: url(img/menue_top.jpg);
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	padding:5px 8px 5px 16px;
	margin:0;
}

.ul {
	margin:0;
	padding:0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #999;
	margin-top:0px;
	padding-right: 10px;
	padding-left:15px;
	}
	
.ul_big{
	margin:0;
	padding:0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-top:0px;
	padding-right: 10px;
	padding-left:15px;
	
	}

.footer {
	margin:0;
	padding:0;
	margin-left:5px;
	padding-left:9px;
	background-color: #e7ebf1;
	height: 15px;
	vertical-align: bottom;
	margin-bottom:9px;
}
.footer-rechts {
	margin:0;
	padding:0;
	margin-right:5px;
	padding-right:9px;
	background-color: #e7ebf1;
	height: 15px;
	vertical-align: bottom;
	margin-bottom:9px;
}

#kasten_links {
	min-width: 440px;
	background-color: #efefef;
	float: left;
	padding: 8px;
	margin-bottom: 0px;
}

.kasten_top {
	padding: 0px;
	margin: 0px;
	align: top;
}

	
.clear {
	clear:both;
	margin: 0;
	padding:0;
	}

.kasten_pic {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border: none;
}

.kaesten_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
form {
  background: #ffffff;
  margin:0;
  padding:.5em;
}


