body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #CCF0FC;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: black;
}
br {
	clear: both;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 32px 0px 16px 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px 0px 16px 0px;
}
h6, th {
	font-size: 1.0em;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
	text-align: left;
}
p, td {
	margin: 0px 0px 16px 0px;
}
a {
	color: #006883;
	font-weight: bold;
	text-decoration: none;
}
div#topsquares {
	margin: 0px 0px 0px 96px;
	width: 864px;
	height: 96px;
}

div#topsquares div {
	position: relative;
	float: left;
	width: 90px;
	height: 90px;
	margin: 1px 1px 1px 1px;
	background-color: #ffc20e;
	display: inline;
	cursor:pointer;
	border: 2px solid #ffc20e;
}

div#topsquares div.aktiv {
	border: 2px solid #e95d0f;
}

div#topsquares a {
	position: absolute;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	bottom: 11px;
	width: 100%;
}
div#topsquares div.aktiv a {
	color: #e95d0f;
}
div#topsquares input.suche {
	position: absolute;
	bottom: 33px;
	left: 7px;
	width: 78px;
	height: 15px;
	border: 0px solid white;
}
div#topsquares input.suchesubmit {
	position: absolute;
	bottom: 9px;
	left: 7px;
	width: 80px;
	height: 18px;
	border: 1px solid white;
	background-color: #FFC827;
	color: white;
	font-weight: bold;
	font-size: 12px;
	max-width: 86px;
	max-height: 18px;
}

div#topsquares select#sprache {
	position: absolute;
	bottom: 9px;
	left: 7px;
	width: 80px;
	height: 18px;
	background-color: #FFC827;
	color: white;
	font-weight: bold;
	font-size: 12px;
	max-width: 86px;
	max-height: 18px;
}


div#subsquares {
	width: 864px;
	height: 96px;
}

div#subsquares div {
	position: relative;
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	margin: 1px 1px 1px 1px;
	background-color: #02B2ED;
	cursor:pointer;
	border: 2px solid #02B2ED;
}
div#subsquares div.aktiv {
	border: 2px solid #00608a;
}

div#subsquares a {
	position: absolute;
	color: #C5F2F5;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	bottom: 13px;
	width: 100%;
}
div#subsquares div.aktiv a {
	color: #00608a;
}


div#topsquares div.blank, div#subsquares div.blank {
	background-color: transparent;
	border: 0;
	width: 94px;
	height: 94px;
	cursor: default;
}

div#topsquares div#logo, div#subsquares div#claim {
	width: 186px;
	background-color: #CCF0FC;
	border-color: #CCF0FC;
	cursor: default;
}
div#logo a {
	position: absolute;
	top: 14px;
	left: 38px;
	text-align: left;
}
div#logo img {
	margin: 0px 0px 0px 0px;
	border: none;
}

div#claim img {
	border: none;
	margin: 44px 0px 0px 10px;
}


div#content {
	margin: 0px 0px 16px 96px;
	width: 767px;
}

div#left {
	float: left;
	width: 174px;
	display: inline;
	margin: 32px 10px 16px 10px;
}
div#left p {
	color: black;
	margin: 0px 0px 0px 0px;
}
div#left p.subnav01 {
	text-indent: -14px;
	margin: 0px 0px 0px 14px;
}
div#left p.subnav02 {
	text-indent: -14px;
	margin: 0px 0px 0px 26px;
}
div#left a {
	color: #006883;
}
div#left p.subnav01 a.aktiv, div#left p.subnav02 a.aktiv {
	color: black;
}

div#middle {
	float: left;
	width: 366px;
	display: inline;
	margin: 2px 10px 16px 8px;
}
div#middle p {
	margin: 0px 0px 16px 0px;
}

div#middle p.linklist {
	text-indent: -14px;
	margin: 0px 0px 16px 14px;
}

div#middle h2 {
	margin: 16px 0px 0px 0px;
}
div#leftmiddle {
	float: left;
	width: 174px;
	display: inline;
	margin: 32px 10px 16px 8px;
}

div#rightmiddle {
	float: left;
	width: 174px;
	display: inline;
	margin: 32px 10px 16px 8px;
}

div#right {
	float: left;
	clear: right;
	width: 174px;
	display: inline;
	margin: 32px 0px 16px 8px;
}

div.form {
	width: 250px;
	margin: 16px 0px 0px 0px;
}
div.form input, div.form textarea, div.form select {
	width: 220px;
	border: 1px solid #00488A;
	color: black;
	clear: both;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
div.form input.submit {
	width: 100px;
	padding-top: 2px;
	background-color: transparent;
}

div.form input.submitlang {
	width: 150px;
	padding-top: 2px;
}

div.form fieldset {
	padding: 16px 8px 8px 8px;
	border: 1px solid white;
	width: 230px;
}
div.form input.checkbox {
	background-color: transparent;
	border: 0;
	width: auto;
	height: auto;
	margin: 0;
	margin-right: 6px;
}
p#checkboxes input {
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}

p.contextextern {
	text-indent: -24px;
	margin: 16px 0px 0px 24px;
}
p.contextintern {
	text-indent: -14px;
	margin: 16px 0px 0px 14px;
}

div.lplist {
	clear: both;
	width: 350px;
	margin: 0px 0px 28px 0px;
}

div.lplist img {
	float: left;
	clear: left;
	margin: 0px 20px 16px 0px;
}

div#middle div.lplist p, div.lplist h6 {
	clear: right;
	margin: 0px 0px 0px 120px;
}

div.kaleft
{
	float: left;
	clear: left;
	width: 175px;
}
div.karight {
	float: right;
	clear: right;
	width: 175px;
}
div.kaleft h6, div.karight h6 {
	margin-top: 0px;
}

div#foot {
	width: 100%;
	border-top: 1px solid white;
	margin: 16px 0px 16px 0px;
	display: block;
	float: none;
	clear: both;
}
div#foot p {
	text-align: left;
	margin: 0px 0px 0px 106px;
	font-weight: normal;
	font-size: 0.8em;
}

div#foot a {
	font-weight: normal;
}

span.searchhighlight {
	font-weight: bold;
}

p.searcherror {
	font-weight: bold;
	color: #FF8C00;
}

div#backendnavigationwrapper {
	margin: 0px 0px 0px 298px;
	width: 524px;
	height: 96px;
	clear: both;
	display: block;
}
div#backendnavigation {
	float: left;
	display: inline;
}
div#backendnavigation p {
	margin: 0px 0px 0px 0px;
}
div#backendlogo {
	float: right;
	clear: right;
	display: inline;
	margin: 35px 0px 0px 0px;
}

div#backendnavigation a.aktiv {
	color: #000000;
}

a#muellschlucker {
	visibility: hidden;
}
