/*---------------------
allgemeine definitionen
---------------------*/

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	margin: 10px 0;
	min-height: 101%;
}

a {
	text-decoration: none;
	color: #d1602a;
}

a:hover, a:focus {
	color: #d1602a;
	text-decoration: underline;
}

img {
	border: none;
}



/*-----------------
layout definitionen
-----------------*/


#container {
	width: 923px;
	border: 1px solid #1a2e5f;
	margin: 0px auto;
}

#header {
	background: url(/bilder/header-verteiler.jpg) no-repeat bottom right transparent;
	height: 301px;
	overflow: hidden;
}

#links {
	width: 361px;
	float: left;
	padding-left: 100px;
}

#rechts {
	width: 361px;
	float: left;
	padding-left: 36px;
}

/*-----------------
header definitionen
-----------------*/

#header ul {
	color: #fff;
	background: url(/bilder/farbband.png) no-repeat;
	font-size: 90%;
	height: 28px;
	padding: 1px 0 0 5px;
	list-style-type: none;
	overflow: hidden;
}
#header ul li {
	display: inline;
	
}
#header ul li a {
	color: #fff;
}

#header img {
	float: left;
}

#header img#lsbw {
	float: right;
	/*margin: 62px 30px 0 0;*/
	margin: 46px 0 0 0;
}

/*--------------------
links defintionen
--------------------*/

#links ul{
	height: 596px;
	background: url(/bilder/bg-verteiler.jpg) no-repeat;
}

#links ul a img{
	margin-top: 14px;
	margin-left: 15px;
}

#links ul p{
	padding: 14px 70px 0px 36px;
	display: block;
	line-height: 1.5;
	color: #1a2e5f;
	text-decoration: none;
}

#links ul a img.pfeil {
	float: right;
	padding-right: 70px;
}

/*--------------------
rechts defintionen
--------------------*/

#rechts ul{
	height: 596px;
	background: url(/bilder/bg-verteiler.jpg) no-repeat;
}

#rechts ul a img{
	margin-top: 14px;
	margin-left: 15px;
}

#rechts ul p{
	padding: 14px 70px 0px 36px;
	display: block;
	line-height: 1.5;
	color: #1a2e5f;
	text-decoration: none;
}

#rechts ul a img.pfeil {
	float: right;
	padding-right: 70px;
	padding-top: 16px;
}

/* clear */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
.clear {
	display: block;
}

