
/**************************************************
        Stylesheet for Schmidt-Wheels Teaser
        v1.0 - Screen
***************************************************/



/**************************************************
        Global
***************************************************/

* {
        margin: 0;
        padding: 0;
        }

html {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333;
        text-align: center;
        }

body {
        background: #DDD none;
        text-align: center;
        padding: 10px;
        }


/**************************************************
        Dokument-Struktur
***************************************************/

p {
        margin-bottom: 15px;
        }

h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin-bottom: 18px;
        }

h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-bottom: 14px;
        }


/**************************************************
        Text-Elemente
***************************************************/

abbr, acronym {
        font-style: normal;
        border-bottom: 1px dotted;
        * border-bottom: none;
        cursor: help;
        }

address {
        margin: 0;
        padding: 0;
        font-style: normal;
        }

blockquote {
        margin: 0 0 0 20px;
        }

code {
        font-family: Monaco, Courier, "Courier New", monospace;
        }

em {
        font-style: italic;
        }

strike {
        text-decoration: line-through;
        }

strong {
        font-weight: bold;
        }


/**************************************************
        Listen
***************************************************/

ul, ol {
        margin-left: 12px;
        padding: 10px 3px;
        }

ul li, ol li {
        margin-left: 5px;
        padding: 0 0 5px 0;
        }


/**************************************************
        Grafiken
***************************************************/

img {
        border: 0;
        }


/**************************************************
        Page
***************************************************/

#wrap {
        margin: 0 auto;
        text-align: center;
        width: 760px;
        padding: 0 5px;
        * width: 770px;
        background: transparent none;
        }


/**************************************************
        diverse
***************************************************/

.center {
        text-align: center;
        }

.clearboth {
        clear: both;
        }

.hide {
        display: none;
        }

span.textbutton {
        border-top: #FFE59C 1px solid;
        border-right: #CC9700 1px solid;
        border-bottom: #CC9700 1px solid;
        border-left: #FFE59C 1px solid;
        padding: 0 5px;
        color: #000;
        text-align: center;
        background: #FCCA3B none;
        }

#link {
   margin-top:10px;
   margin-bottom:10px;
   padding:5px;
   background:#ffcc00;
   font-weight:bold;
   font-size:1.5em;
   color:#DF0000;
   border:1px solid #000000;
}
#link a {
   color:#DF0000;
  }
#link a:link,
#link a:visited {
   color:#DF0000;
   text-decoration:none;
}
#link a:hover,
#link a:active {
   color:#DF0000;
   text-decoration:underline;
}



