/* Globals
--------------------------------------------------------------------------------------- */

body {
	margin: 0em;
	padding: 0em;
	background: #fff url(/_admin/layout/bg-body.gif) repeat-y;
	font-size: 0.8em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 140%;
	color: #01155E;
}
td {
	font-size: 12px;
}
p {
	line-height: 140%;
	margin: 0px 0px 13px 0px;
}
a {
	text-decoration: none;
	color: #CC0000;
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: underline;
}
abbr:hover {
	cursor: help;
}
code {
	font-family: courier, monospace;
	font-style: italic;
}
h1 {
	margin: 0px 0px 8px 0px;
	font-size: 1.3em;
	line-height: 124%;
	font-weight: bold;
}
/* Schlagzeile */
h3, h4, h5, h6 {
	font-size: 1.0em;
	line-height: 124%;
	letter-spacing: 0.04em;
}
h2 {
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 1.1em
}
h2.pm-unterueberschrift {
	font-size: 1.2em;
	margin-bottom: 2em;
}
h3 {
	margin: 8px 0px 13px 0px;
	font-weight: bold;
}
h4 {
	margin: 8px 5px 0px 0px;
	font-weight: bold;
}
h5 {
	margin: 8px 5px 0px 0px;
	font-weight: bold;
}
h6 {
	margin: 8px 5px 0px 0px;
	font-weight: bold;
}
ul {
	margin: 0px 0px 13px 20px;
}
ol {
	margin: 0px 0px 13px 28px;
}
ul ul, ol ul {
	margin: 0px 0px 0px 20px;
}
ol ol, ul ol {
	margin: 0px 0px 0px 28px;
}
img {
	border: none;
}
hr {
	height: 2px;
	border-style: none;
	border-top: 3px solid #fff;
}
.noScreen {
/* This class is not shown on screen */
	display: none;
}
.clear {
	display: block;
	clear: both ! important;
}
.handheld {
/* This class in only seen in handheld */
	display: none;
}
.imageRight {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.imageLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.contentRight {
	padding-left: 0.4em;
	float: right;
}
.contentLeft {
	padding-right: 0.4em;
	float: left;
}
.contentCenter {
	padding-left: 0.4em;
	padding-right: 0.4em;
	text-align: center;
}
.newsblock ul {
	margin: 0;
	padding: 15px;
}
/*  following styles are used in listviews*/
a.mglpf {
	display: block;
	font-size: 0.75em;
	text-decoration: none;
	color: white;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 0.2em;
	background-color: #355DD6;
	width: 8em;
	text-align: center;
	border: 0.1em solid black;
}
a.mglpf:hover, a.mglpf:focus {
	color: #CCCCCC;
}
.mglabc {
	font-size: large;
	font-weight: bold;
	color: #000066;
	padding: 5px;
	text-transform: uppercase;
}


/* Formulare
--------------------------------------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
	display: inline;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.contactInput, .contactTextarea {
	font-size: 1em;
	padding: 1px;
	margin-bottom: 0.6em;
	width: 25em;
}
.contactSelect {
	font-size: 1em;
	padding: 0;
	margin: 0;
	width: 9em;
}
.contactTextarea {
	height: 8em;
}
.formError {
	color: red;
	border-color: red;
}
input, textarea {
/* global stuff ... */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border: #fff;
	margin: 0;
	padding: 1px;
	color: #01155E;
	border: 1px solid #1B4A74;
}
.error {
	color: #CC0000;
}
.debug {
/* this is just a debug style*/
	border: 0.1em red solid;
/*debug*/
}

/* Suche Formular
--------------------------------------------------------------------------------------- */

#suchformular {
	padding: 10px 0px 30px 12px;
}
form.suche input {
	border: 1px solid #1B4A74;
	font-size: 1em;
	width: 145px;
	padding: 2px;
	float: left;
	background: #f1f1f1 repeat-x top left;
}
form.suche label {
	font-size: 1.1em;
	font-weight: bold;
	color: #01155E;
}
form.suche #submitbutton {
	width: 22px;
	height: 22px;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Misc
--------------------------------------------------------------------------------------- */

