@import url(reset.css);
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #00946c;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #00946c;
	padding-top: 20px;
}
body {
	width: 100%;
	height: 100%;
	font-family: Verdana;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	overflow: auto;
}
#clear {
	clear: both;
}
/*Head - Bereich*/
#head_top {
	background: white;
	height: 40px;
}
#head {
	height: 175px;
	width: 100%;
	margin-left: 0;
	background-image: url(../bilder/head_background.jpg);
	background-repeat: repeat-x;
	float: left;
}
#head_left {
	height: 130px;
	width: 50%;
	font-style: oblique;
	font-weight: bold;
	float: left;
	text-align: left;
	background-image: url(../bilder/head_background.jpg);
	background-repeat: no-repeat;
}
#head_logo {
	position:absolute;
	width: 383px;
	height: 155px;
	margin: 13px 0 0 40px;
	background-image:url(../bilder/treffpunkt_logo.gif);
	background-repeat: no-repeat;	
}
#login {
	height: 45px;
	width: 100%;
	float: left;
	background-color: white;
	background-image: url(../bilder/Login_bild.jpg);
	background-repeat: no-repeat;
}
#login_input {
	height: auto;
	float: left;
	padding-top: 6px;
	font-size: 8pt;
	font-weight: bold;
	background-color: white;
	margin-left: 120px;
}
/*Menü*/
.main_menue {
	width: 15%;
	height: auto;
	background-color: white;
	font-size: 10pt;
	border-top-width: 1px;
	border-top-color: #aaaaaa;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	border-right-style: solid;
	float: left;
}
.main_menue ul {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.main_menue ul li {
	margin-left: 0px;
	padding: 5px 0px 5px 20px;
	border-bottom-color: #aaaaaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style: none;
}
.main_menue ul li a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.main_menue ul li a:hover {
	font-weight: bold;
	color: #e3001b;
}
#li_bg {
	background-image: url(../bilder/wappen.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#li_bg2 {
	background-image: url(../bilder/wappen2.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*Inhalt*/
#main_content {
	width: 100%;
	height: auto;
	padding-top: 10px;
	background-repeat: repeat;
	margin-bottom: 0px;
	float: left;
}
.main_right {
	width: 80%;
	height: auto;
	padding-left: 20px;
	margin-left: 20px;
	background-color: white;
	float: left;
	font-size: 8pt;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
}
.main_right h1 {
	font-size: 11pt;
	font-weight: bold;
	color: Black;
	margin-bottom: 10px;
	margin-top: 10px;
}
.main_right h5 {
	font-size: 11pt;
	font-weight: bold;
	color: #00946c;
	margin-top: 10px;
	margin-bottom:0px;
}
.main_right h5 a {
	text-decoration:none;
	color: #00946c;
	
}
.main_right h5 a:visited {
	color: #00946c;
}
#main_right_text {
	width: 400px;
	height: auto;
	font-size: 10pt;
	padding-bottom: 30px;
	float: left;
}
#main_image {
	width: auto;
	margin-left: 20px;
	height: auto;
	float: left;
}
#image_titel {
	width: auto;
	padding: 2px;
	height: auto;
	margin:5px 0px 0px 25px;
	border: 1px solid #cccccc;
	float:left;
}
/*Tabellen*/
.table {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	font-size: 9pt;
	margin-right:20px;
}
.cell_left_kopf {
	width: 150px;
	padding: 15px 0px 15px 15px;
	font-style: oblique;
}
.cell_right_kopf {
	width: 150px;
	padding: 15px 0px 15px 15px;
	font-style: oblique;
}
.cell_left {
	background-color: #efefef;
	width: 150px;
	padding: 5px 0px 5px 15px;
	border-right-color:#cccccc;
	border-right-width: 1px;
	border-right-style: solid;
}
.cell_right {
	background-color: #efefef;
	width: 150px;
	padding: 5px 0px 5px 15px;
}
.cell_komplett {
	background-color: #efefef;
	width: 300px;
	padding: 8px 0px 8px 15px;
	border-bottom-color:#cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 7pt;
}
.form {
	font-size: 9pt;
	font-weight: bold;
}
.bu {
	font-size: 10px;
	color: #666666;
}
.bu h1 {
	font-size: 11px;
	color: black;
	margin:0px;
	padding: 0px;
	display: inline;
}

.cell_komplett_bold {
	font-size: 12px;
	font-weight:bold;
}
.dropdown {
	width: 285px;
}
