@charset "utf-8";

a {
	color: blue;
}

img {
	border: none;
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

h1 {
	margin-top: 0px;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

h4 {
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
}


#strict {
	top: 0px;
	width: 100%;
	margin: 0;
	min-height:100%;
	min-width: 990px;
	height:auto !important;
	height:100%;
	margin-bottom: 0px;
	background: url(../img/stadt.jpg) no-repeat right top;
}

#menu_content {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}

#content > p {
	margin-top: 0px;
	width: 14cm;
}

#content {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	max-width: 18cm;
	min-height: 550px;
	padding: 25px 15px 15px 30px;
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 19px;
	border-left: gray 1px solid;
}

#startseite {
	border: 0;
	margin: 0;
	height: 0px;
	width: 100%;
	overflow: visible;
}

#startseite_content {
	position: relative;
	top: -460px;
	right: 0px;
	margin: 0;
	width: 100%;
	overflow: visible;
}

#logo {
	height: 87px;
	margin-right: 152px;
	/*background-repeat: repeat-x;*/
	border-bottom: solid #9cc803 6px;
}

#logo table {
	height: 100%;
	font-family: sans-serif;
	font-size: 12px;
}

#menu_cont {
	float: left;
}

#menu {
	left: 0px;
	top: 150px;
	width: 258px;
	margin: 0;
	/*margin-left: 30px;*/
	padding: 0;
	margin: 0;
	margin-left: 5px;
	/*margin-top: 5px;*/
	list-style: none;
	font-size: 12px;
	/*line-height: 12px;*/
}

#menu li {
	padding-left: 38px;
	font-family: sans-serif;
}

#menu li, #menu li a {
 	display: block;
	width: 220px;
	margin: 0;
	
}

#menu li a {
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu .m1_act, #menu .m1_no {
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 30px;
	font-size: 12pt;
	font-weight: bolder;
	white-space: nowrap;
}

#menu .m2_act, #menu .m2_no {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 5px;
}

#m_5 { background-image: url(../img/verein.jpg); }
#m_4 { background-image: url(../img/kinder.png); }
#m_3 { background-image: url(../img/gemeinde.png); }
#m_2 { background-image: url(../img/zukunft.png); }

#sieger-logo {
	text-align: center;
	padding-top: 20px;
}

.start {
	height: 35px;
	position: absolute;
	font-size: 20pt;
	font-family: sans-serif;
}

.start a {
	line-height: 35px;
	color: black;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: bottom left;
	text-decoration: none;
}

.start a:hover {
	text-decoration: underline;
}

#s_verein { bottom: -30px; right: 40px;} #s_verein a { background-image: url(../img/verein.jpg); }
#s_kinder { bottom: 3px; right: 192px; } #s_kinder a { background-image: url(../img/kinder.png); }
#s_gemeinde { bottom: -55px; right: 397px; } #s_gemeinde a { background-image: url(../img/gemeinde.png); }
#s_zukunft { bottom: -135px; right: 447px; } #s_zukunft a { background-image: url(../img/zukunft.png); }
#s_text { width: 290px; font-size: 18px; bottom: -410px; right: 410px; }
#s_hand { width: 431px; height: 460px; bottom: -460px; right: 0px; background: url(../img/hand.jpg) no-repeat bottom right;}

ul a {
	color: black;
}

ul ul a {
	color: blue;
}

.contenttable {
	border-collapse: collapse;
	border: 1px solid gray;
}

.contenttable td {	
	border: 1px solid gray;
	padding-left: 5px;
	padding-right: 25px;
}

@media print {
   #menu_cont, #logo {
     display: none;
   }
   
   #content {
     border: 0px;
   	}
   
   #menu_content {
     overflow: visible;
   }
}
