html {
	height: 100.5%;
	font-size: 62.5%;
}
body {
	/*text-align: center;*/
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #000000;
	background: url('grafik/hintergrund.jpg') repeat top /*#9bc88c*/;
}

* {margin: 0px; padding: 0px; border: 0px;}

p {text-align: justify; margin-bottom: 0.4em;}

/***** LINKS *****/

a {
    font-weight: normal; 
	color: #008000;
	text-decoration: underline;
}
a:link {}
a:visited {}
a:hover {
	text-decoration: underline overline;
}
a:active {}


/***** UEBERSCHRIFTEN *****/

h1, h2, h3, h4, h5, h6 {
	margin: 40px 0px 10px 0px;
	padding: 2px 0px 2px 5px;
	font-family: "Century Gothic", sans-serif;
	color: #008000;
	letter-spacing: 0.05em;
	line-height: 1.1em;
	border-bottom: 1px solid #008000;
}
h1 {
	font-size: 2.2em;
	border-left: 10px solid #008000;
}
h2 {
	font-size: 2.0em;
	border-left: 8px solid #008000;
}
h3 {
	font-size: 1.8em;
	border-left: 6px solid #008000;
}
h4 {
	font-size: 1.4em;
	border-left: 4px solid #008000;
}
h5 {
	border-left: 2px solid #008000;
	font-size: 1.3em;
}
h6 {
	margin: 10px 0px 5px 0px;
	font-size: 1.2em;
}


div#wrapper {
	width: 900px;
	margin: 10px auto; 
	/*text-align: left;*/
}
div#header {
	height: 180px;
	text-align: center;
}
div#header img {
	margin: auto;
}
div#header h1 {
	font-weight: bold; 
	border: 0px; 
	padding-top: 0em;
	margin-bottom: 0px;
}

/***** NAVIGATIONSLEISTE *****/

div#nav {
	text-align: center;
	/*padding: 10px 0px 20px;
	border: 0px solid #008000;
	/*background: #dbead5;*/
	/*margin-bottom: 1.0em;*/
}
div#nav ul {
	margin: 5px 0px 5px 0px;
}
div#nav li {
    display: inline;
    margin: 3px 10px;
    /*margin: 0px 10px 0px 10px;
    /*margin: 0px 5px;*/
}
div#nav li a {
    /*padding: 0.2em 1.0em 0.5em 1.0em;
    border: 2px solid #cccccc;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
	background: #9bc88c; 
	text-decoration: none;
	font-weight: bold;
	color: #000000; 
	text-transform: uppercase;
	*/
	padding: 8px; 
	background: #9bc88c /*#dbead5*/;
	text-decoration: none;
	border: 1px solid #008000;
	/*border-bottom: none;*/
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
div#nav a:hover {
    background: #b3dea4 /*#008000*/;
	color: #008000 /*#000000*/;
	/*border: 2px solid #ffffff;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;*/
}
body#startseite div#nav li.navstartseite a,
body#ueberuns div#nav li.navueberuns a,
body#chronik div#nav li.navchronik a,
body#hauspattern div#nav li.navhauspattern a,
body#impressum div#nav li.navimpressum a,
body#datenschutz div#nav li.navdatenschutz a,
body#facebook div#nav li.navfacebook a {
    background: #dbead5 /*#008000*/;
	color: #008000 /*#FFFFFF*/;
	border-bottom: 1px solid #dbead5;
	/*border: 2px solid #ffffff;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;*/
}

div#wrapcontent {
	/*overflow: auto;*/
	width: 100%;
	background: #dbead5;
	border: 1px solid #008000;
	list-style-position: inside;
}

div#maintext {
	/*background: #dbead5;*/
	/*width: 640px;*/
	margin: 0px 0px 0px 0px;
	padding: 20px 20px;
}
body#chronik div#maintext,
body#ueberuns div#maintext {
	width: 630px;
	border-right: 1px dashed #008000;
}
div#maintext p.foto {
	text-align: center;
}
div#maintext p.weihnachten {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 15px;
}
div#maintext p.weihnachtenzitat {
	text-align: center;
	font-size: 1.0em;
	line-height: 1.5em;
}
div#maintext img.rechts {
	float: right;
	margin: 5px 0px 5px 20px;
}
div#maintext img.links {
	float: left;
	margin: 5px 20px 5px 0px;
}


/***** MENU *****/

