@charset "utf-8";

/** 
Die Stylesheetangaben werden für alle Browser festgelegt und sorgen für einen
gleichen Ausgangswert 
**/

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, table, caption, tbody, tfoot, thead, tr, th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 9, 2011 10:05:00 AM America/New_York */

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

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

/* Einbindung der Webfonts beendet */

/* Die Grundstruktur wird festgelegt */

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background: #333;
    background: -webkit-linear-gradient(
        top, #9e3d21, #289bb4);
    background: -moz-linear-gradient(
        top, #9e3d21, #289bb4);
    background: -o-linear-gradient(
        top, #9e3d21, #289bb4);
    background: -ms-linear-gradient(
        top, #9e3d21, #289bb4);
    background: linear-gradient(
        top, #9e3d21, #289bb4);
    background-attachment: fixed;    
    width: 1000px;
    margin: 20px auto 20px auto;
}

h2 {
    font-size: 20px;
}

nav {
    font-family: WinterthurCondensedRegular, Verdana, Ariel, sans-serif;
    font-size: 16px;
    width: 100%;
    height: 20px;
    line-height: 1.05;
}

#oben {    
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

#oben a {
    color: #fff;
}

a {
    text-decoration: none;
    
}

nav ul {
    float: right;
}

nav li {
    list-style-type: none;
    margin-left: 30px;
    font-size: 16px;
}

#unten li {
    
    list-style-type: none;
    margin-left: 30px;
    font-size: 16px;
    float: left;
}

#logo {
    width: 180px;
    height: 60px;
    background: url(../media/layout/logo_fotodesign.png);
    background-repeat: no-repeat;
    margin: 10px 0px 0px 20px;
    
}
/**
#motto_left, #motto_right {
    height: 36px;
    margin-top: 20px;
    font-family: HoneyScriptLight, Arial, sans-serif;
    font-size: 66px;
}

#motto_left {
    float: left;
    width: 270px;
    padding: 10px 30px 10px 10px;
    text-align: right;
}

#motto_right {
    width: 530px;
    float: right;
    padding: 10px;
}
**/
#links, #rechts {
    border: 10px solid #ccc;
    height: 480px;
}

#links {
    float: left;
    width: 170px;
    background-color: #333;
    color: #289bb4;
}

#rechts {
    float: right;
    width: 780px;
    background-color: #ccc;
    margin-bottom: 15px;
}

#links h2 {
    text-align: center;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.aktion {
    padding: 10px;
}

#links p {
    padding: 0 10px 0 10px;
    text-align: justify;
    font-family: Verdana;
    font-size: 12px;
    line-height: 1.2;
}

footer {
    clear: both;
}

#unten {    
    border-top: 1px solid #fff;
}

#unten a {
    color: #fff;
}