/* DEBUG */
li#mID_1 {
    display: none;
}

/* -------------------------------------------------- */
/* ALLGEMEIN */

html,body {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../img/bg-body.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;

	font-size: 0.9em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #FFFFFF;
}

div.logo {
	background-image: url('../img/bg-logo.jpg');
	background-repeat: no-repeat;
	background-position: 78px 38px;
	margin-left: 40px;
}

div.dav_mitgl {
	background-image: url('../img/dav_mitgl.png');
	background-repeat: no-repeat;
	width: 145px;
	height: 103px;
	position: absolute;
	top: 0px;
	left: 550px;
}

div.logo h1 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

div.watermark {
	padding-top: 157px;
	background-image: url('../img/bg-watermark-blue.jpg');
	background-repeat: no-repeat;
	background-position: 646px 83px;
	clear: both;
}

div.menu {
	float: left;
	width: 221px;
}

div.body {
	width: 555px;
	padding-left: 37px;
	border-left: 1px dashed #8C8B8D;
	float: left;
	
	background-image: url('../img/bg-watermark-blue.jpg');
	background-repeat: no-repeat;
	background-position: 424px -74px;
}

/* -------------------------------------------------- */
/* MENUE */

div.menu {
	margin-top: 5px;
	background-image: url('../img/menu-top.gif');
	background-repeat: no-repeat;
	background-position: 26px 0px;
	padding-top: 50px;
}

/*ul.menu li#mID_1 a {
	color: #003D8F;
}*/

ul.menu {
	margin: 0px;
	padding: 0px;
	margin-left: 26px;
	padding-bottom: 55px;
	
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	
	background-image: url('../img/menu-bottom.gif');
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

ul.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.menu li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 9px;
	width: 165px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

ul.menu li a:hover {
	color: #000000;
	background-color: #FFE57A;
}

ul.menu li ul a {
	padding-left: 18px;
	width: 155px
	font-weight: normal;
	color: #000000;
}


/* -------------------------------------------------- */
/* CONTENT */

div.body {
	padding-top: 21px;
	padding-bottom: 50px;
}

div.body img {
	padding-bottom: 5px;
	background-image: url('../img/imgborder.gif');
	background-repeat: repeat-x;
	background-position: 0px bottom;
	border: 0px;
}

div.body div#map img {
	background-image: none !important;
}

.header-title {
	width: 477px;
	background-image: url('../img/header-border.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 30px;
	margin-bottom: 7px;
}

.header-title h2 {

	margin: 0px;
	padding: 0px;
	
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	
	height: 30px;
	padding-top: 1px;
	padding-left: 42px;
	
	background-image: url('../img/header-paragraph.gif');
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

div.content {
	margin-top: 15px;
	width: 477px;
	font-size: 0.9em;
}

.content h3 {
	font-size: 2.2em;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.content h4 {
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border-left: 5px solid #FFE57A;
	padding-left: 5px;
}

.content p {
	margin-left: 12px;
	font-size: 1em;
	text-align: justify;
}

.content p:first-letter {
	font-size: 1.8em;
	color: #003d8f;
	font-family: "Times New Roman", Times, serif;
}

.content ul li {
	list-style: none;
	background-image: url('../img/square.gif');
	background-repeat: no-repeat;
	/*background-position: center left;*/
	background-position: left 0.35em;
	padding-left: 10px;
	font-size: 1em;
	margin-bottom: 5px;
}

.content a {
	color: #003D8F;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

/* -------------------------------------------------- */
/* SONSTIGES */

div.imgtext_image {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

input, select, textarea {
    border: 1px outset #333333;
    width: 300px;
    margin-bottom: 5px;
}

span.konSubtext {
    font-size: 0.9em;
}

table {
    font-size: 1em;
}
