body {
	font: 16px/22px Verdana, sans-serif;
	color: rgb(102,102,102);
	padding: 0;
	margin: 0;
	background-color: #FFFFEE;
}

body, html {
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

* html #container {
    height: 100%;
}

a {
   outline: none;
}

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #0000CC;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0.9em 0;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

dt {
	font-weight: bold;
   margin-top: 10px;
}
dd {
	margin-bottom: 4px;
}

.clr {
	clear: both;
}

#main {
   position: relative;
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;

   border-top: 1px dotted rgb(51,153,204);
}

#header {
   height:100px;

	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

#rightside {
	width: 250px;
	float: right;
	padding-bottom: 30px;
	margin-bottom: 1em;
   margin-top: 20px;
}

#leftside {
	width: 660px;
	float: left;
	padding-bottom: 30px;
   padding-right: 20px;
	margin-bottom: 1em;
   margin-top: 20px;
	border-right: 1px dotted rgb(51,153,204);
}

#footer {
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #dcd7de;
}

.logo {
	background-image: url('../images/logo.gif');
	background-position: right center;
	background-repeat:no-repeat;
}

.titel {
	background-image: url('../images/titel.gif');
	background-position: left;
	background-repeat:no-repeat;
}

.head {
   margin-left:0;
   margin-right:0;
   float:left;
	color: rgb(51,153,204);
}

.head a {
   text-decoration: none;
   color: rgb(51,153,204);
}

.headleft {
   height:64px;
	width:680px;
	margin-top:20px;
	margin-bottom:20px;
	line-height:64px;
	font-size:30px;

	border-right: 1px dotted rgb(51,153,204);
}

.headright  {
	width:250px;
	text-align:right;
   height:96px;
	margin-top:4px;
	margin-bottom:4px;
}

.headright a {
   display: inline-block;
   height: 96px;
   width:200px;

}

.headinnerleft {
	margin-left:10px;
}

.headinnercenter {
}

.headinnerright  {
	margin-right:10px;
}

.head3 {
   margin-top:25px;
   margin-bottom: 10px;
}

.head3top {
   margin-top:5px;
   margin-bottom: 10px;
}

.listheader {
   margin-top: 10px;
   margin-bottom: 0px;
}

ul {
   margin-top:2px;
}

.aqd0 {
	color: black;
	font-weight: bold;
}

.aqd1 {
	color: rgb(51,153,204);
	font-weight: bold;
}

.aqdLink {
   background-image: url('../images/45.gif');
   background-position: left;
   background-repeat:no-repeat;
   padding-left:15px;
}

.aqdLinkList {
   list-style-image: url('../images/45.gif');
}

.aqdTopicRef {
   font-size: smaller;
   font-style: italic;
}

.aqdIntro {
   margin-top: -45px;
   margin-left: 70px;
}

.aqdIntro dt {
   margin-top: 50px;
   margin-bottom: 10px;
   font-size: 2.0em;
   color: rgb(51,153,204);
}
.aqdIntro dd {
   font-size: 1.2em;
   color: rgb(51,153,204);
}

.panel0  {
   text-align:left;
   height:96px;
   width: 200px;
   line-height: 96px;
   margin: 15px 40px;
   padding-left: 30px;

   font-size: 2.0em;
   color: rgb(51,153,204);
}

.panel0 a {
   color: rgb(51,153,204);
}

.panel0 span {
   display: inline-block;
   width: 50px;
   margin-right: 5px;
   text-align: right;
}

/* EOF */