@charset "utf-8";
/* CSS Document */


/* Farb-Definitionen */

/*

Orange: #f67119
Blau: #00aaff
Grau: #626365
Schwarz: #3c3c3e



*/


/* ----------------------- R E S E T ----------------------- */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

a {outline:0;}

/* ----------------------- F O N T ----------------------- */

@font-face {
    font-family: 'DINOTBold';
    src: url('fonts/dinot-bold-webfont.eot');
    src: url('fonts/dinot-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinot-bold-webfont.woff') format('woff'),
         url('fonts/dinot-bold-webfont.ttf') format('truetype'),
         url('fonts/dinot-bold-webfont.svg#DINOTBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DINOTLight';
    src: url('fonts/dinot-light-webfont.eot');
    src: url('fonts/dinot-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinot-light-webfont.woff') format('woff'),
         url('fonts/dinot-light-webfont.ttf') format('truetype'),
         url('fonts/dinot-light-webfont.svg#DINOTLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ----------------------- F O R M A T ----------------------- */

html {
    background-image: url(bg_html.gif);
    width: 100%;
    min-width: 1030px;
    color: #3c3c3e;
    font-family:DINOTLight, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

a {
    text-decoration:none;
    color: #3c3c3e;
}

h3 {
    font-family:DINOTLight;
    color: #f67119;
    font-size: 24px;
    letter-spacing: -0.022em;
    margin-bottom: 12px;
}

h5 {
    width: 180px;
    color: #f67119;
    font-size: 16px;
    font-family:'DINOTLight';
    letter-spacing: -0.022em;
    margin-bottom: -3px;
    text-align: center;
}

p {
    margin-bottom: 20px;
}

#logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -369px;
    margin-top: -276px;
	padding: 33px 0 20px 35px;
}

div.centerpl {
    background: #FFFFFF;
    border: 1px solid #f3f3f3;
    position: absolute;
    width: 738px;
    height: 282px;
    top: 50%;
    left: 50%;
    margin-top: -161px;
    margin-left: -369px;
    padding: 20px
}

.teaser_box_small {
    float: left;
    width: 180px;
    height: 170px;
    margin: 10px;
    padding: 20px;
    border: 3px solid #f3f3f3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

a.uimg {
    font-size: 12px;
    margin-left: -10px
}