/* CSS Document for HVHS */
* { margin:0; padding: 0; } 

html { height: 100% } 
body {
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	color: #000;
	background: #DBDBDB;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

/* Unsichtbare Objekte  */
#menue_sprung, .breadtext, .ignore, .ignoreornot, .ignoresuch, legend, dfn
{
	position:absolute;
	display:inline;
	height:0px;
	width:0px;
	overflow:hidden;
	left:-2000px;
	top:-2000px;
}

img {
	border: 0px;
}
label { 
	cursor:pointer; 
}
#container {
	width: 990px;
	border: 1px solid #FFFFFF;
	margin: 0px auto;
}

#top {
	padding: 10px;
	background-color: #8DB82A;
	color: #fff;
	font-size: 0.7em;
}
.top_left {
	padding-left: 190px;
	float: left;
	width: 500px;
}
.top_left a {
	color: #fff;
	text-decoration: none;
}
.top_left a:hover {
	color: #fff;
	text-decoration: underline;
}

.top_right {
	padding-left: 750px;
}
.top_right a {
	color: #fff;
	text-decoration: underline;
}
#head {
	background-color: #fff;
	height: 95px;
	width: 990px;
	padding: 1px 0px;
}
#logo {
	float: left;
	height: 95px;
	width: 180px;
	text-align: center;
}
#banner {
	background: url(http://www.hvhs-niedersachsen.de/css/hvhs/images/hvhs_banner.jpg) repeat-x;
	float: left;
	height: 95px;
	width: 565px;
	padding: 0px 1px;
}
#h_left {
	background: #C1E177 url(http://www.hvhs-niedersachsen.de/css/hvhs/images/hvhs_bg_h_left.gif) repeat-y;
	width: 243px;
	height: 95px;
	float: left;
}
#sub {
	height: 54px;
	width: 990px;
	padding: 0px 0px;
	background: #fff url(http://www.hvhs-niedersachsen.de/css/hvhs/images/hvhs_sub.gif) repeat-x;
}
#main {
	width: 990px;
	background: #FFFFFF url(http://www.hvhs-niedersachsen.de/css/hvhs/images/hvhs_bg_main.gif) repeat-y;
}
#main p, br {
	clear:both;
}
#sidebar_a {
	float: left;
	width: 179px;
}
/* Hauptnavi */
#navigation {
	width: 179px;
	overflow: hidden;
}
#mainmenu {
	padding: 0;
	margin-left: 0;
	width: 179px;
	font-size: 0.8em;
	font-weight: bold;
	background: #7C7C7C;
}
#mainmenu li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #C7C7C7;
	text-align: left;
}
#mainmenu li a {
	display: block;
	padding: 0.5em 0.05em 0.5em 0.65em;
	text-decoration: none;
	width: 160px;
}
#mainmenu .active {
	border-left: 0.8em solid #7C7C7C;
	color: #fff;
	background: #8DB82A;
}
#mainmenu .n_active { 
	border-left: 0.8em solid #8DB82A;
	color: #7C7C7C;	
	background: #F3F9E6;
}

#mainmenu a:hover {
	border-color: #7C7C7C;
	color: #fff;
	background: #8DB82A;
}

/*Submenu*/
#submenu {
	padding: 0;
	margin-left: 1em;
	width: 179px;
	font-size: 0.85em;
	font-weight: bold;
	background: #7C7C7C;
}
#submenu li {
	list-style: none;
	margin: 0;
	text-align: left;
}
#submenu li a {
	display: block;
	padding: 0.5em 0.05em 0.5em 0.65em;
	text-decoration: none;
	width: 160px;
}
#submenu .active {
	border-left: 0.85em solid #CCCCCC;
	color: #fff;
	background: #A7A7A7;
}
#submenu .n_active { 
	border-left: 0.85em solid #A7A7A7;
	color: #F3F9E6;	
	background: #7C7C7C;
}

#submenu a:hover {
	border-color: #DBEDB1;
	color: #fff;
	background: #A7A7A7;
}
li#subm {
	border-bottom: 0px;
}


#center {
	width: 529px;
	float: left;
	padding: 20px 20px 0px;
	background-color: #FFFFFF;
}
#center h3 {
	color: #7C7C7C;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(http://www.hvhs-niedersachsen.de/css/hvhs/images/hvhs_bg_h.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	height: 40px;
}
#center h4 {
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
#center h5 {
	color: #7C7C7C;
	font-size: 0.75em;
	font-weight: bold;
	display: block;
	background: #DBEDB1;
	padding: 0.3em;
	width: 10.5em;
	float: left;
	margin: 0.15em;
	text-align: right;
}
#center p {
	font-size: 0.75em;
	margin-bottom: 0.75em;
}
#center p.error {
	color: #CC0000;
	font-weight: bold;
}
#center ol.info {
	font-size: 0.7em;
	margin: 0.8em 0em 0.8em 3em;
}
#center p.info {
	font-size: 0.7em;
}
#center a:link {
	color: #8DB82A;
	font-weight: bold;
	text-decoration: underline;
}
#center a:hover, #center a:visited {
	color: #7C7C7C;
	font-weight: bold;
}
#center hr {
	border:1px solid #CCCCCC;
	height:1px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#center table.list {
	width: 100%;
	border: 1px solid #C7C7C7;
	color: #000;
	border-spacing: 0px;
}
#center th {
	font-weight: bold;
	font-size: 0.8em;
	padding-bottom: 10px;
	text-align: left;
	background: #E4E4E4;
	padding-top: 10px;
}
#center th.datum {
	width: 15%;
}
#center th.seminar {
	width: 40%;
}
#center th.ort {
	width: 20%;
}
#center th.haus {
	width: 25%;
}
#center td {
	font-size: 0.7em;
	vertical-align: top;
	height: 2em;
	padding: 10px 1px;
	border-bottom: 1px solid #8DB82A;
}
#center td:link {
	color: #8DB82A;
	font-weight: bold;
	text-decoration: none;
}
#center tr {
	background: #F3F9E6;
}
#center tr:hover {
	background:#DBEDB1;
}


