/*
=========================================================================
	MUNdi-Haupt-CSS-Datei
	projektuebergreifend
	(Anpassungen der Farben und Bilder pro Projekt erforderlich)
=========================================================================
*/
html {
	background: url('../images/background.gif') repeat-y #EEE;
	height: 100%
}

html,body,td,th,div,p {
	font: 10pt/ 140% Verdana, Arial, Helvetica, sans-serif
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	background-color: #B2CBE1;
	font-weight: bold;
}

td,th {
	vertical-align: top;
	padding: 4px 6px
}

input {
	font: 9pt Verdana, Arial, Helvetica, sans-serif
}

html,body,#menu,#menu ul,#footer,img,hr {
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	color: #B2B2B2;
	background: #B2B2B2;
	border: 0;
}

/* ========================================================================= */
#menu,#footer {
	position: fixed;
	left: 0px;
	width: 855px
}

#menu {
	top: 0;
	height: 102px;
	color: black;
	z-index: 3
}

#footer {
	bottom: 0;
	font-size: 12px;
	z-index: 5
}

.containerPadding {
	padding: 10px
}

/* ========================================================================= */
#menu ul {
	list-style-type: none;
	position: absolute;
	height: 25px;
	left: 195px;
	border: 0;
	margin: 0;
	padding: 0;
}

#menuLevel1 {
	top: 24px;
	font-size: 14px
}

#menuLevel2 {
	top: 49px;
	font-size: 13px
}

#menuLevel3 {
	top: 74px;
	font-size: 12px
}

#menuLevel4,#menuLevel5,#menuLevel6,#menuLevel7,#menuLevel8 {
	display: none;
}

/* ========================================================================= */
#menu ul li {
	display: block;
	float: left;
	margin: 0px
}

#menu ul li a {
	color: black;
	height: 20px;
	padding: 3px 8px 2px 8px;
	font-weight: normal;
	float: left;
	display: block
}

#menu ul li a:hover {
	background-color: white !important
}

#menu ul li a.active {
	padding-top: 2px;
	font-weight: bold
}

/* ------------------------------------------------------------------------- */
#main {
	position: absolute;
	top: 115px;
	left: 195px;
	width: 650px
}

#content {
	padding-bottom: 38px
}

/* ------------------------------------------------------------------------- */
#logo {
	border: 1px solid black;
	position: fixed;
	left: 10px;
	top: 24px;
	z-index: 4
}

#foerderer {
	position: fixed;
	left: 865px;
	top: 25px;
	width: 140px;
	z-index: 1
}

#links {
	text-align: center;
	padding: 20px 0px;
	font-size: 8pt
}

/* ========================================================================= */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode MS', Tahoma, Verdana,
		Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both
}

h1 {
	font-size: 14pt;
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B2B2B2;
	margin-top: 0
}

h2 {
	font-size: 12pt;
	padding-top: 10px;
}

h3 {
	font-size: 11pt;
	padding-top: 10px;
}

.first {
	padding-top: 10px;
}

/* ========================================================================= */
a {
	text-decoration: none;
	font-weight: bold;
}

a:hover,a:active {
	text-decoration: none;
}

a.externaltext {
	background: url('../images/link-external.png') center right no-repeat;
	padding-right: 13px
}

a.document,a[href $="pdf"],a[href $="doc"] {
	background: url('../images/link-document.png') center right no-repeat;
	padding-right: 13px
}

#footer a {
	font-weight: normal;
}

#footer a:hover,#footer a:active {
	text-decoration: none;
}

#links a,#links {
	color: #888888
}

/* ========================================================================= */
#footer input.button {
	border: 1px solid white;
	background: #DA251D;
	font-size: 12px;
	color: white;
	font-weight: bold
}

#footer input.text {
	width: 80px;
	border: 1px solid white;
	background: #E7AFAF;
	font-size: 12px;
	color: black
}

#footer input.checkbox {
	margin: 0px;
	vertical-align: text-bottom
}

#footer fieldset {
	border: none;
	padding: 3px 10px
}

/* ========================================================================= */
#buttons {
	position: fixed;
	left: 10px;
	top: 260px;
	width: 190px;
	z-index: 4;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#buttons li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

#buttons li a {
	display: block;
	width: 175px;
	height: 40px;
	background-color: #FFFFFF;
	background-image: url('../images/buttons.png');
	background-repeat: no-repeat;
}

#buttons li a span {
	display: block;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#buttonKontakt a:link,#buttonKontakt a:visited,#buttonKontakt a:active {
	background-position: 0px 0px
}

#buttonKontakt a:hover {
	background-position: -174px 0px
}

#buttonForum a:link,#buttonForum a:visited,#buttonForum a:active {
	background-position: 0px -40px
}

#buttonForum a:hover {
	background-position: -174px -40px
}

#buttonWiki a:link,#buttonWiki a:visited,#buttonWiki a:active {
	background-position: 0px -80px
}

#buttonWiki a:hover {
	background-position: -174px -80px
}

#buttonGalerie a:link,#buttonGalerie a:visited,#buttonGalerie a:active {
	background-position: 0px -120px
}

#buttonGalerie a:hover {
	background-position: -174px -120px
}

#buttonSitemap a:link,#buttonSitemap a:visited,#buttonSitemap a:active {
	background-position: 0px -160px
}

#buttonSitemap a:hover {
	background-position: -174px -160px
}

#buttonDelegation a:link,#buttonDelegation a:visited,#buttonDelegation a:active
	{
	background-position: 0px -200px
}

#buttonDelegation a:hover {
	background-position: -174px -200px
}

#buttonFAQ a:link,#buttonFAQ a:visited,#buttonFAQ a:active {
	background-position: 0px -240px
}

