html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color:#333333;
}
td
{
    text-align:left;
}

body
{
    font-family: Helvetica, Arial;
    background: url('http://crm.owners-club.eu/_img/bg_login.jpg');
    font-size:15px;
    color:#333333;
    font-size-adjust:0.52;
    background-size: cover;
    background-attachment: fixed;
}

#content
{
    width:100%; max-width:840px; text-align:left; margin-top:15px; margin-bottom:40px; padding:5px;
    background-color: #ffffff; min-height: 850px; padding-left: 20px; padding-right: 20px;
    border: 1px solid gray;
    border-radius: 10px;
}

.feld
{
    float:left; width:47%; font-size:15px; margin-right:20px; margin-bottom:10px;
}

button
{
    -webkit-appearance: none;
    width:100%; height:40px; font-size:25px;
}

h1
{
    font-weight:bold; font-size:30px;
}
h5
{
    font-weight:bold; font-size:50px;
}
.trenn_desktop
{
    overflow:hidden; width:100%; height:1px;
}


.desktop_only
{
    display:block;
}
.mobile_only
{
    display:none;
}

@media (max-width: 799px)
{
    body
    {
        font-size:13px;
    }
    h1
    {
        font-weight:bold; font-size:22px;
    }
    h5
    {
        font-weight:bold; font-size:35px;
    }
    button
    {
        -webkit-appearance: none;
        width:100%; height:40px; font-size:15px;
    }
    .feld
    {
        float:left; width:45%; font-size:15px; margin-right:20px; margin-bottom:10px;
    }
    .trenn_desktop
    {
        overflow:hidden; width:100%; height:1px;
    }
    .desktop_only
    {
        display:block;
    }
    .mobile_only
    {
        display:none;
    }
}
@media (max-width: 500px)
{
    body
    {
        font-size:12px;
    }
    h1
    {
        font-weight:bold; font-size:18px;
    }
    h3
    {
        font-weight:bold; font-size:22px;
    }
    .feld
    {
        float:left; width:98%; font-size:15px; margin-bottom:10px;
    }
    .trenn_desktop
    {
        overflow:hidden; width:100%; height:1px;
    }
    .desktop_only
    {
        display:none;
    }
    .mobile_only
    {
        display:block;
    }
}
select
{
    font-size:15px;
    -webkit-appearance: none;
    width:100%; padding:8px;
}
textarea
{
    font-size:15px;
    -webkit-appearance: none;
    width:95%; padding:8px;
}
input
{
    font-size:15px;
    /*-webkit-appearance: none;
    width:100%; */padding:8px;
}
.feld input
{
    width:95%;
}
.button
{
    color:white;font-family: Arial, sans-serif;font-size:15px;padding:10px 30px;border:0px black none;cursor:pointer;font-weight:bold;-moz-border-radius: 5px; -webkit-border-radius: 5px;
    border-radius:5px;
    background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(26, 97, 219)), color-stop(0.51, rgb(54, 144, 240)), color-stop(0.54, rgb(84, 164, 238)), to(rgb(112, 181, 242)));
    background-image:-moz-linear-gradient( center bottom, rgb(26,97,219) 0%, rgb(54,144,240) 51%, rgb(84,164,238) 54%, rgb(112,181,242) 100%);
    background-color:#1c65dc;
}
.button:hover
{
    color:#0c2e4e;
}
.button:active
{
    background-image:none;
    background-color:#1c65dc;
}

.hinweis_error
{
    background-color:red; padding:5px; width:100%; color:white; font-weight:bold; border-radius:5px; text-align:center;
}
.hinweis_erfolg
{
    background-color:limegreen; padding:5px; width:100%; color:white; font-weight:bold; border-radius:5px; text-align:center;
}

.text
{
padding:0px;
margin-top:1px;
box-shadow:inset 1px 1px 1px #ccc;
width:100%; line-height:13px; line-height:32px\9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height:36px; padding-left:8px; padding-right:10px;
border: 1px solid #aaaaaa;
background-color:#fbfbfb; font-size:13px;
text-shadow: rgba(255,255,255,0.2) 1px 1px;
-webkit-text-shadow: rgba(255,255,255,0.2) 1px 1px;
-moz-text-shadow: rgba(255,255,255,0.2) 1px 1px;
}
.text:focus
{
    border:2px solid #777; padding-left:7px;
    height:34px;
}
.loginwindow {
    width: 400px;
    height: 350px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    z-index: 10;
}