@font-face
{
font-family: motorwerk;
src: url(../fonts/MotorwerkOblique.ttf) format('truetype');
}

*
{
font-family: motorwerk;
}

img
{
border:0;
}

body
{
width:100%;
height:100%;
}

a
{
text-decoration : none; 
color: #000000;
}

.round_shadow 
{
text-align: center;

padding: 15px; 
position:relative;
width:  900px;  
margin-left: auto;
margin-right:auto;

border: 0;

background-color:#d4d4d4;

box-shadow: 5px 5px 7px #30393D;

border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}

.main
{
position:relative;
width:100%;
margin-top: 30px;
}

.rechts
{
text-align : right;
}
.center
{
text-align : center;
}
.valid
{
border:0;
width:66px;
height:23px
}

.shadow_text
{
text-shadow: 2px 2px 5px #30393D;
}