* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
	width: 100%;
}

p, blockquote, ul, ol {
    margin-bottom: 20px;
}

p {
}


ul {
}

ol {
}

a {
    text-decoration: none;
    color: #000;
}

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

/* 
 * Wrapper
*/
#wrapper {
}
/* 
 * Header - beinhaltet das Logo sowie die Menü-Leiste
*/
#header {
	width: 100%;
    height: 50px;
    margin: 0 auto;
	background-color: #FFF;
	border-bottom: 3px solid  #0066cc;
}
/* 
/* Logo 
*/
#logo {
	width: 30%;
    float: left;
    padding: 7px 0 0 15px;
}
#logo h1 {
    margin: 0;
    padding: 0;
	color: #FF0000;
    font: italic 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #000;
}
#logo h2 {
    margin: -10px 0 0 0;
    padding: 0;
    /* letter-spacing: 2px; */
    font-size: 12px;
    font-weight: bold;
    /* color: #D4C792; */
    color: #000;
}
/*
/* Menu 
*/
#menu {
	width: 65%;
    padding-right: 5px;
	float: right;
}
#menu ul {
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
    line-height: normal;
}
#menu li {
	display: inline;
}
#menu a {
    display: block;
    float: right;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #000;
    text-align:left;
	padding: 1px 2px;
	margin-left: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #0066cc; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#0066cc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#0066cc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E6E6E6,  #0066cc); /* for firefox 3.6+ */ 	
}
#menu a:hover, #menu .active a {
	text-decoration: none;
	color: #FF0000;
}
/* 
 * Page 
 */
#page {
    margin: 0 auto;
	background-color: #F5F5F5;
}
/* 
 * Content 
 */
#content {
	display: block;
    width: 80%;
	height: 500px;
    padding: 0 0 0 3%;
	float: left;
	background: #FFF /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='D7D7D7'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D7D7D7)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #D7D7D7); /* for firefox 3.6+ */ 
}
#content #content1 {
	display: block;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 0;
}
#content #content2 {
	display: block;
	height: 330px;
}
.mit_telefon {
	display: block;
	height: 330px;
	background-image: url(../images/telefon.jpeg); 
	background-repeat: no-repeat; 
	background-position: center center;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#content #content2i {
	display: block;
	height: 330px;
	overflow: scroll;
}
#content #content3 {
	/* width: 100%; */
	display: block;
	height: 120px;
	font-size: 10px;
}
/* Blätterbuttons */
#content #content3 #box1 {
	display: block;
	/* width: 100%; */
	height: 25px;
}

#content #content3 #box1 a {
	border: 1px solid #000;
	padding: 2px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	background: #E6E6E6; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#aaaaaa'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#aaa)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E6E6E6,  #aaa); /* for firefox 3.6+ */ 
}
#content #content3 #box2und3 {
	display: block;
	width: 50%;
	height: 70px;
	float: left;
	border: 1px solid #000;
	padding: 1% 3%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content #content3 #box2 {
	display: block;
	width: 50%;
	height: 70px;
	float: left;
}
/* rechts daneben */
#content #content3 #box3 {
	display: block;
	width: 50%;
	height: 70px;
	float: left;
}
#content #content3 #box3.form_sub {
	padding-bottom: 20px; 
	padding-left: 25%;	
}
#content #content3 #box4 {
	display: block;
	width: 30%;
	height: 25px;
	clear: both;
}
#content #content4 {
	display: block;
	height: 25px;
}
#content #content4 #meldungszeile {
	width: 95%;
	font-size: 10px;
	font-weight: bold;
	background-color: #E6E6FA;
	border: 1px solid #000;
	padding: 2px 1px 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}
#content ul, #content ol {
    list-style-position: inside;
}
/* 
 * Sidebar 
 */
