html {
  min-height: 100%;
}

body {
   background-color: #fff;
   font-family: Verdana, Tahoma, sans-serif;
   font-size: 1 em;
   color: #32528f
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 hack */

}

#wrapper {
	background: #FFF;
	font-size: 1em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 711px;
   text-align: left;
}

a {
  text-decoration: none;
}

p,ul {padding-bottom: 1.2em;}

li {
   list-style: none;
}

h1,h2,h3 {
   font-family:Verdana Tahoma, sans-serif;
   padding-top: 6px;
   color: #32528f
}

h1 {
	font: normal 1.8em;
	margin-bottom: 4px;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-family: Verdana, Tahoma, sans-serif;
   font-size:1em;
	font-weight: bold;
	padding-left: 40px;
}

/* misc */
#clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* header */
#header {
	background: #FFF;
	font-size: 1.2em;
	height: 133px;
	margin: 0 auto;
	padding: 10px 10px 5px 0px;
	width: 780px;
}
#header .left, #header .right {
	background: #6588DC;
	color: #D8E0F3;
	height: 133px;
}
#header .left {
	background: #B3C2C7 url(../images/logo1.jpg) no-repeat;
   /*
	font: normal 2.8em sans-serif;
	line-height: 133px;
	text-align: center;
   */
	width: 564px;
}
#header .right {
	width: 212px;
}
#header .right p,#header .right h2 {padding: 0 16px;}
#header .right h2 {
   padding-top: 16px;
   font: italic 1em Garamond, Tahoma,sans-serif;
   text-align:justify;
}

/* navigation */
#navigation {
	background: #D9E1E5 url(../images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}

#navigation a {
	background: #D9E1E5 url(../images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 0.9em sans-serif;
	line-height: 41px;
/*   width:4em;*/
	padding: 0 20px;
	text-decoration: none;
}

#navigation a:hover {
   background-position: left bottom;
   color: #234;
}

/* Inhalte */
#main {
	border-top: 4px solid #FFF;
  background: url(../images/bg_main.jpg) repeat-y;
}
/* Seitenleiste */

#sidebar {
	float: right;
	width: 210px;
}
#sidebar h2 {
	color: #456;/*#5A5A43;*/
	font-size: 1.2em;
	font-family: Verdana, Tahoma, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
#sidebar ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
#sidebar li {
   border-bottom: 1px solid #EAEADA;
}
#sidebar li a {
	font-size: 1.1em;
	color: #234;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
#sidebar li a:hover {
	background: #EFF2FA;/*#849ed7;/*#F0F0EB;*/
	color: #234;
}

#content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

#content li {
	list-style: url(../images/dot.gif);
	margin-left: 18px;
   line-height: 21px;
   padding-bottom: 1em;
}

/* footer */
#footer {
 /*	background: url(../images/footer.gif) repeat-x;*/
   background:transparent;
	color: #000;
	line-height: 39px;
	text-align: center;
  font-family: "Berlin Sans FB", sans-serif ;
  font-size: 0.9em;
  font-style: normal
}