@charset "UTF-8";
 /* Normalisierung nach dem Buch Transcending CSS: START */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td  {
	margin: 0; /* noramlizing for differing browser defaults */
	padding: 0;
}
h1, h2, h3, h4, h5, h6  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
ol, ul  {
	list-style-type: none;
}
address, caption, cite, code, dfn, em, strong, th, var  {
	font-style: normal;
	font-weight: normal;
}
/*table  {
	border-collapse : collapse;
	border-spacing : 0;
}*/
fieldset, img  {
	border: 0;
}
caption, th  {
	text-align: left;
}
/* q:before, q:after  {
	content: '';
}*/
 /* Normalisierung nach dem Buch Transcending CSS: ENDE */

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #FFFFFF;
}
.BMedG #Seite {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	left: auto;
	right: auto;
	width: 750px;
}
#Kopf {
	left: auto;
	right: auto;
	background-position: center top;
	width: 750px;
	background-repeat: no-repeat;
	padding-top: 0;
	text-align: center;
	z-index: 10;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
} 
#Kopf h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0.5em 0;
	overflow: hidden;
	color: #000000;
	width: 750px;
	text-align: left;
	position: relative;
	height: 113px;
}
#Kopf h1 span {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Titel.gif);
	background-repeat: no-repeat;
}
#Kopf h1 img{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	margin-top: -2em;
}
#HauptNavigation {
	margin: auto;
	width: 750px;
	height: 50px;
	top: 0;
}
#HauptNavigation li {
	list-style-type: none;
	width: 100px;
	position: relative;
	height: 33px;
	float: left;
	text-align: left;
	border-bottom-width: 0;
	border-left-width: 0;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0;
	border-right-style: none;
	border-top-width: 0;
	border-top-style: none;
	color: #000000;
	overflow: hidden;
	font-size: 0.5em;
}
#HauptNavigation li#NavLVH {
	list-style-type: none;
	width: 200px;
	position: relative;
	height: 33px;
	float: left;
	text-align: left;
	border-bottom-width: 0;
	border-left-width: 0;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0;
	border-right-style: none;
	border-top-width: 0;
	border-top-style: none;
	color: #000000;
	overflow: hidden;
	font-size: 0.5em;
}
#HauptNavigation li span    {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Geschichte.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavAktuell span    {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Aktuell.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavSitzungen span    {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Sitzungen.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavVerein span    {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Verein.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavGeschichte span    {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Geschichte.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavAvGM span    {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/AvGMedaille.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavLVH span    {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/LVH200.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavExtras {
	list-style-type: none;
	width: 100px;
	position: relative;
	height: 33px;
	float: right;
	text-align: left;
	border-bottom-width: 0;
	border-left-width: 0;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0;
	border-right-style: none;
	border-top-width: 0;
	border-top-style: none;
}
#HauptNavigation li#NavExtras span    {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Extras.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li a {
	float: left;
	text-decoration: none;
	padding-right: 0;
	padding-left: 0;
	width: 100px;
	color: #000000;
	font-size: 0.5em;
}
#HauptNavigation li#NavLVH a {
	float: left;
	text-decoration: none;
	padding-right: 0;
	padding-left: 0;
	width: 200px;
	color: #000000;
	font-size: 0.5em;
}
#HauptNavigation  li#NavSkip  {
	text-decoration: none;
	padding-right: 0;
	padding-left: 0;
	width: 0;
	font-size: 0em;
}
#HauptNavigation li a:hover, #HauptNavigation li a:focus {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#HauptNavigation li#NavAktuell  a:hover span   {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Aktuell_over.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavSitzungen  a:hover span   {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Sitzungen_over.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavVerein  a:hover span   {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Verein_over.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavGeschichte  a:hover span   {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Geschichte_over.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavAvGM  a:hover span   {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/AvGMedaille_over.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavLVH  a:hover span   {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/LVH200_over.gif);
	background-repeat: no-repeat;
}
#HauptNavigation li#NavExtras  a:hover span   {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url(Bilder/BMedG/Extras_over.gif);
	background-repeat: no-repeat;
}
#Seiteninhalt {
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 1.5em;
}
#Brotkrumen  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 0;
	list-style-type: none;
	text-align: left;
	float: left;
	padding-left: 0.35em;
}
#Brotkrumen   li  a:link {
	color: #333333;
	text-decoration: none;
}
#Brotkrumen li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#SeitenMarken {
	font-size: 0.7em;
	color: #333333;
	float: right;
	padding-top: 0;
	padding-right: 0.2em;
	padding-bottom: 0;
	padding-left: 0.35em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#SeitenMarken li a {
	text-decoration: none;
	color: #333333;
}
#SeitenMarken li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#Fuss {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 0.75em;
	color: #000000;
	width: 750px;
	padding-top: 0.5em;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#FussNavigation   {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0.5em;
	width: 95%;
}
#FussNavigation  li {
	text-align: left;
	float: left;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#FussNavigation   li  a:link {
	color: #000000;
	text-decoration: none;
	padding-right: 0.2em;
	padding-left: 0.2em;
	font-weight: normal;
}
#FussNavigation  li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#FussNavigation  li a:visited {
	color: #666666;
}
#AkuelleSitzung {
	background-color: #CCCCCC;
	margin-top: 1.5em;
	margin-bottom: 2.5em;
	padding: 0.5em;
}

/* Die Formatierungen des laufenden Textes */
 
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	text-align: left;
	padding-top: 2em;
	padding-bottom: 1.5em;
}
h3 {
	margin-right: 0.5em;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-top: 1.5em;
	clear: both;
}
h4 {
	font-size: 0.9em;
	clear: both;
	padding-top: 1.01em;
	padding-right: 0.9em;
	font-style: italic;
	font-weight: normal;
}
p {
	margin-right: 0.5em;
	line-height: 1.5em;
	font-size: 0.9em;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: normal;
	color: #999999;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
em {
	font-weight: bold;
}
blockquote {
	margin-right: 0.5em;
	line-height: 1.5em;
	font-size: 1.01em;
	font-style: italic;
	margin-bottom: 4em;
	margin-top: 2em;
	font-family: "Times New Roman", Times, serif;
}

/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0.5em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0.5em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0.1em;
    line-height: 0em;
}
.Bildlinks {
	float: left;
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 1.5em;
	font-size: 0.8em;
}
.Bildrechts {
	float: right;
	padding: 0;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 2em;
	font-size: 0.8em;
}
.TOP {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	text-decoration: none;
	margin-top: 0.5em;
}
.TOP  a:link {
	font-size: 100.1%;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.TOP a:hover {
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
.TOP a:visited {
	color: #999999;
}
.PTOP {
	font-size: 100.1%;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 0.2em;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	display: inline;
	float: right;
}