#headertitel {
	position: absolute;
	width: 517px;
	height: 25px;
	z-index: 1;
	left: 431px;
	top: 96px;
}
#topbanner {
	position: absolute;
	width: 980px;
	height: 100px;
	z-index: 3;
	left: 0px;
	top: 121px;
}
#verbandslogos {
	position: absolute;
	height: 55px;
	z-index: 2;
	left: 15px;
	top: 23px;
}
#verbandslogos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#verbandslogos li {
	float: left;
	height: 55px;
	overflow: hidden;
}
#aktionsblock {
	position: absolute;
	width: 210px;
	height: 115px;
	z-index: 5;
	left: 0px;
	top: 391px;
}
#hauptnavigation {
	position: absolute;
	width: 770px;
	height: 31px;
	z-index: 99;
	left: 210px;
	top: 221px;
}
#mittlerespalte {
	position: absolute;
	width: 580px;
	height: 390px;
	z-index: 7;
	left: 210px;
	top: 252px;
}
#headerbg {
	width: 980px;
	height: 215px;
	background-color: #FFFFFF;
	border: 1px none #000000;
}
.aktionsbanner {
	list-style-image: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.content {
	padding: 20px 20px 20px 20px;
	margin: 0;
	font-size: 1em;
	line-height: 130%;
}
.linieweiss {
	border-bottom-color: white;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.bildinfo {
	font-size: 0.7em;
}
.ansprechpartner {
	font-size: 12px;
}

/* Main Navi
--------------------------------------------------------------------------------------- */

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	width: 770px;
/*For KHTML*/
	height: 28px;
}
ul#navmenu-h li {
	width: 100%;
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
/*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	/*overflow: hidden;
*/
}
ul#navmenu-h li span {
	display: none;
}
ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	border-top: 3px solid transparent;
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
}
ul#navmenu-h ul:after
/*From IE 7 lack of compliance*/
 {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu-h ul li {
	float: left;
/*For IE 7 lack of compliance*/
	display: block !important;
	display: inline;
/*For IE*/
}
/* Root Menu */
ul#navmenu-h a {
	padding: 0 10px;
	float: none !important;
/*For Opera*/
	float: left;
/*For IE*/
	display: block;
	overflow: hidden;
	color: #fff;
	font: 12px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%;
/*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, ul#navmenu-h li:hover a, ul#navmenu-h li.iehover a {
	color: #fff;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a, ul#navmenu-h li.iehover li a {
	float: none;
	background:  #67819C;
	color: #fff;
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a, ul#navmenu-h li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover a {
	background: #475C89;
	color: #fff;
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
	background:  #67819C;
	color: #fff;
}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #475C89;
	color: #fff;
}
/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background:  #67819C;
	color: #fff;
}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #475C89;
	color: #fff;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 180px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
#navmenu-h li#nav-1 {
	background: url(/_admin/layout/navb-a1.jpg) no-repeat left top;
	width: 115px;
	height: 28px;
}
#navmenu-h li#nav-2 {
	background: url(/_admin/layout/navb-a2.jpg) no-repeat left top;
	width: 193px;
	height: 28px;
}
#navmenu-h li#nav-3 {
	background: url(/_admin/layout/navb-a3.jpg) no-repeat left top;
	width: 157px;
	height: 28px;
}
#navmenu-h li#nav-4 {
	background: url(/_admin/layout/navb-a4.jpg) no-repeat left top;
	width: 148px;
	height: 28px;
}
#navmenu-h li#nav-5 {
	background: url(/_admin/layout/navb-a5.jpg) no-repeat left top;
	width: 62px;
	height: 28px;
}
#navmenu-h li#nav-6 {
	background: url(/_admin/layout/navb-a6.jpg) no-repeat left top;
	width: 95px;
	height: 28px;
}
/* aktiv /hover */
#navmenu-h li#nav-1 a:hover, #navmenu-h li#nav-1 a:active {
	background: url(/_admin/layout/navb-a1a.jpg) no-repeat left top;
}
#navmenu-h li#nav-1 a {
	width: 100%;
	height: 100% !important;
}
#navmenu-h li#nav-2 a:hover, #navmenu-h li#nav-2 a:active {
	background: url(/_admin/layout/navb-a2a.jpg) no-repeat left top;
}
#navmenu-h li#nav-2 a {
	width: 100%;
	height: 100% !important;
}
#navmenu-h li#nav-3 a:hover, #navmenu-h li#nav-3 a:active {
	background: url(/_admin/layout/navb-a3a.jpg) no-repeat left top;
}
#navmenu-h li#nav-3 a {
	width: 100%;
	height: 100% !important;
}
#navmenu-h li#nav-4 a:hover, #navmenu-h li#nav-4 a:active {
	background: url(/_admin/layout/navb-a4a.jpg) no-repeat left top;
}
#navmenu-h li#nav-4 a {
	width: 100%;
	height: 100% !important;
}
#navmenu-h li#nav-5 a:hover, #navmenu-h li#nav-5 a:active {
	background: url(/_admin/layout/navb-a5a.jpg) no-repeat left top;
}
#navmenu-h li#nav-5 a {
	width: 100%;
	height: 100% !important;
}
#navmenu-h li#nav-6 a {
	width: 100%;
	height: 100% !important;
}
#navmenu-h li#nav-6 a:hover, #navmenu-h li#nav-6 a:active {
	background: url(/_admin/layout/navb-a6a.jpg) no-repeat left top;
}
#navmenu-h li#nav-1 li a:hover, #navmenu-h li#nav-1 li a:active, #navmenu-h li#nav-2 li a:hover, #navmenu-h li#nav-2 li a:active, #navmenu-h li#nav-3 li a:hover, #navmenu-h li#nav-3 li a:active, #navmenu-h li#nav-4 li a:hover, #navmenu-h li#nav-4 li a:active, #navmenu-h li#nav-5 li a:hover, #navmenu-h li#nav-5 li a:active, #navmenu-h li#nav-6 li a:hover, #navmenu-h li#nav-6 li a:active {
	background-image: none;
	background: #475C89;
}
#navmenu-h a {
	white-space: nowrap !important;
}

