/*
Created by Kerstin Münzer
Copyright by Kerstin Münzer
E-Mail: hostmaster@sv-og-mengen.de

inspiriert von http://www.code-sucks.com und http://de.selfhtml.org
*/
*
{
	padding: 0;
	margin: 0;
}
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
}
#wrapper
{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #B0B0B0;
	padding: 10px 15px;
}
#header
{
	width: auto;
	font: bold 35px/150px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0000FF;
	background: url(images/menue/bannerOgMengen.png);  
  background-repeat: no-repeat;  
	padding: 10px 0 0;
	height: 160px;
	margin: 20px 0px 15px;
}
#navigation
{
	width: auto;
	text-align: left;
	height: 32px;
	margin: 0px 0px 5px;
	font-size: 10px;
}
UL#Navigation1
{
	margin: 0;
	padding: 0;
	text-align: center;
/*new*/
	font-size: 10px;
}
UL#Navigation1 LI
{
	list-style: none;
	float: left;
/*ohne width - nach CSS 2.1 erlaubt*/
	position: relative;
	line-height: 32px;
}
UL#Navigation1 LI UL
{
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
/*UnterNavigation1 ausblenden*/
}
*:first-child+HTML UL#Navigation1 UL
{
/*Workaround fuer den IE 7*/
	background-color: transparent;
	padding-bottom: 0px;
	padding: 0px;
	border: 0px solid #000000;
}
*:first-child+HTML UL#Navigation1 LI UL LI
{
/*Workaround fuer den IE 7*/
	background-color: transparent;
	padding: 0px;
/*margin:-15px auto -30px*/
	border: 0px solid #000000;
	line-height: 20px;
	height: 20px;
/*position: absolute;*/
}
UL#Navigation1 LI:hover UL
{
	display: block;
/*UnterNavigation1 in modernen Browsern einblenden*/
}
UL#Navigation1 LI UL LI
{
	float: none;
	display: block;
/*new*/
}
UL#Navigation1 A, UL#Navigation1 SPAN
{
	display: block;
	width: 225px;
	text-decoration: none;
	font-weight: bold;
/*NEW*/
	text-align: center;
	color: #D7C9FF;
	background-image: url(images/menue/menu_bg.gif);
	height: 32px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 32px;
	font-size: 20px;
	font-family: sans-serif;
}
UL#Navigation1 LI UL LI A, UL#Navigation1 LI UL LI SPAN
{
	display: block;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
/*NEW*/
	text-align: left;
	color: #D7C9FF;
	background-image: url(images/menue/menu_bg.gif);
	margin: 0px 37px;
	height: 20px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 20px;
	font-size: 13px;
	font-family: sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
* HTML UL#Navigation1 A, * HTML UL#Navigation1 SPAN
{
	width: 225px;
/*8.6emBreite nach altem MS-Boxmodell fuer IE 5.x*/
	w\idth: 225px;
/*6.4emkorrekte Breite fuer den IE 6 im standardkompatiblen Modus*/
}
* HTML UL#Navigation1 LI UL LI A, * HTML UL#Navigation1 LI UL LI SPAN
{
	width: 150px;
/*8.6emBreite nach altem MS-Boxmodell fuer IE 5.x*/
	w\idth: 150px;
/*6.4emkorrekte Breite fuer den IE 6 im standardkompatiblen Modus*/
}
UL#Navigation1 A:hover, UL#Navigation1 SPAN
{
	border: 0px none #FF0000;
	color: #FFFFFF;
/*NEW*/
	background: url(images/menue/menu_item_hover.gif) repeat-x 0px 1px;
}
UL#Navigation1 LI UL LI A:hover, UL#Navigation1 LI UL LI SPAN
{
	color: #FFFFFF;
/*NEW*/
	background: url(images/menue/menu_item_hover.gif) repeat-x 0px 1px;
	border-left-color: #000000;
	border-right-color: #FFFFFF;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}
#content
{
	width: auto;
	color: #333;
	border: 1px solid #CCC;
	background: #F2F2E6;
	margin: 0px 0px 5px;
	padding: 10px;
	min-height: 200px;
	max-height: 100%;
}
#content H1
{
	font: 20px sans-serif;
}
#content H2
{
	font: bold 15px sans-serif;
}
#content .txt-vorheben
{
	font: italic bold 1em sans-serif;
}
#content .txt-rot
{
	font: italic bold 14px sans-serif;
	color: #FF0000;
	text-align: center;
}
#content UL.zahl-aufzaehl
{
	list-style: decimal;
	padding: 0 0 0 30px;
}
#content UL.punkt-aufzaehl
{
	list-style: circle;
}
#content UL
{
	padding: 0 0 0 30px;
}
#content IMG.left
{
	float: left;
}
#content IMG.right
{
	float: right;
}
TABLE.visible
{
	border-collapse: collapse;
	padding: 0;
	empty-cells: show;
}
TABLE.visible TD
{
	border: 1px solid #333;
	margin: 10px;
	padding: 2px 10px;
}
TABLE.invisible TABLE.visible
{
	border-collapse: collapse;
	padding: 0;
	empty-cells: show;
}
TABLE.invisible TABLE.visible TD
{
	border: 1px solid #333;
	margin: 10px;
	padding: 2px 10px;  
	vertical-align: middle;
}
TABLE.invisible
{
	border-collapse: collapse;
	padding: 0;
	empty-cells: show;
}
TABLE.invisible TD
{
	border: 0 solid #333;
	vertical-align: top;
	margin: 0 5px;
	padding: 10px 0;
}
TABLE.invisibleSmall TD
{
	border: 0 solid #333;
	vertical-align: top;
	margin: 10px;
	padding: 2px 2px;
}
#footer
{
	width: auto;
	color: #333;
	background: #CCC;
	margin: 0px 0px 0;
	padding: 10px;
	font: 10px Arial, Helvetica, sans-serif;
}
#footer H1
{
	font: bold 1em sans-serif;
}

