html, body {

	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color:#B9D4F1;
	text-align:center;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;

}

h1 {

	color:#ffb441;
	font-size:12px;
	font-weight:bold;
	margin-left:25px;

}

p {

	margin-left:50px;
	margin-right: 20px;

}

ul {

	margin-left:35px;
	margin-right:20px;
	list-style-type:circle;
	line-height:12px;

}


.maintable {

	height:100%;
	vertical-align:top;
	width:770px;
	background-color:#FFFFFF;

}

.container {

	width:750px;
	height:100%;
	vertical-align:top;

}

.hellblau {

	background-color:#ddedfd;
	width:240px;
	height:100%;

}

.orange1 {

	background-color:#FF9323;
	height:12px;
	
}

.orange2 {

	background-color:#FF9323;
	height:24px;
}

.menu {

	height:24px;
	background-image:url(../img/orange.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:5px;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;

}

.footer {

	height:24px;
	background-image:url(../img/orange2.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:5px;
	vertical-align:middle;
	color:#FFFFFF;

}

.adresse {

	height:24px;
	background-image:url(../img/blau.gif);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	font-size:10px;
	padding-left:5px;
	vertical-align:middle;

}

.content {

	background-image:url(../img/klammer_unten.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-left:22px;
	padding-top:30px;
	padding-right:10px;
	text-align:left;
	color:#565656;
	line-height:15px;

}

/* Linkdefinitionen für das Menü */

a:link.mainlink {
   color: #FFFFFF;
   text-decoration: none;
   font-weight:bold;
}

a:visited.mainlink {
   color: #FFFFFF;
   text-decoration: none;
   font-weight:bold;
}

a:hover.mainlink {
   color: #960A0A;
   text-decoration: none;
   font-weight:bold;
}

a:active.mainlink {
   color: #FFFFFF;
   text-decoration: none;
   font-weight:bold;
}

a:focus.mainlink {
   color: #FFFFFF;
   text-decoration: none;
   font-weight:bold;
}

/* Linkderfinitionen allgemein */

a:link {
   color: #ff9323;
   text-decoration: none;
   font-weight:bold;
}

a:visited {
   color: #ff9323;
   text-decoration: none;
   font-weight:bold;
}

a:hover {
   color: #960A0A;
   text-decoration: none;
   font-weight:bold;
}

a:active {
   color: #ff9323;
   text-decoration: none;
   font-weight:bold;
}

a:focus {
   color: #ff9323;
   text-decoration: none;
   font-weight:bold;
}

/* Linkdefinitionen für Footer und Adresszeile */

a:link.weiss {
   color: #FFFFFF;
   text-decoration: none;
   font-weight:bold;
}

a:visited.weiss {
   color: #FFFFFF;
   text-decoration: none;
   font-weight:bold;
}

a:hover.weiss {
   color: #FFFFFF;
   text-decoration:underline;
   font-weight:bold;
}

a:active.weiss {
   color: #FFFFFF;
   text-decoration: none;
   font-weight:bold;
}

a:focus.weiss {
   color: #FFFFFF;
   text-decoration: none;
   font-weight:bold;
}

