/*  =========================================================
Ralf Stammeyer
Datei: default.css
Media: screen, projection

Datum: 24. August 2007
Autor: Stefan Schulz-Lauterbach
Mail:  ssl@clickpress.de
Web:   http://www.clickpress.de

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

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

3. Spezielle Seiten
   - Kontaktformular

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

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

   =1. Allgemeine Selektoren

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

* { /* Kalibirierung von Abständen */
    margin: 0;
    padding: 0;
}

html { /* In Firefox Rollbalken erzwingen */
  height: 101%;
}

body {
  background-color: #111c6f;
  text-align: center; /* Zentrierung für den alten SCHROTT-IE */
  line-height: 1.5em;
}

body, th, td {
    font-size: 12px;
    color: #222b6f;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}


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

img {
    border: none;
}


/* ===============================
   =Inline-Elemente
=============================== */

a {
    color: #222b6f;
}

    a:hover {
        color: #171E4A;
    }


p {

}

pre {
  font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
}


ol {
  margin: 1em;
  padding: 0 2em;
}

h1,h2,h3,h4,h5,h6 {
    line-height: normal;
}




/* ===============================
   =Classes allgemeiner Art
=============================== */

.center {
    text-align: center;
}

.kleinschrift {
    font-size: 10px;
}

.accessibility {
    display: none;
}

.floatr {
    float: right;
    margin: 0 0 10px 20px;
}
.floatl {
    float: left;
    margin: 0 20px 10px 0;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.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 {
    background: #111c6f url(../images/background.gif) repeat-y center;
    width: 970px;
    margin: 0 auto;  /* Zentrierung */
    text-align: left;
    clear: both;
}

/* ===============================
   =KOPFBEREICH
=============================== */
#header {
    width: 850px;
    height: 186px;
    margin-left: 61px;
}
    #header h1 {
        display: none;
    }




/* ===============================
   =NAVIBEREICH
=============================== */
#navi {
    background: #fff url('../images/navi-textur.gif') repeat-x;
    height: 51px;
    width: 829px;
    margin: 0 0 30px 71px;
}

    #navi ul {
        margin:0 0 0 20px;
    }
        #navi ul li{
            width: 113px;
            height: 50px;
            float: left;
            margin-right: 1px;
            overflow:hidden;
        }

            #navi ul li a{
                width: 113px;
                height: 50px;
                display: block;
                background-image: url('../images/navi.gif')
            }
                #navi ul li a:hover,
                #navi ul li a.active {
                    background-image: url('../images/navi_akt.gif')
                }

                #navi ul li a#aktuelles     { background-position: 0; }
                #navi ul li a#angebote      { background-position: -114px; }
                #navi ul li a#ueberMich     { background-position: -228px; }
                #navi ul li a#leistungen    { background-position: -342px; }
                #navi ul li a#agbs          { background-position: -456px; }
                #navi ul li a#kontakt       { background-position: -570px; }
                #navi ul li a#impressum     { background-position: -684px; }

                #navi ul li a span{
                    display: none;
                }


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

#content {
    width: 530px;
    margin: 0 0 30px 92px;
    float: left;
    display: inline;
    background-color: #fff;
}


    #content h2{
        font-size: 20px;
    }
    #content h3{
        margin-bottom: 15px;
    }
    #content h4{
        margin-bottom: 10px;
    }
    #content p{
        margin-bottom: 23px;
    }
    #content ul{
        margin: 0 0 30px 15px;
    }
    #content ul li{
        /*list-style: url(../images/red_dot_fff.gif);*/
    }

    #content .text {
        margin: 20px 0 40px 40px;
    }
    #content img {
        border: 3px solid #e4e4e4;
    }


    #content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 13px;
    }
        #content table thead th{
            background-color: #014493;
            color: #fff;
            font-weight: normal;
            padding: 6px 11px;
            border-bottom: 3px solid #fff;
        }
        #content table tbody td{
            background-color: #cddaeb;
            border-bottom: 1px solid #fff;
            padding: 2px 11px;
        }

    #content .spalte1 {
        width: 225px;
        float: left;
    }
    #content .spalte2 {
        width: 225px;
        float: right;
    }


#content_right {
    width: 200px;
    margin-left: 75px;
    float: left;
}

    #content_right img{
        margin-bottom: 10px;
    }




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

.functions {
    font-size: 10px;
    text-align: right;
    margin-bottom: 40px;
}


#footer {
    clear:both;
    font-size: 10px;
    font-family: "Verdana","Arial", "Helvetica", sans-serif;
    color: #7fa1c9;
    width: 809px;
    height: 100px;
    border-top: 2px solid #7fa1c9;
    margin:  0 0 0 81px;
    padding: 20px 0 0 0;
}

    #footer div{
        float: left;
    }
        #footer div#foot_adresse    { width: 250px; }
        #footer div#foot_adresse2   { width: 250px; }
        #footer div#foot_logos  img {
            margin-left: 50px;
        }


    #footer a {
        color: #7fa1c9;
    }




/* ===============================
   =sIFR-Formatierungen
=============================== */

.sIFR-flash {
	visibility: visible;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
}


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

   =3. Spezielle Seiten

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


#ebay {
    font-size: 10px;
    font-family: Tahoma, Arial, sans-serif;
    margin-bottom: 10px;
}
    #ebay a.head{
        display: block;
        background-image: url(../images/ebay_head.gif);
        width: 200px;
        height: 90px;
    }
        #ebay a.head span{
            display: none;
        }

    #ebay ul{
        margin: 0px;
        padding: 0 20px;
        background-image: url(../images/box-textur.gif);
    }
        #ebay ul li{
            list-style: none;
        }
            #ebay ul li a{
                color: #454556;
            }
    #ebay .box-foot {
        background: url(../images/box-foot.gif) no-repeat bottom;
        height: 34px;
        padding: 10px 20px 0 0;
        text-align: right;
    }




/* ===============================
   Kontaktformular
=============================== */
form {
    /*background-color: #cddaeb;
    border: thin solid #999999;
    padding:.5em;*/
    margin: 30px;
}

    label {
        /*border: 1px solid green;*/
        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;
    }


        select:hover,
        input:hover,
        textarea:hover {
            color:  	 #31709F;
            border:  	 1px solid #000;
        }

        select:focus, input:focus, textarea:focus {
            background:  	 #DFF1FF;
            border:  	 1px solid #000;
            color:  	 #000;
		}

        input#submit { /* den Submit-Button */
            margin-left: 345px;
            float: none;
            width: auto;
        }

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




/* EoF */

