/*  =========================================================
Iwanowski
Datei: styleguide.css
Media: screen, projection

Datum: 15. Juli 2006
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
   - 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: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

html { /* In Firefox Rollbalken erzwingen, Little Boxes S. 77 */
    height: 101%;
}

body {
    line-height: 1;
    color: #1d3e3f;
    background: #799D9C;
    text-align: center; /* Zentrierung für den <IE 5.x */
    padding-bottom: 20px;
}

body#title {
    /*background: #fff;*/
}



: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 {
  font-weight: bold;
}

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;
    /*border: 5px solid #ccc;*/
    margin-right: 10px;
    margin-bottom: 10px;
}

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

.clearer {
    clear: both;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 0 25px 10px 25px;
    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: #C7D8D7 url(../images/content_backg.gif);
    width: 960px;
    margin: 40px auto;  /* Zentrierung */
    text-align: left;
    clear: both;
    border: 1px solid #fff;
}





/* ===============================
   =KOPFBEREICH
=============================== */
h1#head {
    width: 960px;
    height: 100px;
}

h1#head span{
    display: none;
}



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

#navigation {
    float: right;
    width: 230px;

}

    img#logo {
        margin: 35px 0 25px 18px;
    }



    #navigation ul {
        margin: 0 0 40px 15px;
    }



        #navigation ul li{
            margin-bottom: 5px;
        }
            #navigation ul li a{
                display: block;
                width: 200px;
                height: 12px;
                padding: 5px 0 5px 15px;
                font-family: Arial, Helvetica,sans-serif;
                font-weight: bold;
                font-size: 12px;
                text-transform: uppercase;
                color: #508283;
                text-decoration: none;
            }

            #navigation ul li a:hover,
            #navigation ul li a.active{
                background-color: #508283;
                color: #fff;
            }

            #navigation ul ul{
                margin: 0 0 55px 0;
            }



                #navigation ul ul li{
                    margin-bottom: 5px;
                }
                    #navigation ul ul li a{
                        height: auto;
                        font-family: Arial, Helvetica,sans-serif;
                        font-weight: normal;
                        text-transform: none;
                    }

                    #navigation ul ul li a:hover,
                    #navigation ul ul li a.active{
                        background-color: #508283;
                        color: #fff;
                    }



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

#content {
    line-height: 1.4;
    overflow: hidden;
}

    #content h2{
        color: #508283;
        font-weight: bold;
        font-size: 36px;
        margin: 25px 0 25px 25px;
    }
    h2.produkte {
        font-size: 230% !important;
        margin: 25px 0 0 25px !important;
    }

    #content h3 {
        font-weight: bold;
        font-size: 140% !important;
        margin: 0 0 25px 25px;
    }
    #content h4 {
        font-weight: bold;
        font-size: 120% !important;
        margin: 0 0 10px 25px;
    }



    #content p{
        color: #1d3e3f;
        margin: 0 25px 10px 25px;
    }

    #content ul {
        color: #1d3e3f;
        margin: 0 25px 10px 25px;
        padding-left: 40px;
        list-style-type: circle;
    }
        #content ul li {
            margin-bottom: 10px;
        }



    #left, #right, #full {
        margin-bottom: 25px;
        overflow: hidden;
    }



    #left {
        width: 480px;
        float: left;
        min-height: 400px;
        overflow: hidden;
        margin-right: 0;

    }
    #right {
        width: 240px;
        float: left;
    }

    #full {
        width: 720px;
    }



    #right img {
        margin-bottom: 18px;
    }

/* Titel */
body#title a.business,
body#title a.private {
    display: block;
    width: 153px;
    height: 33px;
}

body#title a.business span,
body#title a.private  span{
    display: none;
}

body#title a.business{
    float: left;
    margin-left: 300px;
    background: url(../images/button_business.gif) no-repeat;
}
body#title a.business:hover{
    background: url(../images/button_business_act.gif) no-repeat;
}
body#title a.private{
    float: right;
    margin-right: 300px;
    background: url(../images/button_private.gif) no-repeat;
}
body#title a.private:hover{
    background: url(../images/button_private_act.gif) no-repeat;
}



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

#footer {
    overflow: hidden;
    clear: both;
    border-top: 1px solid #fff;
    font-size: 11px;
    padding: 25px;
}
    #footer a{
        font-size: 11px;
        color: #1D3E3F;
    }



/* ===============================
   =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

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

.ansprech {
    width: 200px;
    margin: 0 0 40px 25px;
    float: left;
    padding: 4px;
}
.ansprech img{
    margin: 0 0 10px 0;
}


#routenplaner {
    width: 200px;
}



#routenplaner input{
    width: 200px;
}
#routenplaner h4{
    margin-left: 0;
    width: auto;
}




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

}

    label {
        /*border: 1px solid green;*/
        display: block;
        width: 100px;
        float: left;
        padding-right: 1em;
        margin-bottom: 10px;
    }


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

    textarea {
        height: 100px;
    }


        select:hover,
        input:hover,
        textarea:hover,
        .hover {
            border:  	 1px solid #000;
        }

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

        input.inputbutton,
        input#submit {
            cursor: pointer;
        }



        input.inputbutton {

        }

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

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

/* EoF */
