* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background:#fff;
}
#rand {
    margin: 0 auto;
    width:950px;
    border-top:30px solid #C7DEEE;
    border-left:30px solid #C7DEEE;
    border-right:30px solid #C7DEEE;
}
#wrapper { 
    margin:0 auto;
    padding:0;
    width: 948px;
    border:2px solid #fff;
}
#header {
    border-bottom:1px solid #fff;
    background: #0088C2 url(../grafiken/header.gif);
    width:948px;
    height:125px;
}
#header-english {
    border-bottom:1px solid #fff;
    background: #0088C2 url(../grafiken/header_en.gif);
    width:948px;
    height:125px;
}
#content { 
    width:948px;
    min-height:505px;
    color: #000;
    font-size:10pt;
    line-height:12pt;
    border-bottom: 0px solid #fff;
	border-top: 1px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff; 
    background: #33A3D2;
    margin: 0 auto;
    /* overflow: auto; */
}
#content a {
    color:#000;
    line-height:16pt;
    font-weight:normal;
    text-decoration:underline;        
}
#content a:hover {
    color:#CC0044;
}
#content h1 {
    color:#008DC6;
    line-height:28pt;
    font-size:32pt;
    font-weight:bold;
    font-style:italic;
}
#content h2 {
    color:#008DC6;
    font-size:12pt;
    font-weight:bold;
}
#content h3 {
    color:#000;
    font-size:12pt;
    font-weight:bold;
}
#content h4 {
    color:#008DC6;
    font-size:12pt;
    font-weight:bold;
}
input, textarea {
    width:400px;
}
input.send {
    font-weight:bold;
    color:#fff;
    border:1px solid #000;
    background:#0089C5;
    width:100px;
    padding:2px;
}
input.send:hover {
    cursor:pointer;
    background:#CC0044;
}
td.form {
    padding:5px;
    text-align:left;
}
#abisz1, #abisz2, #abisz3, #abisz4 {
    float:left;
    font-size:9pt;
    padding:0;
    min-height:700px;
    background: #fff;
    width:25%;
}
#abisz1 a, #abisz2 a, #abisz3 a, #abisz4 a  {
    line-height:12pt;
}
#abiszpadding {
    padding:20px;
}
#footer {
    margin: 0 auto;
    padding:0 0 20px 0;
    width: 950px;
    color: #000;
    background: #C7DEEE;
}
#footer a {
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}