/*  =========================================================
avion-europe.de
Datei: print.css
Media: print

Datum: 22. Oktober 2008
Autor: Stefan Schulz-Lauterbach
Mail:  ssl@clickpress.de
Web:   http://clickpress.de


1. Allgemeine Selektoren
   - Block-Elemente
   - Inline-Elemente
   - Allgemeine Klassen
   - Non-Layout IDs

2. Layoutbereiche
   - Wrapper
   - Kopfbereich
   - Navibereich
   - Textbereich
   - Fussbereich

3. Spezielle Seiten
   - Kontaktformular

========================================================== */

/* ===============================

   =1. Allgemeine Selektoren

=============================== */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	vertical-align: baseline;
    background-color: transparent;
}


body {
    line-height: 1;
    color: #000;
}

:focus {
	outline: 0;
}

/* ===============================
   =Block-Elemente
=============================== */

h1 {
    font-size: 150%;
}

h2 {
    font-size: 130%;
    margin-bottom: 1em;
}

p, ul, ol {
    margin: 0 0 1em 0;
}

ol, ul {
    list-style: none;
}


/* Tabellen brauchen immernoch 'cellspacing="0"' im HTML! */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote, q {
	quotes: "" "";
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
    	content: "";
    }


/* ===============================
   =Inline-Elemente
=============================== */
strong {
  color: #4e9b88;
}

a {
    color: #222b6f;
}

    a:hover {
        color: #171E4A;
    }



/* ===============================
   =Classes allgemeiner Art
=============================== */
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}

.kleinschrift {
    font-size: 10px;
}

.accessibility {
    display: none;
}

.floatl {
    float:left;
    padding: 3px;
    /*border: 5px solid #ccc;*/
    margin-right: 10px;
    margin-bottom: 10px;
}

.floatr {
    float:right;
    padding: 3px;
    /*border: 5px solid #ccc;*/
    margin-bottom: 10px;
    margin-left: 10px;
}

.clearer {
    clear: both;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

/* ========================================

  =2. LAYOUTBEREICHE

========================================= */

#pagewrapper {

}


/* ===============================
   =KOPFBEREICH
=============================== */

#header {
    height: 90px;
    font-size: 65%;
    color: #717171;
    line-height: 1.3;
    margin: 29px 0 100px 0;
}
    #header a {
        color: #717171;
    }



    #header a#logo{
        display: list-item;
        list-style-image: url(../images/avion_logo.gif);
        list-style-position: inside;
        letter-spacing: -1000em;
        float: left;

    }
        #header span{
            display: none;
        }
    #header #address {
        float: left;
        width: 150px;
        margin-left: 20px;
    }

    #header #topNavi {
        display: none;
    }


    #header .slogan {
        float: right;
    }




/* ===============================
   =NAVIBEREICH
=============================== */

#navigation {
    display: none;
}





/* ===============================
   =TEXTBEREICH
=============================== */

#content {
    font-size: 78%;
    line-height: 1.4;
    font-weight: normal;
    clear: both;
}

    #content h2 {
        color: #e2001a;
        font-size: 120%;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        font-weight:bold;
    }

    #content p{
        margin-bottom:1.2em;
    }



    #content a{
        color: #000;
    }


    #left, #right {
        margin-bottom: 20px;
    }



    #left {
        float: left;
        width: 60%;
    }
    #right {
        float: right;
        width: 30%;
    }

    #col1, #col2 {
        width: 47%;
        padding: 0 4% 0 0;
    }
    #col1 {
        float: left;
    }
    #col2 {
        float: right;
    }


/* Titelseite */

    #title_col1,
    #title_col2,
    #title_col3 {
        float: left;
        margin-bottom: 20px;
        padding: 25px;
        border: 1px solid #eaeaea;
        background: url(../images/tranparent_fff.png);
        width: 245px;
    }

    #title_col1 h2,
    #title_col2 h2,
    #title_col3 h2 {
        line-height: 1.5;
        display: block;
    }



    #title_col1,
    #title_col2 {
        margin-right: 34px;
    }

    .title_img {
        height: 116px;
        padding: 2px 0;
        margin-bottom: 25px;
        border-bottom: 1px solid #e3000f;
        border-top: 1px solid #e3000f;

    }



/* ===============================
   =FUSSBEREICH
=============================== */

#footer {
    bottom: 5%;
    width: 90%;
    font-size: 60%;
    color: #333333;
    padding: 20px;
    clear: both;
    border-top: 1px dashed #333333;
}



/* ===============================

   =3. Spezielle Seiten

=============================== */

/* ===============================
   Kontaktformular
=============================== */

form {
    margin: 30px;
}

    label {
        display: block;
        width: 150px;
        float: left;
        margin-top: 10px;
        text-align: right;
        padding-right: 1em;
    }


    input,
    select,
    textarea { /* Alle Labels UND Formularelemente auswählen */
        width: 250px; /* Breite.*/
        border:  	 1px solid #999;
        margin-top: 10px;
    }

    textarea {
        height: 300px;
    }


        input.submit { /* den Submit-Button */
            width: auto;
        }

    form br { /* Alle Zeilenumbrüche in Formularen auswählen */
      clear: left; /* das floating der labels und inputs aufheben */
    }

/* EoF */