* {
    font-size: 14px;
    font-family: Verdana;
    color: #000000;
}


a.menu:link    { color:#;  }
a.menu:visited { color:#;  }
a.menu:hover   { color: #1B6AB0; background-color: #E7E7E7; padding: 12px 0px 6px 0px; }
a.menu:active  { color:#;  }

.wrapper {
    width: 1024px;
    margin: 0 auto;
}

.header {
	height: 121px;
    background-image: url(pic/header.png);
    
}

.menu {
	background-color: #1B6AB0;
	text-align: right;
	height: 37px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}

.ulmenu {
	list-style-type: none;
	margin: 0 0 0 330px;
	padding: 12px 15px 0 0;
}

.limenu {
	font-size: 16px;
	float: left;
	color: #FFFFFF;
	margin-right: 30px;
}

.ultext{
    color: #6F6F6E;
}

.litext{
    color: #6F6F6E;
    margin-left: 30px;
    line-height: 150%;
}

.body {
	clear: left;
	background-image: url(pic/background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #E3E3E3;
    height: 100%;
    position: relative;
}

.inhalt{
    color: #fff;
    font-size: 16px;
}


.text{
    background-image: url(pic/4bilder.png);
    background-repeat: no-repeat;
    background-position: bottom;
    
    width: 562px;
    min-height: 387px;
    background-color: #D7D7D7;
    padding-left: 17px;
    padding-right: 100px;
    /*text-align: justify;*/
    padding-bottom: 140px;
    padding-top: 50px;
}

#text {
    font-size: 14px;
    line-height: 150%;
}

#text2 {
    font-size: 11px;
    line-height: 150%;
    text-align: justify;
}

.footer {
    background-image: url(pic/footer.png);
    height: 64px;
}

p {
	margin: 0;
	color: #6F6F6E;
	font-size: 12px;
	padding: 17px 0px 0px 55px;
}

table {

    margin-left: 50px;
}

td {
    color: #6F6F6E;
	font-size: 14px;
}

span {
    color: #0069B4;
    font-weight: 100;
    
}

.bottom > * {
  vertical-align: bottom;
}