html {
	height:100%;
}

body {
	color: black; background-color: white;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	height:100%;
}
#SiteMargins {
	/*position:absolute;*/
}

div#Left {
	position:absolute;
	width:357px;
	left:0px;
	top:0px;
	font-size: 0.91em;
	margin: 0; 
	padding: 0;
}

#Logo {
	position:absolute;
	left:0px;
	top:46px;
}

div#Right {
	position:absolute;
	left:357px;
	/*width:667px;
	width:100%;*/
	overflow:visible;
}

div#Header {
	height:194px;
}

#Footer {
	color:#FFF;
	color:#e1c1e8;
	position: fixed;
	bottom:0px;
	left:780px;/**/
	/*left:90px;
	right:0px;*/
	font-size:13px;
	width:230px;
	height:38px;
	background-color:#5e2680;
	text-align:center;
	display:table;
}
#FooterBase {
	position: fixed;
	width:100%;
	height:25px;
	left:0px;
	bottom:0px;
	/*background-color:#fff;*/
	background-image:url(../images/gradient30.png);
	background-repeat:repeat-x;
}
#Footer #FooterContent{
	display:table-cell;
	vertical-align:middle;
}

#Footer a {
	color:#e1c1e8;
	text-decoration:none;
}
#Footer a:hover {
	/*font-weight:bold;*/
	color:#FFF;
}

#Leftside {
	position: absolute;
	top:372px;
	left:43px;
	width:270px;
}

div#Nav {

}
#LanguageSelector {
	position:absolute;
	left:38px;
	top:6px;
	font-size:11px;
	color:#5e2680;
}
#LanguageSelector a {
	padding:2px 3px;
	color:#5e2680;
	text-decoration:none;
}
#LanguageSelector a:hover {
	font-weight:bold;
}
#MainNav {
	padding-left:23px;
	height:45px;
	background-color:#803f93;
	color:#FFF;
	overflow: hidden;
}
#MainNav li {
	display:table;
	float:left;
}
#MainNav li a, #MainNav li .mainNavSpacer {
	display: table-cell;
	vertical-align:middle;
	text-align:center;/**/
	height:45px;
	color:#e1c1e8;
	text-decoration:none;
	font-size:15px;
	padding:0px 7px 0px 0px;
}
#MainNav li a.active {
	font-weight:bold;
	color:#FFF;
}
#MainNav li a:hover {
	/*font-weight:bold;*/
	color:#fff;
}
/*
.imgSpacer {
	margin:0px 7px;
	margin-top:12px;
}*/

#SubNav {
	height:27px;
	background-color:#5e2680;
	padding-left:23px;
}
#SubNav li {
	display:table;
	float:left;
}
#SubNav li a, #SubNav li .mainNavSpacer {
	display: table-cell;
	vertical-align:middle;
	text-align:center;/**/
	height:27px;
	color:#d5beda;/*e8d7ec*/
	text-decoration:none;
	font-size:13px;
	padding:0px 7px 0px 7px;
}
#SubNav li a.active {
	/*font-weight:bold;*/
	color:#5e2680;
	background-color:#c09fc9;
}
#SubNav li a:hover {
	/*font-weight:bold;
	color:#fff;*/
	background-color:#875da0;
}
#SubNav li a.active:hover {
	color:#5e2680;
	background-color:#c09fc9;
}

div#Content {
	padding-top:30px;
	padding-bottom:70px;
	line-height:18px;
	width:600px;
	padding-right:60px;
	text-align:justify;
	padding-left:22px;
}

div#Inhalt h1 {
	font-size: 1.5em;
	margin: 0 0 1em;
}
div#Inhalt h2 {
	font-size: 1.2em;
	margin: 0 0 1em;
}
div#Inhalt p {
	font-size: 1em;
	margin: 1em 0;
}

p, #Content ul {
	color:#111;
	font-size:14px;
	padding-bottom:15px;
}

#Content ul{
	list-style: disc;
}
#Content ul li {
	text-indent:0px;
	margin-left:20px;

}

a, h2, h3, .colored {
	color:#5e2680;
}
h2{
	padding-top:28px;
	padding-bottom:18px;
	font-weight:normal;
	font-size:24px;
	line-height:29px;
}
h3{
	padding-top:25px;
	padding-bottom:15px;
	font-weight:normal;
	line-height:22px;
	font-size:18px;
}
h4{
	padding-top:15px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:15px;
}

em {
	font-style:italic;
}

strong {
	font-weight: bold;
}
#Content a.jumpLink {
	font-weight:bold;
	display:block;
	float:left;
	margin-right:4px;
	padding: 1px 6px;
	font-size:13px;
	text-decoration:none;
}
#Content a.jumpLink:before {
	content:">> ";
}
#Content a.jumpLink:hover {
	background-color:#e3d4e7;
}