/* allgemeine angaben */

body {
	background: #EDCD92 url(img/background.png) repeat-x left top;
	text-align: center;
	font-size: 81.25%;
}
#pageMargin {
	max-width: 90em;
	min-width: 760px;
	margin: 10px auto;
}
#innerBody {
	margin: 0 10px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #8E0008;
}
a:hover {
	text-decoration: underline;
}
* {
	font-family: Verdana, sans-serif;
}


/* header */
#outerHeader {
	background: url(img/header2.jpg) no-repeat left top;
	height: 178px;
	clear: both;
	margin-bottom: 1em;
	position: relative;
	/* width: 189px; */
}
#headerGraphic {
	float: right;
	position: absolute;
	top:0;
	right:0;
}
#logo {
	padding: 10px 0 0 30px;
	height: 108px; 
}
#logo img {
	border: 0;
}

/* menü 1 */
#MENU1 a {
	color: white;
	clear: both;
	text-decoration: none;
}
#MENU1 {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom:0;
	left:0;
}
#MENU1 li {
	float: left;
	border: 0;
	margin: 0 4px;
	padding: 0 10px;
	line-height: 24px;
}
#MENU1 li.act {
	background-color: #DBB52F;
}
#MENU1 li.act a {
	font-weight: bold;
	color: black;
}


/* inhalt */
#leftCol {
	width: 15em;
	border: 0;
	border-bottom: 1px solid #666666;
	background: #F3EFE2 url(img/lefttop.gif) no-repeat left top;
	padding: 1em;
	vertical-align: top;
}

#mainCol {
	width: auto;
	border: 0;
	border-bottom: 1px solid #666666;
	background: #FFFFFF url(img/righttop.gif) no-repeat right top;
	padding: 1em;
	vertical-align: top;
}

#langChooser {
	float: right;
}
#breadcrumb {
	font-size: 0.75em;
	margin-bottom: 2em;
	line-height: 1.7em;
}
h1 {
	font-size: 1.3em;
	background: #fff url(img/title_background.png) repeat-y left top;
}
h2 {
	font-size: 1.1em;
	margin: 1.4em 0 0.8em 0;
}

#rightCol {
	clear: both;
	float: right;
	width: 147px;
	position: relative;
	margin: 0 0 1em 1em;
}
.box {
	background: #F3EFE2 url(img/boxtop.gif) no-repeat left top;
	width: 100%;
	margin: 1em 0;
}
#rightCol .shade {
	filter:Alpha(opacity=50);
	opacity: 0.5;
}

#rightCol .bottom {
	width: 147px;
	height: 5px;
	background: #F3EFE2 url(img/boxbottom.gif) no-repeat left bottom;
}	
.boxtTitle {
	color: #666;
	font-family: Verdana, sans;
	font-weight: bolder;
	border-bottom: 1px solid #666;
	font-size: 0.9em;
	padding-top: 5px;
}
.boxtTitle, #rightCol p {
	margin: 0.5em;
}

/* menü 2 */
#leftCol .menutitle {
	color: #666;
	font-family: "Geometr415 Blk BT", Verdana, sans;
	border-bottom: 1px solid #666;
	font-size: 1.5em;
	margin-top: -5px;
	margin-bottom: 0.5em;
}
ul#MENU2 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1em;
}
ul#MENU2 li.act a, ul#MENU2 li.act li.act a {
	font-weight: bold;
}
ul#MENU2 a {
	color: black;
}
ul#MENU2 li {
	line-height: 1.5em;
}
ul#MENU2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1.5em;
	font-size: 0.9em;
}

#MENU2 li.act li a {
	font-weight: normal;
}


/* fusszeile */
#leftFoot, #mainFoot, #rightFoot {
	width: 33%;
	border: 0;
	padding: 3px 1em 7px 1em;
}

#leftFoot {
	text-align: left;
	background: #FFFFFF url(img/leftfoot.gif) no-repeat left bottom;
}
#mainFoot {
	text-align: center;
	background: #FFFFFF url(img/middlefoot.gif) repeat-x center bottom;
}
#rightFoot {
	text-align: right;
	background: #FFFFFF url(img/rightfoot.gif) no-repeat right bottom;
}

textarea {
	font-size: 1em;
}
#CONTENT {
	/* margin-right: 147px; */
	overflow: hidden;
}
li.spc {
	height: 0.5em;
	border-bottom: 1px dotted black;
	margin-bottom: 0.5em;
}
.leftContent {
	width: 13em;
}
