html, body{
	margin:0;
	padding:0;
	background:#c6cfe9;
	color:#000;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol{
	margin:0;
	padding:0;
}

h1{
	margin:4px 0;
	background:transparent;
	color:#005cac;
	font-size:20px;
	font-weight:100;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
	margin:6px 0 0px 0;
	background:transparent;
	color:#666;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 a {
	color:#666;
	text-decoration: underline;
}

h2 a:hover {
	color:#666;
	text-decoration: none;
}

h3{
	margin:4px 0;
	background:transparent;
	color:#005cac;
	font-size:12px;
	font-weight:800;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

blockquote{
	margin:10px;
	padding:10px;
}

cite{
	display:block;
}

address{
	font-size:14px;
	line-height:16px;
}

a img{
	border:0;
	display:block;
}

hr{
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #005CAC;
	height: 0;
	margin: 15px 0;
}

#outerFrame{
	margin:30px auto 0 auto;
	width:770px;
	text-align:left;
}

#contentFrame{
	color:#000;
	background:#fef5eb;
}

#header{
	float:left;
	position:relative;
	background:#e2e5e9 url("../imgs/topshadow.gif") top left repeat-x;
	color:#8baa95;
	height:143px;
}

#logo{
	position:absolute;
	top:12px;
	left:22px;
	z-index:2;
}

#header_img{
	background:url("../imgs/header_bg.jpg") no-repeat;
	position:relative;
	top:10px;
	width:750px;
	height:133px;
	z-index:1;
}

#headermenu{
	position:absolute;
	top:20px;
	right:20px;
	font:icon;
	z-index:2;
}

#headermenu a, #headermenu a:link{
	background:transparent;
	color:#000;
	text-decoration:underline;
}


#headermenu a:hover,
#headermenu a:active{
	background:transparent;
	color:#000;
	text-decoration: none;
}

#menu{
	float:left;
	clear:both;
	background:#005bac url("../imgs/menu_bg.gif") no-repeat;
	height:27px;
	width:750px;
	font-family:arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#FFF;
	font-variant:small-caps;
}

#menu ul{
	overflow:auto;
	margin:6px 0 0 184px;
	padding:0;
	list-style:none;
}

#menu li{
	padding-right:15px;
	margin:0 -1px 0 0;
	float:left;
}

#menu a,
#menu a:link{
	padding:0 10px;
	background:transparent;
	color:#FFF;
	text-decoration:none;
}

#menu a:hover,
#menu a:active{
	background:transparent;
	color:silver;
}

#content{
	position:relative;
	clear:both;
	background:#fff url("../imgs/leftColBg.gif") top left repeat-y;
	color:#000;
	zoom:1;
	overflow:hidden;
}

#tl_corner,
#tr_corner,
#bl_corner,
#br_corner{
	position:absolute;
	z-index:2;
}

#tl_corner img,
#tr_corner img,
#bl_corner img,
#br_corner img{
	display:block;
}

#tl_corner{
	top:0px;
	left:-10px;
}

#tr_corner{
	top:0px;
	right:-11px;
}

#bl_corner{
	bottom:0px;
	left:-10px;
	width:20px;
	height:20px;
}

#br_corner{
	bottom:0px;
	right:-10px;
	width:20px;
	height:20px;
}

#shadowFrame_l{
	padding:0 0 0 10px;
	background:url("../imgs/leftshadow.gif") top left repeat-y;
}

#shadowFrame_r{
	padding:0 10px 0 0;
	background:url("../imgs/rightshadow.gif") top right repeat-y;
}

#leftCol{
	position:relative;
	float:left;
	width:182px;
	height:300px;
	padding-bottom:180px;
}

*>#leftCol{
	height:auto;
	min-height:300px;
}

#leftCol h1{
	margin:20px 20px 0 20px;
	color:#005cac;
	background:transparent;
	font-weight: bold;
	font-family:Arial, sans-serif;
	font-size:12px;
	text-transform: uppercase;
}

#leftCol p{
	margin:5px 20px 0 20px;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
}

#leftCol p a{
	color:#005cac;
	
}


#leftCol ul{
	margin:10px 0 0 0;
	list-style:none;
}

#leftCol li{
	margin:0;
	padding-left:20px;
}

#leftCol ul a{
	padding:6px 0;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#005cac;
	background:inherit;
	text-transform: uppercase;
	display:block;
	height:100%;
	font-weight:bold;
	line-height: 22px;
}

#leftCol ul a:hover{
	background:#d6def2;
	color:#000;
}

#mainContent{
	position:relative;
	padding:20px;
	margin:0 0 0 184px;
	font-size:12px;
	line-height:22px;
	word-spacing: 1px;
	width:563px;
	overflow:hidden;
	zoom:1;
}

*>#mainContent{
	width:auto;
	margin:0;
}

#mainContent p{
	padding:5px 0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}


#mainContent p a, #mainContent ul a, #mainContent ol a {
	color:#005cac;
	text-decoration: underline;
}

#mainContent p a:hover, #mainContent ul a:hover, #mainContent ol a:hover {
	color:#005cac;
	text-decoration: none;
}

#mainContent h1,
#mainContent h2{
	margin:0 0 10px 0;
}

#mainContent ul {
	margin:auto auto auto 20px;
	font-family:Arial, Helvetica, sans-serif;
}

#mainContent ol {
	margin:auto auto auto 20px;
	font-family:Arial, Helvetica, sans-serif;
}
/*
#homepage_photo{
	width:565px;
	height:176px;
	overflow:hidden;
	margin:10px 0 -20px -19px;
}

#homepage_photo img{
	display:block;
	float:left;
}
*/

#homepage_photo{
	position:relative;
	margin:10px -20px -20px -19px;
	width:565px;
	height:176px;
	overflow:hidden;
}

#homepage_photo img{
	margin:0;
	padding:0;
}


#footer{
	position:relative;
	clear:both;
	height:41px;
	background:#c6cfe9 url("../imgs/bottomshadow.gif") bottom left repeat-x;
}

#footer_phrase{
	display:block;
	position:absolute;
	right:0px;
	z-index:2;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#86a99e;
}

#outer_footer{
	margin:0 auto;
	padding:3px 0;
	font-family:arial, sans-serif;
	font-size:9px;
	color:#333;
	background:inherit;
	text-align:center;
}

.right{
	float:right;
}

.left{
	float:left;
}

.staff{
	clear:right;
	overflow:auto;
	margin:0 0 40px 0;
}

.staff img{
	display:block;
	float:right;
	margin:0 0 5px 10px;
}

.oa{
	overflow:auto;
}

.tn{
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #005BAC;
}


.message{
	width:100%;
	padding:1em !important;
	margin:0 0 1em 0 !important;
	border:1px solid #000;
	background:#b0c4de;
	color:#000;
	font-weight:900;
}

#Apsche-Link{
	position:absolute;
	left:0;
	bottom:25px;
	padding:10px;
}