body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0;
	padding:86px 0 0 232px;
	background-color: #FFFFCC;
	
	background-repeat: repeat-y;
	background-position: top right;
	
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; }

div#content table tr td {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom:1px dotted #F1E5A3;
	padding-left: 10px;
	padding-top: 10px;
}

div#content table th {
	text-align: left;
	background-color: #F1E5A3;
	padding-left: 10px;
}

.table2 tr td {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom:1px dotted #F1E5A3;
	padding-left: 10px;
	padding-top: 10px;
	width: 100px;
}

div#content table2 th {
	text-align: left;
	background-color: #F1E5A3;
	padding-left: 10px;
}

div#header{
	z-index: 1;
	color:black;
	position:absolute;
	top:0;
	left:232px;
	width:100%;
	height:86px;
	background-color: #568AAF;
}
div#left-sidebar{
	color:black;
	position:absolute;
	top:0;
	left:0;
	width:232px;
	height:100%;
	background-color: #568AAF;
}

div#imageLeft{
	background-image:url(klostergemeinschaft.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	position:absolute;
	top: 200px;
	left:0;
	width:232px;
	height: 350px;
	border-bottom: 4px solid #9DBBD0;
}

div#languageSelection{
	position:absolute;
	top: 555px;
	left: 2px;
	color: #fff;
	font-weight: bold;
}

div#languageSelection a:link,
div#languageSelection a:visited{
	text-decoration: none;
	color: #bbb;
}

div#languageSelection a:hover,
div#languageSelection a:active{
	text-decoration: none;
	color: #fff;
}

div#content{
	border-left: 1px solid #ffffff;
	padding: 20px 80px 50px 30px;
	background-repeat: repeat-y;
	background-position: top right;
	z-index:2;
}

div#footer{
	color:black;
	position:absolute;
	bottom:13px;
	left:232px;
	width:500%;
	height: 20px;
	background-color: #9dbbd0;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
 }
 
 div#footer2{
	color:black;
	position:absolute;
	bottom:-2px;
	left:232px;
	width:500%;
	height: 15px;
	background-color: #568AAF;
 }

div#mainNavigation {
	position: relative;
	top: 40px;
	left: 50px;
	z-index: 10;
	height: 25px;
	width: 80%;
	float: left;
}


div#sideNavigation {
	margin-top: 40px;
	padding-right: 10px;
	height: 25px;
	float: right;
}



div#subNavigation {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	background-color: #9dbbd0;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

@media screen{
	body>div#header{
		position:fixed;
	}
	body>div#left-sidebar{
		position:fixed;
	}
	body>div#footer{
		position:fixed;
	}
	body>div#footer2{
		position:fixed;
	}
}
* html body{
	overflow:hidden;
}
* html div#content{
	height:100%;
	overflow:auto;
}