#buttonFAQ a:hover {
	background-position: -174px -240px
}

#buttonAktuelles a:link,#buttonAktuelles a:visited,#buttonAktuelles a:active {
	background-position: 0px -280px
}

#buttonAktuelles a:hover {
	background-position: -174px -280px
}

#buttonSuche a:link,#buttonSuche a:visited,#buttonSuche a:active {
	background-position: 0px -320px
}

#buttonSuche a:hover {
	background-position: -174px -320px
}
/* ========================================================================= */
img,img.noborder,img.foerderer {
	border: 0
}

.framed,.framedcenter,.framedleft,.framedright,.infobox {
	border: 1px solid #B2B2B2;
	background: #E7EEF5;
	padding: 3px;
	margin: 3px
}

.infobox .framed,.infobox .framedcenter,.infobox .framedleft,.infobox .framedright
	{
	background: white
}

.infobox {
	padding: 10px
}

.framedleft {
	margin-right: 5px;
	margin-left: 0;
	float: left
}

.framedright,.infobox {
	margin-left: 5px;
	margin-right: 0;
	float: right
}

.center {
	text-align: center;
}

.infobox .heading {
	font-size: 11pt;
	padding-top: 10px;
}

.media {
	border: 1px solid #B2B2B2;
	background: #E7EEF5;
	padding: 3px;
	margin: 3px auto
}

.foerderer {
	margin: 5px 0px;
	padding: 0px
}

.logo {
	padding: 15px 3px 5px 3px
}

.signature {
	padding: 0px 10px
}

.nobr {
	white-space: nowrap
}

/* ========================================================================= */
ul {
	list-style: square;
}

ul.menu {
	padding: 1px 2px 5px 15px;
	margin: 1px 2px 5px 15px;
}

ul.submenu {
	padding: 1px 0 5px 7px;
	margin: 1px 0 5px 7px;
	list-style: disc;
}

/* ========================================================================= */
#printHeader,#printFooter {
	display: none;
}

/* ========================================================================= */
table.form,div.form,textarea.form {
	background-color: #E8F0F6;
	width: 648px;
	padding: 1px;
	margin: 0.3em 1px 1em 1px;
}

.form .form {
	width: 648px;
	padding: 0px;
	margin: 0px;
}

table.centered {
	text-align: center;
}

col.labels {
	width: 150px;
}

col.input {
	width: 475px;
}

col.col0 {
	background-color: #E8F0F6;
}

col.col1 {
	background-color: #E3EAF2;
}

.form a {
	font-weight: normal;
	color: #2A5E8A
}

.form th a {
	font-weight: bold;
}

.form input.text,.form select,.form textarea {
	padding: 2px
}

.form  input.text,.form textarea.text {
	width: 470px
}

.formcolor {
	background-color: #E8F0F6;
	padding: 2px
}

.form textarea {
	width: 630px;
	font: 10pt/ 140% Verdana, Arial, Helvetica, sans-serif
}

.buttons {
	text-align: center;
	padding: 5px
}

td.buttons,th.buttons {
	text-align: right
}

table.notable,table.notable tr,table.notable th,table.notable td {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.grid td,table.grid th {
	border: 1px solid white
}

div.details {
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}

div.details:hover {
	background-color: #E8F0F6;
}

.plus {
	padding-left: 16px !important;
	background-image: url('../images/zoom-plus.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.minus {
	padding-left: 16px !important;
	background-image: url('../images/zoom-minus.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

/* ========================================================================= */
.pagebanner,.pagelinks {
	text-align: center;
	padding: 5px 0px;
	background: white;
}

.pagebanner {
	font-size: 8pt;
	font-weight: bold;
	color: #888888
}

.pagelinks strong,.pagelinks a {
	display-style: block;
	padding: 2px 6px;
	border: 1px solid #B2CBE1;
	background: #E7EEF5;
}

/* ========================================================================= */
div.success,span.successbox {
	background-color: #DDFFDD;
	border: 1px solid #25A01F;
}

.diff-added {
	background-color: #DDFFDD;
	font-weight: bold
}

div.error,span.errorbox,span.error+input,span.error+select {
	background-color: #FFDDDD;
	border: 1px solid #DA251D;
}

.diff-deleted {
	background-color: #FFDDDD;
	text-decoration: line-through
}

div.error,span.errorbox,div.success,span.successbox {
	padding: 10px;
	margin: 10px 0px;
	display: block;
	width: 628px;
	font-weight: bold;
}

span.error {
	display: block;
	margin-bottom: 3px;
}

.NOK,.error,.errorbox, .diff-deleted {
	color: #DA251D
}

.OK,.success, .diff-added {
	color: #25A01F
}

.inactive {
	color: #AAAAAA
}

.flag {
	width: 33px
}

.hint {
	font-size: 7pt
}

.condensedlines {
	line-height: 100%;
}

.hdate {
	float: right;
	padding-left: 2em;
	font-size: 80%
}

ul.sorting {
	padding: 0px;
	list-style: none;
}

ul.sorting li {
	cursor: move;
	background: white;
	padding: 5px;
	margin: 5px 0px;
}

ul.sorting li.moving {
	background-color: #B2CBE1 !important;
}

/* ========================================================================= */
#TOC {
	position: fixed;
	left: 10px;
	bottom: 35px;
	width: 167px;
	z-index: 5;
	padding: 3px;
	border: 1px solid #DDD;
	background: #FAFAFA;
	color: #BBB;
	font-size: 8pt;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

#TOC a {
	display: block;
	font-size: 8pt;
	padding-bottom: 3px;
}

#TOC a.toc2 {
	padding-left: 10px;
	font-size: 7pt
}