#list label, #list select, #s_bestellung label, #s_bestellung select { 
	display: block;
	float: left;
	margin: 0.15em;
}

form br { 
  	clear: left;
}

input#submit {
	width: auto;
	background: #DBEDB1;
	color: #7C7C7C;
	border: 0.06em solid #7C7C7C;
	padding: 0.25em;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	margin-left: 9.5em;
	clear: left;
}
input#reset {
	width: auto;
	background: #DBEDB1;
	color: #7C7C7C;
	border: 0.06em solid #7C7C7C;
	padding: 0.25em;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	margin-left: 2em;
	clear: right;
}
/*input#check, select#check {
	width: 20px;
	margin: 0.6em 0em 0em;
}*/
#ort, #bildungshaus, #kategorie, #zielgruppe, #stichwortsuche, #seminarbeginn,
#seminar, #vorname, #name, #geburtsjahr, #beruf, #strasse, #plz, #land, #e_mail, #telefon, #fax, #unterkunft, #alter_des_kindes, #anmeldebestaetigung_arbeitgeber, #bundesland_arbeitgeber, #agb, #info {
	width: 300px;
	margin: 0.15em; 
}
#bildungsurlaub, #betreuung {
	margin: 0.6em 0em 0em;
	width: 20px;
}
#list label {
	width: 8.5em;
	text-align: right;
	color: #7C7C7C;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	padding: 0.3em 0.5em 0.3em 0em;
}
form#list {
  	background: #F3F9E6;
  	border: 1px solid #C7C7C7;
  	margin:0 0 2em;
  	padding:0.5em;
}

#list form .form_link {
	margin-left: 8.5em;
	font-size: 0.8em;
}

#detail .info {
	color: #000000;
	font-size: 0.75em;
	display: block;
	background: #F3F9E6;
	padding: 0.3em;
	width: 31em;
	float: left;
	margin: 0.15em;
	text-align: left;
}
#detail ul, #detail ol { 
	margin: 0.5em 0.5em 0.5em 3em;
}
#s_bestellung label {
	width: 13em;
	text-align: right;
	color: #7C7C7C;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	padding: 0.3em 0.5em 0.3em 0em;
}
form#s_bestellung {
  	background: #F3F9E6;
  	border: 1px solid #C7C7C7;
  	margin:0 0 2em;
  	padding:0.5em 0.5em 2.5em;
}

#s_bestellung form .form_link {
	margin-left: 8.5em;
	font-size: 0.8em;
}

#s_bestellung .info {
	color: #000;
	font-size: 0.75em;
	float: left;
	margin: 2em 0em 0.3em;
}
#s_bestellung input#submit {
	width: auto;
	background: #DBEDB1;
	color: #7C7C7C;
	border: 0.06em solid #7C7C7C;
	padding: 0.25em;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	margin-left: 14em;
	clear: left;
}
#s_bestellung input#reset {
	width: auto;
	background: #DBEDB1;
	color: #7C7C7C;
	border: 0.06em solid #7C7C7C;
	padding: 0.25em;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	margin-left: 2em;
	clear: right;
}

#mod_back_top {
	border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    height: 1.7em;
    width:489px;
    margin: 15px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
	font-size: 0.8em;
}

#sidebar_b {
	padding: 25px 10px 25px 760px;
}
#sidebar_b h2 {
	color: #FFFFFF;
	font-size: 0.75em;
	font-weight: bold;
	background: url(http://www.hvhs-niedersachsen.de/css/hvhs/images/hvhs_sbb_h2.gif) no-repeat;
	padding-left: 15px;
	padding-bottom: 7px;
	line-height: 1em;
}
#sidebar_b p {
	color: #F3F9E6;
	font-size: 0.7em;
	margin-bottom: 0.7em;
	clear:none;
}
#sidebar_b br {
	clear:none;
}
#sidebar_b ul {
	color: #F3F9E6;
	font-size: 0.7em;
	margin-bottom: 0.7em;
	margin-left: 1.5em;
	list-style: square;
}
#footer {
	clear: both;
	padding: 10px;
	background-color: #8DB82A;
	color: #fff;
	font-size: 0.7em;
}
#footer a {
	color: #DBEDB1;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #7C7C7C;
}
.fo_l {
	padding-left: 50px;
	float: left;
}
.fo_c {
	padding-left: 85px;
	float: left;
	width: 500px;
}
.fo_r {
	padding-left: 750px;
}
.space {
	height: 300px;
}
.cent {
	text-align: center;
}
.note {
	color: #CC0000;
}