#sidebar {
    width: 14%;
	height: 500px;
    padding: 0 3% 0 0;
	float: right;
	background: #0066cc; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#0066cc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#0066cc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #0066cc); /* for firefox 3.6+ */ 
}
#sidebar ul {
	width: 90px;
    margin: 0;
    padding: 1px;
    list-style: none;
    line-height: normal;
}
#sidebar li {
    margin-bottom: 1px;
    padding: 2px 10px;
	border: none;
}
#sidebar h2 {
    text-align:left;
	margin: 1px 10px;
    padding: 3px 3px;
    font-size: 11px;
    color: #000;
}
#sidebar h3 {
    font-size: 10px;
    color: #000;
}
#sidebar p {
    margin: 0;
	font-size: 90%;
    line-height: normal;
    color: #000;
}
#sidebar a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #000;
    text-align: left;
	padding: 2px;
	margin-left: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #0066FF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#0066FF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#0066FF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E6E6E6,  #0066FF); /* for firefox 3.6+ */ 
}
#sidebar a:hover {
    text-decoration: none;
	color: #FF0000;
}
/* 
 * Submenu
 */
#submenu {
}
/* 
 * Footer
 */
#footer {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    padding: 5px 0 0 0;
/*    background: url(images/img06.gif) no-repeat; */
	background-color: #E6E6FA; 
    color: #000033;
}

#footer p {
    margin: 0;
    text-align: center;
    font-size: 85%;
}

#footer a {
    text-decoration: underline;
    color: #000066;
}

#footer a:hover {
    text-decoration: none;
}

th {
    font-size: 10px;
	font-weight: bold;
    color:#000;
    text-align:left;
}
.auflisten:hover td { 
	background-color: #FEFC94;
	opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
}

/* .form_submit_buttons {
    FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #FFFFFF;
	BORDER-TOP-STYLE: groove; 
	FONT-STYLE: normal; 
	FONT-FAMILY: verdana; 
	BORDER-RIGHT-STYLE: ridge; 
	BORDER-LEFT-STYLE: groove; 
	BACKGROUND-COLOR: #AA2808; 
	BORDER-BOTTOM-STYLE: ridge; 
} */
.form_submit_buttons  {
	/* background-color:transparent; */
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	border: 1px solid #000;
	padding: 1px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	background: #E6E6E6; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#aaaaaa'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#aaa)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E6E6E6,  #aaa); /* for firefox 3.6+ */ 
}

.form_submit_buttons:hover {
    text-decoration: none;
    color: #F00;
}

td.listen_aktion {
	
	text-decoration: none;
	color: #000;
    border-style: solid;
    border-width:1px;
    text-align:left;
	padding: 1px;
	margin-left: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #E6E6E6; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#aaaaaa'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#aaa)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E6E6E6,  #aaa); /* for firefox 3.6+ */ 
}

td #gruen {
	background-color:#00aa00;
}

.form_formular_felder {
	background-color:#FFF;
    FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #000000;
	BORDER-TOP-STYLE: groove; 
	FONT-STYLE: normal; 
	FONT-FAMILY: verdana; 
	BORDER-RIGHT-STYLE: ridge; 
	BORDER-LEFT-STYLE: groove; 
	BORDER-BOTTOM-STYLE: ridge;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

td.listen_feld_farbe_1{
	font-size:10px;
    /* background-color:#F8F8FF; */
	background-color: #C7DAF1;
    color: #000;
    border-style: solid;
    border-width:1px;
    text-align:left;
	padding: 0 3px;
	margin: 2px 3px;
}
td.listen_feld_farbe_2 {
	font-size:10px;
    /* background-color:#F8F8FF; */
	background-color: #E3EDF9;
    color: #000;
    border-style: solid;
    border-width:1px;
    text-align:left;
	padding: 0 3px;
	margin: 2px 3px;
}
td.listen_feld_gruen {
	font-size:10px;
    background-color:#00AA00;
	opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    color: #000;
    border-style: solid;
    border-width:1px;
    text-align:left;
}
td.listen_feld_rot {
	font-size:10px;
    background-color:#880000;
	opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    color: #000;
    border-style: solid;
    border-width:1px;
    text-align:left;
}