/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Hintergrundbild						                                                                   */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

body { background: #cccccc; }


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Die Hauptrahmen zur Positionierung                                                                     */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#top
{
	width: 1000px;
	margin: 0 auto;
	background: transparent url(../images/css/svk_maincontent-y.gif) top center repeat-y;
}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Kopfbereich: Logo-Link zur Startseite, Kopfbanner 					                                   */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#header
{
	background: #5d9023 url(../images/css/svk_header_1.jpg) center top no-repeat;
}
#logo
{
	text-decoration: none;
	border: none;
	outline: 0px none;
}
#logo img
{
	width: 430px;
	height: 100px;
	border: none;
	outline: 0px none;
}

a#mitglied_werden
{
	text-decoration: none;
	border: none;
	outline: 0px none;
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -275px;
	background-image: url(../images/css/mitgliedwerden_normal.gif);
	cursor: pointer;
}
a#mitglied_werden:link
{
	background-image: url(../images/css/mitgliedwerden_normal.gif);
}
a#mitglied_werden:hover
{
	background-image: url(../images/css/mitgliedwerden_hover.gif);
}
#mitglied_werden img
{
	width: 80px;
	height: 80px;
	border: none;
	outline: 0px none;
}



a#berufskollege_gesucht
{
	text-decoration: none;
	border: none;
	outline: 0px none;
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -175px;
	background-image: url(../images/css/angebot_normal.gif);
	cursor: pointer;
}
a#berufskollege_gesucht:link
{
	background-image: url(../images/css/angebot_normal.gif);
}
a#berufskollege_gesucht:hover
{
	background-image: url(../images/css/angebot_hover.gif);
}
#berufskollege_gesucht img
{
	width: 80px;
	height: 80px;
	border: none;
	outline: 0px none;
}


#verwaltung
{
	float: right;
	display: inline;
	width: 365px;
	height: 35px;
	margin: 65px 200px 0 0;
	overflow: hidden;
}
#verwaltung a
{
	font-size: 1em;
	padding: 0 6px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#verwaltung a:hover, #verwaltung a.selected
{
	color: #588c1b;
}


#mainmenu
{
	float: right;
	display: inline;
	margin: 157px 0 0 0;
	width: 774px;
}
#mainmenu a
{
	float: left;
	display: inline;
	border-left: 1px solid #97b871;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background: #ebf5e3;
	border-top: 9px solid #a7bd91;
	border-bottom: 9px solid #ebf5e3;
}
#mainmenu a:hover 
{
	border-top: 9px solid #ebf5e3;
	border-bottom: 9px solid #a7bd91;
}

#mainmenu a.selected, #mainmenu a.selected:hover
{
	border-top: 9px solid #ffffff;
	border-bottom: 9px solid #64952c;
	background: #ffffff;	
}
#mainmenu a span
{
	display: inline;
	float: left;
	padding: 5px 0;
	text-align: center;
	height: 1.3em;
	overflow: hidden;
	cursor: pointer;
 }

#mainmenu a:hover span
{
	cursor: pointer;
}

#mainmenu a#menu7 span
{
	hheight: 2em;
}

#mainmenu a#menu7
{
	bborder-bottom: 1px solid #a7bd91;
}

#mainmenu a#menu1 span { width: 88px; }
#mainmenu a#menu2 span { width: 81px; }
#mainmenu a#menu3 span { width: 126px; }
#mainmenu a#menu4 span { width: 88px; }
#mainmenu a#menu5 span { width: 78px; }
#mainmenu a#menu6 span { width: 90px; }

#mainmenu a#menu7 span { width: 100%; }
#mainmenu a#menu7 span { width: 215px; }

#mainmenu a#menu7 .gruen { color: #64952c;  }


#mainmenu a#aktuelles span { width: 88px; }
#mainmenu a#verband span { width: 81px; }
#mainmenu a#veranstaltungen span { width: 126px; }
#mainmenu a#dstvev span { width: 88px; }
#mainmenu a#service span { width: 78px; }
#mainmenu a#stbdirekt span { width: 90px; }
#mainmenu a#akademie span { width: 215px;}


#mitgliederbereich_suche
{
	width: 223px;
	height: 173px;
	margin-top: 15px;
	overflow: hidden;
}

#mitgliederbereich_suche input
{
	width: 130px;
	float: left;
	padding: 2px 2px;
	margin: 0 40px 8px;
	font-size: 1.1em;
}
#mitgliederbereich_suche input.checkbox
{
	margin: 0 5px 0 40px;
	padding: 0;
	float: left;
	display: inline;
	width: 10px;
}
#mitgliederbereich_suche p
{
	margin: 0 0 8px 40px;
	color: #ffffff;
	font-weight: normal;
	display: inline-block;
	clear: left;
}
#mitgliederbereich_suche em
{
	float: left;
	display: inline;
	color: #ffffff;
	font-weight: normal;
	width: 150px;
	line-height: 2em;
}
#mitgliederbereich_suche a
{
	display: block;
	margin: 0 0 8px 40px;
	color: #ffffff;
	font-weight: normal;
}

form#suche
{
	margin-top: 15px;
}


#maincontent
{
	background: #ffffff;
	float: left;
	display: inline;
	width: 555px;
}

#maincontent_inner
{
	padding: 30px 45px;
}

#linke_spalte
{
	float: left;
	display: inline;
	width: 227px;
	border-top: 10px solid #a7bd91;
}
#rechte_spalte
{
	float: right;
	display: inline;
	width: 216px;
	background: transparent url(../images/css/svk_rechte_spalte-bottom.gif) left bottom no-repeat;
	overflow: hidden;
}
#rechte_spalte_inner
{
	padding: 10px 20px 150px;
}

#listcontrol
{
	list-style: none;
	float: left;
}

#listcontrol li
{
	float: left;
	padding: 10px 0;
	font-weight: bold;
}

#listcontrol a
{
	margin-left: 12px;
	padding: 0px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	width: 12px;
}

#listcontrol .next
{
	background: url("/images/next.gif") no-repeat 0 50% ;
}

#listcontrol .previous
{
	background: url("/images/previous.gif") no-repeat 0 50%;
}

#listcontrol .last
{
	background: url("/images/last.gif") no-repeat 0 50%;
}

#listcontrol .first
{
	background: url("/images/first.gif") no-repeat 0 50%;
}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Spezielle Klassen zu einem bestimmten Zweck  */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

.bezirksliste
{
	clear: both;
}
.bezirksliste h1
{
	clear: left;
	padding-top: 2em;
}

.beitritt span.left
{
	width: 180px;
}


.behoerden table
{
	ppadding-bottom: 20px;
	bborder-bottom: 1px solid #43730B;
	mmargin-bottom: 20px;
}

.behoerden td
{
	vertical-align: top;
	padding: 0.35em 8px;
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung quadratische Banner  */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

a.banner img 
{
	width: 173px; 
	height: 173px;
	border: 1px solid #dee1e3;
	margin-bottom: 20px;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  FormatierungSuchergebnisse  */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

.suche
{
	clear: both;
	float: left;
	width: 500px; 
	margin-bottom: 40px;
}


.suche dt
{
	float: left;
	width: 20px; 
}

.suche dd
{
	float: right;
	width: 475px; 
	text-align: left;
}

.suche a
{
	font-weight: bold;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Fussbereich														                                       */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#footer
{
	clear: both;
	width: 1000px;
	margin: 0 auto;
	background: transparent url(../images/css/svk_body-y.gif) top center repeat-y;
}
#footer p
{
	padding: 20px 30px 30px;
	margin: 0;
	color: #000000;
	text-align: center;
}
