/* CSS Styles for funk. Website */

/* ++++++++++ Formatierung der einzelnen div-container (Aufbau der Seite) +++++++++ */
html, body {
    margin: 0;
	padding: 0;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	text-align: left;
	color: #005597; /*#5c92bd;*/
	background-color: #fff;
	height: 101%;
}

#main_container {
	width: 100%;
	height: 100%;
	background: url(../images/bar-bg.gif) repeat-x top left;
}

    #sub_container {
        width: 826px;
        margin: 0 auto;
        padding: 0;
        /*background: black;*/
        position: relative;
        top: 0;
        left:0;
    }

    	#top {
    		height: 117px;
    		width: 826px;
    		text-align: right;
    		/*background-color: red;*/
    	}
    
        #fotobar {
            height: 124px;
            background: #ff8c00 url(../images/foto_home.jpg) no-repeat left center;
        }
        
    	#inhalte {
    		padding: 0;
    		margin: 0;
    		width: 698px;
    		border-left: 1px solid #cadbe9;
    		border-right: 1px solid #cadbe9;
    		text-align: left;
    		
    		position:absolute;
    		top:241px;
    		left:0px;
    		/*background: green;*/
    	   }
    
            #leiste {
                text-align: left;
                vertical-align: middle;
                height: 18px;
                line-height: 18px;
                background-color: #d6ebff;
                margin: 2px 4px;
                padding: 0 10px 0 9px;
                border-top: 5px solid #fff;
            }
            /* special for IE */
            *:first-child+html #leiste { padding-bottom: 2px; }
            
            #leiste div.project { 
                float: left; 
                font-weight: bold; 
                color: #005597;
            }
            #leiste div.navi_top { float: right; color: #005597; }
            #leiste div.navi_top a { color: #005597; }            
           
    		#nav_container {
    			float: left;
    			width: 190px;
    			margin: 0;
    			margin-top: 23px;
    			padding: 0;
    			text-align: left;
    			/*background: grey;*/
    		}
    		
    		#texte {
    			float: left;
    			width: 475px;
    			margin: 0;
    			margin-top: 20px;
    			padding: 0;
    			padding-left: 20px;
    			text-align: left;
    			border-left: 1px solid #cadbe9;
    			/*background: red;*/
    		}
    		      		
                    #footer {
                        text-align: left;
                		/*background-color: blue;*/
                	}
	

/* ++++++++++++ Menu / Navigation links +++++++++++++ */

ul#Navigation {
    width: 190px;
    margin: 0; 
    padding: 0;
    /*background-color: yellow;*/
}
ul#Navigation li {
    list-style: none;
    margin: 8px 10px 4px 9px; 
    padding: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #cadbe9;
}
ul#Navigation a {
    display: block;
    font: bold 10px/16px verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    color: #005597; 
    text-transform: uppercase;
    /*letter-spacing: -1px;*/
}

ul#Navigation a:hover { color: #ff8c00; }

ul#Navigation a.active { 
	color: #ff8c00;
}

/* ++++++++++++++++++++++++ Formatierung Texte +++++++++++++++++++++ */

/* --------- text ------------ */

/* in Home */
h1 {
	margin-top: 11px;
	margin-bottom: 12px;
	color: #005597;/*1966a1*/
	font: bold 11px/16px verdana, arial, helvetica, sans-serif;
}
.title {
    font-weight: bold;
    color: #005597;/*1966a1*/
}

/* all other headlines */
h2 {
	margin-top: 11px;
	margin-bottom: 11px;
	color: #005597;/*1966a1*/
	font: bold 11px/16px verdana, arial, helvetica, sans-serif;
}

/* Text Absaetze */
p { margin: 3px 0; padding: 3px 0; }

/* Kontaktdaten unten */
p.contact_bottom {
    background: url(../images/list_adresse.gif) no-repeat left center;
    padding-left: 17px;
}

/* ######## Links, Verweise ############ */

/* navigation top */
#leiste div.navi_top a:hover, 
#leiste div.navi_top a.active { color: #ff8c00; }

/* general (in Kontakt + Impressum) */
a {
	color: #005597;
	text-decoration: none;
}
a:hover { color: #ff8c00; }

/* weiter-Links in Home */
a.more {
    color: #ff8c00;
    font: bold 10px/16px verdana, arial, helvetica, sans-serif;
}

/* ########## Auflistungen / Lists in Text ############## */
ul.auflistung {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 2px;
}
ul.auflistung li {
	background : url(../images/liste.gif) no-repeat 0 .4em;
	padding-left: 1.2em;
}
/* only IE7 */
*:first-child+html ul.auflistung li {
	background : url(../images/liste.gif) no-repeat 0 .45em;
}
/* only IE6 */
* html ul.auflistung li {
	background : url(../images/liste.gif) no-repeat 0 .5em; 
	line-height: 18px;
}

/* ######### Trennungs-Linie in Home + Footer ########### */
.line {
    line-height:1px; 
    height: 1px;
    width:100%; 
    background: #cadbe9;
    margin: 10px 0;
}

