html, body {
margin : 0;
padding : 0;
height : 100%;
width : 100%;
background : url(../images/bg_paper_2.png) no-repeat 0px 0px;	
text-align:center;
}

#main {
position : relative;
margin : 0 auto;
width : 1150px;
height : 100%;

border : 0px solid #f00;
}

#wrapper {
position : relative;
margin : 0 auto;
width : 1000px;
height : 100%;
background : #fff;
font-family : Verdana, Geneva, sans-serif;
font-size : 12px;
color : #333;
text-align : left;
border : 0px solid #f00;
}

.clear {
clear : both;
font-size : 1px;
height : 1px;
}

/*=====================================================================================

HEADER SECTION

=====================================================================================*/

#header {

height : 150px;
border : 0 solid #0f0;
font-size : 20px;
color : #666;
letter-spacing : -1.5px;
line-height : 150px;
}

#header #head {
float:left;
}

#header #logo {
float:right;
width:140px;
height:110px;
margin-top:20px;

background:url(../images/wpm_logo.png) no-repeat;
}

/*=====================================================================================

LINKS SECTION

=====================================================================================*/

.links {
	float : left;
	margin-right : 30px;
	width : auto;
	width : 200px;
	overflow:auto;
	border : 0px solid #929599;
	line-height : 1.65em;
}

.links ul {
	list-style:none;
	color:#929599;
}
.links ul li {
	margin:0;
	margin-left:-40px;
	font-weight:normal;
}

.links ul li#active{
	color:#929599;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/Bullet.png) 0 .5em no-repeat;
}

.links ul li a {
	color:#929599;
	text-decoration:none;
	margin-left:20px;
}

.links ul li a:hover {
	color:#626365;
}

.links ul li#active a:hover {
	color:#626365;
}

.links ul li ul li {
	margin-left:-25px;
}
.links ul li ul li a {
	color:#929599;
	text-decoration:none;	
}
.links ul li ul li a:hover {
	color:#626365;
}

/*=====================================================================================

CONTENTS SECTION

=====================================================================================*/

.contentsarea_main {
float : left;
width : 750px;
height : 460px;
border : 0px solid #666;
}

img{
border:none;
}
/*=====================================================================================

CONTENTS AREA ONE

=====================================================================================*/

.contentsarea_one {
width : 748px;
height : 450px;
margin-bottom : 10px;
background : #f5f5f5 url(../include/lightbox/images/loading.gif) no-repeat center;
/*border : 1px dashed #ccc;*/
}
.contentsarea_one:hover {
background:#eee url(../include/lightbox/images/loading.gif) no-repeat center;
/*border : 1px dashed #999;*/
}

/*=====================================================================================

CONTENTS AREA FOUR 

=====================================================================================*/

.contentsarea_four_left {
float : left;
width : 370px;
height : 220px;
/*border : 1px dashed #ccc;*/
margin-bottom : 10px;
background : #f5f5f5 url(../include/lightbox/images/loading.gif) no-repeat center;
}
.contentsarea_four_right {
float : right;
width : 370px;
height : 220px;
/*border : 1px dashed #ccc;*/
margin-bottom : 10px;
background : #f5f5f5 url(../include/lightbox/images/loading.gif) no-repeat center;
}
.contentsarea_four_left:hover, .contentsarea_four_right:hover { 
background:#eee url(../include/lightbox/images/loading.gif) no-repeat center;
/*border : 1px dashed #999;*/
}

/*=====================================================================================

CONTENTS AREA NINE

=====================================================================================*/

.contentsarea_nine_left {
float : left;
width : 240px;
height : 140px;
/*border : 1px dashed #ccc;*/
margin-bottom : 10px;
background : #f5f5f5 url(../include/lightbox/images/loading.gif) no-repeat center;
}
.contentsarea_nine_middle {
width : 240px;
height : 140px;
/*border : 1px dashed #ccc;*/
margin-bottom : 10px;
background : #f5f5f5 url(../include/lightbox/images/loading.gif) no-repeat center;
}
.contentsarea_nine_right {
float : right;
width : 240px;
height : 140px;
/*border : 1px dashed #ccc;*/
margin-bottom : 10px;
background : #f5f5f5 url(../include/lightbox/images/loading.gif) no-repeat center;
}

.contentsarea_nine_left:hover, .contentsarea_nine_right:hover, .contentsarea_nine_middle:hover { 
background:#eee url(../include/lightbox/images/loading.gif) no-repeat center;
/*border : 1px dashed #999;*/
}
/*=====================================================================================

DESCRIPTION SECTION

=====================================================================================*/

.description {
margin-top : 20px;
border : 0 solid #9cf;
color: #929599;
line-height : 1.5em;
width:750px;
float:right;
margin-right:20px;

text-align:justify;
}

/*=====================================================================================

Contact Form

=====================================================================================*/
fieldset div label {
    float:left;
    width:150px;
    height:20px;
}

.inputNormal {
    border: #666666 1px solid;
    width:275px;
    height:15px;
    margin-right:5px;
    font-size:11px;
}

.inputError {
    border: #FF8000 1px solid;
    margin-bottom: 5px;
    color: #FF8000;
    background-color: #FFFFD7;
    width:180px;
    height:16px;
    margin-right:5px;
    font-size:11px;
}

.innerError {

    margin-bottom: 20px;
    padding:10px;
}

fieldset {
    border:0px;
    padding:20px;
    width:650px;
}


#anschrift{
    padding:20px;
    width:640px;
} 

input[type="submit"]{
    border:none;
    color : #666;
    background:#e1dcdc;
}

input {
    margin-bottom:5px;
    color:black;
    border:1px #666666 solid;
}

fieldset div {
    clear:both;
}

fieldset div span {
    margin-left:10px;
    color:red;
}