* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.1%;
	margin-bottom: 1px;
}

img { border: none; }

body {
	background: #FFF url(bg_page.jpg) repeat-x;
	color: #000000;
	padding: 10px 0;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

#pagewrapper {
	width: 990px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 170px;
	padding: 15px;
	background: #FFF url(bg_header.gif) no-repeat;
}

#headerinside {
	width: 960px;
	height: 170px;
	background: #FFF url(bg_headerinside.jpg) no-repeat right;
}

#headerinside img {
	margin: 49px 0 0 30px;
}


#banner_menu_text {
    margin: -2px 49px 2px auto;
    text-align: right;
	font-size: 10px;
}

#banner_menu_text a {
    text-decoration: none;
    font-size: 10px;
}

#main {
	overflow: auto;
	background: #FFF url(bg_main.gif) repeat-y;
	padding-bottom: 20px;
}

#spalte1 {
	float: left;
	width: 15px;
}

#spalte2 {
	float: left;
	width: 660px;
	/* background-color: #EEE; */
	margin: 30px 0 0 30px;
}

#spalte2breit {
	float: left;
	width: 900px;
	/* background-color: #EEE; */
	margin: 30px 0 0 30px;
	text-align: center;
}

#spalte3 {
	float: left;
	width: 200px;
	/* background-color: #DDD; */
	margin: 30px 0 40px 40px;
}

#spalte4 {
	float: left;
	width: 15px;
	margin: 0 0 0 30px;
}

#footer {
	background: #FFF url(bg_main.gif) repeat-y;
	clear: both;
}

#footerinside {
	border-top:1px dotted #ACACAC;
	font-size:11px;
	margin:0 45px;
	padding:15px 0 0;
}

#footerinside-left {
	float:left;
}

#footerinside-right {
	float:right;
}


/*********** LINKS + MENU */

a { color: #9C0B00; }
a:hover  { color: #ACACAC; }
a:active { color: #9C0B00; }

a.orange {
	color: #E69900;
}

#footer a {
	text-decoration: none;
}

ul.menu-top {
	padding-left: 0;
	margin-left: 0;
	border-top: 1px dotted #ACACAC;
}

ul.menu-top li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #ACACAC;
	padding: 8px 0;
	font-weight: bold;
	color: #9C0B00;
}

ul.menu-top li a {
	display: block;
	text-decoration: none;
}

ul.menu-top li ul {
	padding: 5px 0 5px 0;
}

ul.menu-top li ul li {
	padding: 5px 0 5px 25px;
	border-bottom: none;
}

ul.menu-top a.menu-current {
	color: #ACACAC;
}


/*********** DIVERSES */

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #9C0B00;
}

h1.margin2 {
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #E79B37;
}

h3 {
	color: #9C0B00;
	font-size: 14px;
}

p {
	margin: 0 0 20px 0;
}

.small {
	font-size: 11px;
}

#spalte2 ul,
ul.normal,
#spalte2 ol,
ol.normal {
	padding-left: 20px;
	margin-left: 0;
	margin-bottom: 20px;
	list-style-type: square;
}

#spalte2 ul li,
ul.normal li,
#spalte2 ol li,
ol.normal li {
	padding-bottom: 5px;
}

.picright {
	float: right;
	margin: 0 0 25px 25px;
}

.picleft {
	float: left;
	margin: 0 25px 25px 0;
}

.border {
	border: 1px solid #BBB;
}

.portraitbild {
	float: left;
	width: 210px;
	height: 200px;
}

.nebenportrait {
	float: left;
	width: 450px;
}

p.clicker {
	/* font-weight: normal; */
	color: #9C0B00;
	text-decoration: underline;
	cursor: pointer;
	background: url(plus.gif) no-repeat left center;
	padding-left: 18px;
	margin-bottom: 15px;
}

p.clicker.open {
	font-weight: bold;
	background: url(minus.gif) no-repeat left center;
}

p.article {
	margin-bottom: 30px;
}

hr {
	height: 0;
	border-bottom: 1px dotted #ACACAC;
	border-top: 0px;
	margin: 20px 0;
}



/*********** ORANGE */

body.orange h1,
body.orange a,
body.orange a:active,
body.orange ul#navi li {
	color: #E69900;
}

body.orange a:hover  {
	color: #ACACAC;
}

body.orange #header {
	background: #FFF url(bg_header_orange.gif) no-repeat;
}