/* Rechte Spalte
--------------------------------------------------------------------------------------- */

#rechtespalte {
	position: absolute;
	width: 190px;
	height: 115px;
	z-index: 8;
	left: 790px;
	top: 252px;
}
.linklisteresp {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-size: 13px;
}
.linklisteresp ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.linklisteresp ul li {
	padding: 0;
	margin: 10px 0;
}
.linklisteresp ul li a {
	display: block;
	font-weight: bold;
	color: #01155E;
}
.textboxre {
	margin: 10px 0px 10px 12px;
	font-size: 12px;
	color: #01155E;
	display: block;
}
.textboxreborder {
	display: block;
	margin: 10px 0px 10px 12px;
	font-size: 12px;
	color: #01155E;
	border-left: 1px solid #1B4A74;
	border-right: 1px solid #1B4A74;
	border-bottom: 1px solid #1B4A74;
}
.textboxreborder h3 {
	margin: 0px;
	padding: 3px;
	color: #fff;
	background-color: #1B4A74;
	display: block;
}
.textboxreborder p {
	padding: 5px 10px;
}
.textboxrenews {
	display: block;
	margin: 10px 0px 10px 12px;
	font-size: 12px;
	color: #01155E;
	border-left: 1px solid #1B4A74;
	border-right: 1px solid #1B4A74;
	border-bottom: 1px solid #1B4A74;
}
.textboxrenews ul {
	list-style-type: none;
	padding: 5px;
	margin: 5px;
}
.textboxrenews li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #1B4A74;
}
.textboxrenews li a {
	display: block;
}
.textboxrenews li a:hover, .textboxrenews li a:focus {
	color: #cc0000 ! important;
	text-decoration: none;
}
.textboxrenews h3 {
	margin: 0px;
	padding: 3px;
	color: #fff;
	background-color: #1B4A74;
}
.textboxrenews h3 a {
	color: #fff;
	display: block;
}

/* Linke Spalte
--------------------------------------------------------------------------------------- */

#aktionsblock {
	position: absolute;
	width: 210px;
	height: 115px;
	z-index: 5;
	left: 0px;
	top: 391px;
        margin: 0; 
        padding: 0;
	font-size: 12px;
}

#aktionsblock h4 {
	margin: 0 0 1em 0;
	padding: 0;
}
#aktionsblock ul {
	margin: 10px 0;
	padding: 0;
}
#aktionsblock li {
	margin: 5px 0;
	padding: 0 0 5px 0;
	list-style: none;
}
#aktionsblock li a {
	color: #01155E;
}
#aktionsblock li a:hover {
	text-decoration: underline;
}
#aktionsbild {
        position:absolute; 
        width:210px; 
        height:169px; 
        z-index:4; 
        left: 0px; 
        top: 221px;
}

a.next-link {
	padding-left: 13px;
	background: url(/img/presslist.png) no-repeat left center;
}

.aktuell-teaser-01 {
        padding: 16px; 
        border: 2px solid #DB003C; 
        border-top: none;
}

.aktuell-teaser {
        padding: 15px 18px;
        clear: both;
        background: url(/_admin/layout/aktuellblock-trenner.gif) no-repeat left bottom;
}

.aktuell-bild {
        margin: 1em 0;
       display: block;
}



/* News / Pressemeldungen  
--------------------------------------------------------------------------------------- */

.newsblock {
	padding: 20px 20px 20px 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.newsDatum {
	color: #01155E;
	font-size: 11px;
}

/* ABC Navigation    
--------------------------------------------------------------------------------------- */

ul#abcnav {
	clear: both;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
ul#abcnav li {
	margin: 0;
	padding: 0;
	display: inline;
}
ul#abcnav li a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 6px 8px;
/*padding inside each tab*/
	border-right: 1px solid #01155E;
/*right divider between tabs*/
	border-bottom: 1px solid #01155E;
