/* ====================================== 
   1. kalibrierung und allgemeine styles 
   ====================================== */

/* kalibrierung der wichtigsten abstände */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;

}

/* allgemeine selektoren */

html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 1;
	color: #000;
	background-color: #fff;
}

/* tabellen benötigen 'cellspacing="0"' im markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* hyperlinks */

a {
	color: #000;
} 

a:hover,
a:active, 
a:focus { 
	color: #fff;
}

#right a:hover,
#right a:active, 
#right a:focus { 
	color: #a7a7a8;
}

/* allgemeine klassen */

#main p,
#main ul,
#main ol,
#main form {
	margin-bottom: 1.5em;
	line-height: 1.4em;
	font-size: 0.95em;
}

h1 {
	color: #fff;
	font-size: 2.5em;
	margin: 0 0 26px 0;
}

h2 {
	text-transform: uppercase;
	margin-bottom: 1.5em;
	font-size: 0.95em;
}

h3 {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 0.95em;
}

h1#starttitel {
	margin-top: -88px;
}

small {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

#main ul, ol {
	margin-bottom: 1.5em;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding-left: 1.2em;
	background: transparent url(../img/bullet.png) no-repeat 0 0.6em;
}

#main ol {
	padding-left: 1.5em;
}

#main ul.alpha {
	padding-left: 1.4em;
	list-style: lower-alpha;
}

#main ul.alpha li {
	padding-left: 0;
	background-image: none;
}

/* ==================================== 
   2. styles für die layoutbereiche 
   ==================================== */
#wrapper {
	margin: 0 auto;
	width: 39em;
	min-height: 100%;
	background: #a7a7a8;
	border-left: 10.5em solid #fff;
	border-right: 10.5em solid #fff;
}

#main {
	float: left;
	width: 39em;
	margin-right: -39em;
}

#main .inside {
	padding: 123px 2em 3em 2em;
}

#left {
	position: relative;
	float: left;
	width: 10.5em;
	margin-left: -10.5em;
}

#right {
	position: relative;
	float: right;
	width: 10.5em;
	margin-right: -10.5em;
}

/* ==================================== 
   3. sonstige styles 
   ==================================== */

/* navigation */

.mod_navigation {
	margin: 196px 1em 0 0;
}

.mod_navigation strong {
	font-weight: normal;
}

.mod_navigation ul {
	list-style: none;
	text-align: right;
}

.mod_navigation ul li a,
.mod_navigation ul strong {
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.4;
	display: block;
	font-weight: bold;
}

.mod_navigation ul ul li a,
.mod_navigation ul ul strong {
	font-weight: normal;
}

.mod_navigation ul li a.active,
.mod_navigation ul li a:hover,
.mod_navigation ul li a:focus,
.mod_navigation ul li a:active,
.mod_navigation ul strong {
	color: #868786;
}


/* metaspalte*/

#right img {
	margin: 40px 0 75px -15px;
}

#right .inside {
	margin-left: 1em;
}

#right address {
	font-size: 0.8em;
	line-height: 1.4;
	font-style: normal;
}

/* programm*/

.programm {
	position: relative;
	margin-right: 13em;
	margin-bottom: 3em;
}

.programm .image_container {
	position: absolute;
	left: 24em;
	top: 5px;
}

/* formular*/

.formbody input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.2em;
	margin-bottom: 0.5em;
}

.radio_container span {
	display: block;
}

.radio_container label {
	width: auto;
	float: none;
}

input.radio {
	margin: 0 0.5em 0 0;
}

label {
	width: 8em;
	float: left;
	margin-top: 2px;
}

input.text {
	width: 27em;
	float: right;
	border: none;
	background: #fff;
}

label.zeitangabe {
	width: 25em;
}

input.zeitangabe {
	width: 11em;
}

input.text:hover,
input.text:focus {
	background: #e1e0df;
}

.formbody br {
	clear: both;
}

label.label_radio {
	width: auto;
	float: none;	
}

input.submit {
	margin: 1em 0 2em 9.45em;
	border: none;
	background: #fff;
}

input.verlagsuche {
	margin: 0;
}

input.submit:hover,
input.submit:focus,
textarea:hover,
textarea:focus {
	background: #e1e0df;
}

textarea {
	width: 36.5em;
	border: none;
	background: #fff;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.2em;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 2em;
}

.error_meldung {
	background: #a70004;
	padding: 1em;
	margin-bottom: 2em;
}

#main .error_meldung p {
	margin: 0;
	margin: 0.5em 0;
	color: #fff;
}


/* ==================================== 
   4. typolight
   ==================================== */

.invisible { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

.clear,
#clear {
	clear: both;
}

/* #main .block:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main .block {display: inline-table;}

#main .block {
	overflow: hidden;
} */