/* Disclaimer CSS-File */


/* Body settings */
body{
text-align: center;
}

/* DIV-Container: settings (on the left side) */
.settings_box{
float: left; 
text-align:left;
}

/* DIV-Container: outer-box */
.disclaimer_box { 
width:50%; margin:0px auto;
margin-top: 20;
width: 600px;
height: 500px;
}

/* DIV-Container: Textfield */
.disclaimer_textfeld{
padding-top: 10px;
padding-bottom: 10px;
width: 600px;
height: 400px;
overflow-y: scroll;
overflow-x: none;
}

/* DIV-Container: Buttons */
.disclaimer_bottom_box{
text-align: center;
margin-top: 20;
width: 600;
height: 30px;
}

/* DIV-Container: Logo */
.disclaimer_logo{
padding-top: 5px;
padding-bottom: 5px;
width: 600px;
}

/* Buttonsstyle */
.button { background-color: transparent; color: #000000; min-width: 100px; font-size: 12px; font-weight: bold; }