/* Volksmission CSS */

/* I. Grundeinstellungen */

body {
	font-family: Arial, Verdana Helvetica, sans-serif;
	font-size: 11pt;
}

/* II. Layout-Blöcke */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#top {
	height: 110px; 
	width: 100%; 
}

#menu {
	position: absolute;
	top: 110px;
	left: 0;

	width: 130px; 
	height: 100%; 
	min-height: 800px;
	
	background: url(../images/menu-bg.jpg) no-repeat; 
}

#main {
	position: absolute;
	top: 111px;
	left: 165px;

	width: 650px;
}


/* Menü */

#menu {
	margin: 0;
	padding: 0;
	border: 0;

	padding-top: 60px;

	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 1em;

	color: white;
}


#menu A {
	color: white;
	text-decoration: none;
}

#menu UL {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu UL LI {
	padding: 0;
	margin: 0;

	text-indent: 8px;
}

#menu UL LI.act {
	background: url(/t4/media/bullets/bullet1_h.gif) no-repeat scroll 0 7px;
}


#menu UL UL LI {
	margin-left: 5px;
}


#menu UL UL UL LI {
	margin-left: 8px;
}

#menu UL UL UL LI.act {
	background: url(/t4/media/bullets/bullet1_h.gif) no-repeat scroll 0px 7px;
}

#menu UL UL UL UL LI {
	margin-left: 11px;
}

#menu UL UL UL UL LI.act {
	background: url(/t4/media/bullets/bullet1_h.gif) no-repeat scroll 0px 7px;
}


#menu UL UL UL UL UL LI {
	margin-left: 14px;
}

#menu UL UL UL UL LI.act {
	background: url(/t4/media/bullets/bullet1_h.gif) no-repeat scroll 0px 7px;
}

/* Contentbereich (main) */

.csc-frame-rulerAfter {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px black;
}

P.bodytext {
    margin: 0;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	#color: #188cbb;
	color: #005c96;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

/* Links */

A {
	#color: #188cbb;
	color: #0269ab;
}

table {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 10pt;
}


/* Formulare */
.csc-mailform {
	#background-color: #A4DBEF;
	background-color: #b7cfd9;
	padding: 20px;
	width: 570px;
}


.csc-mailform-field {
	margin-bottom: 5px;
}


.csc-mailform-field LABEL {
	width: 100px;
	display: block;
	float: left;
	
	font-weight: bold;
	text-align: right;
	padding-right: 5px;	
}



/* Bilder mit Legende */
.csc-textpic-imagerow dl {
	font-size: 0.7em;
	font-weight: bold;
}