div#menu {
	/*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.73, #e7e4e4), color-stop(1, #9BC88C));
	background-image: -o-linear-gradient(top, #e7e4e4 80%, #9BC88C 100%);
	background-image: -moz-linear-gradient(top, #e7e4e4 80%, #9BC88C 100%);
	background-image: -webkit-linear-gradient(top, #e7e4e4 80%, #9BC88C 100%);
	background-image: -ms-linear-gradient(top, #e7e4e4 80%, #9BC88C 100%);
	background-image: linear-gradient(to top, #e7e4e4 80%, #9BC88C 100%);*/
	float: right;
	text-align: left;
	width: 190px;
	padding: 0px 0px 0px 0px;
	margin: 40px 20px 20px 20px;
	/*border: 1px dashed #008000;*/
}
div#menu ul {
	list-style-type: none;
	margin: 20px 0px 20px 20px;
	font-weight: bold;
}
div#menu ul ul,
div#menu ul ul ul {
	margin: 0px 0px 0px 10px;
}
div#menu li {
	margin: 0.4em 0px 0px 0px;
}
div#menu a {
	padding: 0.2em 1.0em 0.5em 1.0em;
	border-left: 8px solid #b8b5b5;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div#menu a:hover,
body#ueberuns.termine div#menu li.menutermine a,
body#ueberuns.majestaeten div#menu li.menumajestaeten a,
body#ueberuns.vorstand div#menu li.menuvorstand a,
body#ueberuns.offizierskorps div#menu li.menuoffizierskorps a,
body#ueberuns.fahnenmannschaft div#menu li.menufahnenmannschaft a,
body#ueberuns.vereinsmeister div#menu li.menuvereinsmeister a,
body#ueberuns.mannschaften div#menu li.menumannschaften a,
body#chronik.chronik div#menu li.menuchronik a,
body#chronik.chronik2000 div#menu li.menuchronik2000 a,
body#chronik.chronik2001 li.menuchronik2001 a,
body#chronik.chronik2002 li.menuchronik2002 a,
body#chronik.chronik2003 li.menuchronik2003 a,
body#chronik.chronik2004 li.menuchronik2004 a,
body#chronik.chronik2005 li.menuchronik2005 a,
body#chronik.chronik2006 li.menuchronik2006 a,
body#chronik.chronik2007 li.menuchronik2007 a,
body#chronik.chronik2008 li.menuchronik2008 a,
body#chronik.chronik2009 li.menuchronik2009 a,
body#chronik.chronik2010 li.menuchronik2010 a,
body#chronik.chronik2011 li.menuchronik2011 a,
body#chronik.chronik2012 li.menuchronik2012 a,
body#chronik.chronik2013 li.menuchronik2013 a,
body#chronik.chronik2014 li.menuchronik2014 a,
body#chronik.chronik2015 li.menuchronik2015 a,
body#chronik.chronik2016 li.menuchronik2016 a,
body#chronik.chronik2017 li.menuchronik2017 a,
body#chronik.chronik2018 li.menuchronik2018 a,
body#chronik.chronik2019 li.menuchronik2019 a,
body#chronik.chronik2020 li.menuchronik2020 a {
	border-left: 8px solid #008000;
	color: #008000;
}
div#menu li {
	line-height: 2.6em;
}
div#menu h6 {
	margin: 0em; padding: 0.4em 1.0em 0.6em 1.0em;
	color: #008000;
	text-align: center;
	border-bottom: 1px solid #008000;
	font-size: 1.2em;
}


/***** TABELLEN *****/

table {
	width: 550px;
	border: 0px solid #008000;
	margin: 0px auto;
}
table tbody tr.odd td {
	background: transparent url(grafik/transparent.png);
}
th, td {
	/*position: relativ;*/
	padding: 0 0.5em;
	border-bottom: 0px dotted #008000;
	text-align: left;
}
tfoot td {
	font-style: italic;
	text-align: center;
}
col#coldatum{
	width: 120px;
}

table#tabprogramm {
	width: 700px;
}
table.tabimpressum th, table.tabimpressum td {
	border-bottom: 0px;
}
table#tabnachruf th, table#tabnachruf td {
	border-bottom: 0px;
	text-align: center;
}
table#tabmajestaeten img {
	margin: 0em 0px -0.2em 0px;
}

table#tabmajestaeten {
	width: 600px;
}

a.kleinesbild span {
	position: fixed;
	background: #9bc88c;
	padding: 10px;
	right: -500px;
	visibility: hidden;
}
a.kleinesbild span img {
	border-width: 0;
}
a.kleinesbild:hover span {
	visibility: visible;
	bottom: 0px;
	right: 0px;
	z-index: 50;
}


/***** FUSSZEILE *****/

div#footer p{
	font-size: 1.3em;
	color: #000000; 
	padding: 0px;
	margin: 30px 0;
	text-align: center;
}
