* {
        margin:0;
	padding:0;
	}


html, body {
	background-color:#4c4c4c;
	font-size:100%;
	height:100%;
	width:100%;
	 
	}

#pagecontainer {
        margin-top: -100px;
        }
        
#main {
	background-color:#e1990f;
	background-position:center;
        height:250px;
        width:100%;
        border:5px solid #b3b3b3;
        border-left:none;
        border-right:none;
        text-align: center;
        }

.mainborder {
        border:1px solid #e1990f;
        border-left:none;
        border-right:none;
        padding:4px 0 4px 0;
        z-index: 2;
        position: relative;
}
#main img{
        display: block;
        width: 1000px;
        margin: 0 auto 0 auto;
        }

table#page {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        }

table#page td {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        }

#page .bgpictop {
        width: 100%;
        height: 150px;
        background:transparent url("../bilder/oben.jpg") no-repeat 50% 0;
        position: relative;
        top:4px;
        }

#page .bgpicbottom {
        width: 1000px;
        height: 150px;
        background:transparent url("../bilder/unten.jpg") no-repeat 0 0;
        position: relative;
        margin: 0 auto 0 auto;
        top:-4px;
        }

.textblock {
        color: #d7d7d7;
        font-family: verdana, arial;
        font-size: 10px;
        padding-top: 25px;
        padding-left: 150px;
        position: absolute;
        line-height: 18px;
        }


#page .kontakt {
        border-collapse: collapse;
        border-spacing: 0;
        width: 200px;
        }

#page .kontakt td.left {
        width: 30%;
        color: #d7d7d7;
        font-size: 10px;
        }
#page .kontakt td.right {
        width: 70%;
        color: #d7d7d7;
        font-size: 10px;
        }

p {
        margin-bottom: 12px;
        }

p.v2 {
        margin-bottom: 0px;
    }

h2 {
        font-style: italic;
        color: #ffffff;
        font-size: 10px;
        }
h1 {
        color: #ffffff;
        font-size: 10px;
        
        }

h1 span {
        font-size: 9px;
        }

.download {
        float: right;
        padding-top: 80px;
        padding-right: 150px;
        /*margin-top: 174px;
        margin-right: 150px;*/
        font-family: verdana, arial;
        font-size: 10px;
        color: #d7d7d7;
        line-height: 18px;
        }

.bw {
        text-align: right;
        z-index: 3;
        position: absolute;
        top:212px;
        right: 151px;
        }

a img {
        border: 0px;
        }

.button {
        text-align: right;
        z-index: 3;
        position: absolute;
        top:30px;
        right: 150px;
        }

a {
        color: #ffffff;
        font-size: 10px;
}


