* {
	margin: 0;
	padding: 0;
}

body {
	padding: 10px 0;
	background: #26102B url(../images/bg_page.jpg) repeat-x;
	color: #000;
}

img {
	border: none;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#pagewrapper {
	width: 980px;
	margin: 0 auto;;
}

#header {
	padding: 20px;
	height: 95px;
	background: #E8E3EF url(../images/verlauf_header2.gif) repeat-x;
	border-bottom: 2px solid #FFF;
	overflow: hidden;
}

#header_a {
	float: left;
	width: 199px;
}

#header_b {
	float: right;
	padding-top: 0px;
	text-align: right;
	width: 300px;
	font-size: 12px;
	/* background: yellow; */
}


#main {
	width: 900px;
	background: url(../images/shadow_main_white.gif) repeat-y;
	padding: 0 40px;
	overflow: auto;
}

#spalte1 {
	float: left;
	width: 160px;
	z-index: 100;
	/* background-color: #DDD; */
}

#spalte2 {
	float: left;
	width: 680px;
	padding: 20px 20px 0 20px;
	margin: 0 0 0 20px;
	background: #FFF url(../images/bg_spalte2e.gif) repeat-x;
}

#footer {
	text-align: center;
	font-size: 11px;
	padding: 12px;
	background-color: #DCD4E7;
	border-top: 2px solid #60296C;
}

div.breaker {
	clear: both;
	height: 20px;
}



/*********** LINKS + MENU */

a { color: #60296C; }
a:hover, #navlist a:hover { text-decoration: underline;}
a:active { color: #60296C; }
a.nounder { color: #000; text-decoration: none; }

#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px dotted #BBB;
	width: 160px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted #BBB;
}

#navlist li a { text-decoration: none; }

#navlist li a.current { font-weight: bold; }



/*********** DIVERSES */

h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 30px 0;
	color: #60296C;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #60296C;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #60296C;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #60296C;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #60296C;
}

p {
	margin: 0 0 20px 0;
}

.bordertop {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #AF94B5;
}

.small {
	font-size: 11px;
}

table#contactform td {
	padding: 0 20px 2px 0;
}

input.inputfeld {
	width: 460px;
	height: 20px;
	border: 1px solid #AF94B5;
}

textarea {
	width: 460px;
	height: 160px;
	border: 1px solid #AF94B5;
}

img.shadowtop {
	display: block;
}

div.aktion {
	margin-top: 20px;
	padding: 10px;
	width: 138px;
	border: 1px solid #AF94B5;
	background: url(../images/verlauf_kasten2.gif) repeat-x left bottom;
}

img.sidepic {
	float: right;
	margin: 0 0 0 30px;
	border: 1px solid #BBB;
}


ul.normal {
	padding-left: 18px;
	margin-left: 0;
	margin-bottom: 20px;
}

ul.normal li {
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

p.infobuch {
	background-color: #E8E3EF;
	padding: 5px;
	text-align: center;
}

table.locations td {
	padding-bottom: 20px;
	font-size: 11px;
}

table.locations td img {
	margin-bottom: 10px;
}

table.partner td {
	padding-bottom: 20px;
	text-align: center;
}

table.partner td img {
	border: 1px solid #AF94B5;
	margin-bottom: 10px;
}

.hilight {
	color: #60296C;
	font-weight: bold;
}

img.rahmen {
	border: 1px solid #999;
}