/*bottom horizontal line that runs beneath tabs*/
	color: #fff;
	background: #FFF4E2;
}
ul#abcnav li a:link {
	color: #01155E;
}
ul#abcnav li a:visited {
	color: #01155E;
}
ul#abcnav li a:hover {
	color: #01155E;
	background: #FFF;
	border-color: #01155E;
}
ul#abcnav li a#current {
	background: white;
}

/* Pressearchiv
--------------------------------------------------------------------------------------- */

#pressearchiv ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 2em;
}
#pressearchiv li a {
	background-image: url(/img/presslist.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	margin: 3px;
}

/* Listview Termine SchuleWirtschaft  
--------------------------------------------------------------------------------------- */

#termine {
	width: 100%;
}
#termine table {
	font-size: 1.2em;
	width: 99%;
	border: 1px solid #01155E;
	background: #E1E4EB;
}
#termine table caption {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 4px 10px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
}
#termine table th, #termine table td {
	margin: 0;
	padding: 4px 10px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
}
#termine table .termin {
	font-weight: bold;
}
#termine table tr {
	background: #e6e6e6;
}
#termine table tr.alt {
	background: #f1f1f1;
}
#termine table td a {
	display: block;
}


/* Kontaktformular
--------------------------------------------------------------------------------------- */

form#formContact legend {
	display: inline;
	padding: 0.2em;
	margin: 0 0.4em 1em 0.4em;
	font-weight: bold;
	font-size: 1em;
	border: #01155E solid 1px;
}
form#formContact fieldset {
	display: block;
	border: #01155E solid 1px;
	padding: 1em;
}
form#formContact p {
	margin: 0;
	padding: 0.4em 0 0.4em 0;
}
form#formContact p label {
	width: 10em;
	float: left;
	margin: 0 0.5em 0.1em 1.2em;
	clear: both;
	cursor: pointer;
}
form#formContact p.guard {
	display: none;
}
form#formContact p input, form#formContact p select, form p textarea {
	font-size: 1em;
	width: 16em;
}
form#formContact p select {
	font-size: 1em;
	width: 16.5em;
}
form#formContact p textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 25em;
	height: 10em;
}
form#formContact p input#formInput_submit, form#formContact p input#formInput_reset {
	width: auto;
}
form#formContact span {
	color: #CC0000;
}

form#formContact .label-verteiler{
        width: 300px; 
        margin: 1em 1em 1.5em  12em; 
        padding: 0;
}

form#formContact .checkbox-verteiler {
        width: auto;
        margin: 0 5px 20px 0;
        float: left;
border: 0;
}

/* jQuery Accordion
--------------------------------------------------------------------------------------- */

div.jQAccordion dl {
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
div.jQAccordion dt {
	background: #fff url(/_admin/layout/icon_arrow_right.png) no-repeat 3px 5px;
	margin: 0.5em 0 0 0;
	padding: .4em 30px;
	font-weight: bold;
}
div.jQAccordion dt.down {
	background: #fff  url(/_admin/layout/icon_arrow_down.png) no-repeat 3px 5px;
}
div.jQAccordion dd {
	margin: 0;
	padding: 10px 25px;
	line-height: 130%;
}
div.jQAccordion dd a {
	text-decoration: none !important;
	line-height: 150%;
}
div.jQAccordion dd a:hover {
	text-decoration: underline !important;
}
div.jQAccordion h2 {
	margin: 1em 0;
	font-size: 1.2em;
}
div.jQAccordion p {
	margin-top: 1em;
}
.ausbildungs-info {
	clear: both;
	margin: 1em 0;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	background: #f1f1f1;
}
.portfolio-text {
	margin: 15px 0;
}


/*  Sitemap 
--------------------------------------------------------------------------------------- */

ul#sitemap {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul#sitemap li {
	padding-left: 13px;
	background: url(/img/presslist.png) no-repeat 0px 5px;
	font-weight: bold;
	margin: 0.5em 0;
}
ul#sitemap li a {
	color: #01155E;
}
ul#sitemap li a:hover {
	color: #CC0000;
}
ul#sitemap ul li {
	padding: 0;
	background: none;
	font-weight: normal;
	margin: 0.2em 0;
}

/* Hilfsnavigation
--------------------------------------------------------------------------------------- */

ul#hilfsnavigation {
	position: absolute;
	left: 800px;
	top: 5px;
	z-index: 99;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
}
ul#hilfsnavigation li {
	display: inline;
	margin: 0 6px;
}
ul#hilfsnavigation li a {
	color: #01155E;
}
ul#hilfsnavigation li a:hover {
	color: #CC0000;
}


/* Mitgliedsfirmen Portfolio
--------------------------------------------------------------------------------------- */

ul#portfolio-bildleiste {
	clear: both;
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
ul#portfolio-bildleiste li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#portfolio-bildleiste li.image-center {
	margin: 0 3px;
}

