@charset "UTF-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	
	font-size: 11px;
	font-weight: 100;
	color: #999;
	background-color: #ddd;
	margin-top: 0px;
}
p {
	font-size: 12px;
	font-weight: 100;
	color: #999;
	padding-right: 20px;
	}

h1 {
	padding-left: 10px;
	font-weight: normal;
	font-size: 10px;
	color: #999;
	text-align: right;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	color: #360; 
	margin-top: 5px;
}

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

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

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

a:active {
	text-decoration: none;
	color: #360;
}

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

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

.table { 
	vertical-align: top;
	background-color: #ffffff;
}

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

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

.hinweis {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: oblique;
	font-size: 12px;
	color: #360;
}


.head_menue_top {
	font-family: Trebuchet MS, Arial, sans-serif;
	width: 150px;
	height: 250px;
	margin-top: -30px;
	background-image: url(img/menue_bg.jpg);
	background-repeat: no-repeat;
}

.menutd {padding:10px;}

.ul {
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight: 100;
	color: #360;
	padding-left: 10px;
	}

.footer {
	margin:0;
	padding:0;
	margin-right:10px;
	padding-top: 2px;
	background-color: #e7ebf1;
	height: 10px;
	vertical-align: bottom;
	margin-bottom: 4px;
}
	
.clear {clear:both;}

.table_content_linie { 
	border: 0px; /* Für Firefox und Opera */
 	border-top: dotted 1px #360;
 	border-bottom: dotted 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	vertical-align: top;
	background-color: #ffffff;
	margin-right: 25px;
}

.right {
	align: right;
	padding-right: 20px;
}

.img_ie {
	padding-top: 0px;
}


