/* CSS Document */

/* Standardstile der Browser außer Kraft setzen */

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: normal;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* Focus-Stylesheets müssen noch definiert werden!! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* Tabellen brauchen immer noch 'cellspacing="0"' im Markup!!! */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* end Standardstile */

/* GRUNDLEGENDER AUFBAU */

html, body {
                font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
                
				font-size: 16px;
                color: black;
                
                background: #1462a9;

                margin: 0;
                padding: 0;
                }
                
#page_margins {
                margin: 5px auto 10px;
                padding: 0;
                
                width: 950px; /* gesamte Breite der Seite - %:flexibel, px:fest */            

                }
#page { /* hier muss Hintergrundgrafik für linke Spalte rein */
                margin: 0;
                padding:0;
                
                background: transparent;
                }    			
				
#header, #header_fachmarkt, #footer {
				clear: both;
				width: 100%;
				}				
				
#header, #header_fachmarkt {
				margin-top: 0px; /* Abstand Kopf von oben */
				height: 206px;  /* Größe Kopf */
				}

#leftframe {
				float: left;
				width: 210px; /* Breite linke Spalte */
				margin-left: -5%; /* Unterschied zu den 95% von #centerframe */
				}				
				
#centerframe {
				
				float:left;
			  	width: 100%; 
			  	margin-right: -95%; 
				/* this needs to be less than 100% for Moz/Mac which thinks 
			         it's empty otherwise. The difference is made up by putting a 
			         negative left margin on the left float:
				   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
				   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
				*/				
				}
				
#centerframe_content {
				margin: 24px 30px 0 230px; /* Breite der linken Spalte + Rand */
				}
				
#leftframe, #centerframe, #rightframe {
				font-size: 12px;
				}												
				
#main {
				float: left;
				width: 100%;
				position: relative;	
				
				background: transparent url(../images/main.png) top left repeat-y; /* Hintergrund linke Spalte */							
				}						            

#main:after {
				/* this is for NN6 to clear floats */
			    content: "."; 
			    display: block; 
			    height: 0px;
			    clear: both; 
			    visibility: hidden;
				}
				
#menu {
                margin: 0;
                padding: 0;
                
                position: relative;
                overflow: hidden;
                
                width: 950px;
                height: 30px;
                
                background: #00529b url(../images/navi.png) bottom left no-repeat;
                color: black;
				
				font-family: Verdana;                                
                }    
                			

/* end GRUNDLEGENDER AUFBAU */

/* Menü */

#menu ul {
                display: inline;
                
                margin: 0 0 0 20px;
                padding: 0;
                
                width: 950px;
                
                float: left;
                overflow: hidden;
                
                list-style: none none inside;
                }
                
               
#menu ul li {
                margin: 0;
                padding: 0;
                
                list-style: none none inside;
                
                float: left;
                }                
                
#menu ul li a {
                display: block;
                
                margin: 0 2px 0 0;
                padding: 6px 18px 11px 18px;    
                
                background: transparent;
                color: #f6f6f6;
                            
                text-decoration: none;
                
                font-size: 16px;
                line-height: 120%;
                font-weight: normal;
                }
                
#menu ul li a:hover, #menu ul li.aktiv a {
                background: transparent;
                color: #d1dee8;
                }
                
#menu ul li.aktiv a, #menu ul li.pfadaktiv a {
                padding-top: 4px;
            	background: #135fa4;
            	color: #d1dee8;
				}                
                                                
                                
/* ENDE Menü */ 

/* versteckte Navigation für Textbrowser */

.hidden {
				display: none;
				}
				
/* end versteckte Navigation */

/* grundlegende Formatierung */

abbr {
				border-bottom: 1px dotted black;
				}
	
strong {
				font-weight: bold;
				}	
	
em {
				font-style: italic;
				}	

/* end grundlegende Formatierung */

/* Seitenhintergrund */

/* HEADER */

#header {
				background: transparent url(../images/kopf.png) top left no-repeat;	
				}
	
#header_fachmarkt {
				background: transparent url(../images/kopf_fachmarkt.png) top left no-repeat;	
				}


#header h1, #header_fachmarkt h1 {
				display: none;
				}	
				
#header a, #header_fachmarkt a {
				display: none;
				}	
	
/* END header */

/* FOOTER */

#footer {
				background: transparent url(../images/fuss.png) top left no-repeat;
				font-size: 12px;	
				}
	
#footer p {
				padding: 25px 20px 15px;
				text-align: center;
				
				color: #d1dee8;
				}	
	
#footer a {
				color: #d1dee8;
				
				text-decoration: none;
				}
				
#footer a:hover {
				text-decoration: underline;
				}	
		
/* end FOOTER */

/* MENÜFORMATIERUNGEN */

#leftframe {
	}
	
#leftframe_content {
	margin-top: 24px;
	}	

#leftframe h2,
#rightframe h3,
#leftframe p, #rightframe p {
	line-height: 130%;
	padding: 0 0px 0 10px;
	
	color: black;	
	}			
	
#leftframe p, #rightframe p {
	margin: 0 10px 15px 10px;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
	}		

#leftframe h2, #rightframe h3 {
	margin: 0px 10px 15px 10px;
	padding: 0px 0px 0px 30px;
	font-size: 14px;	
	font-weight: bold;	
	
	color: #00529b;
	}
	
#leftframe ul, #rightframe ul {
	margin: 0px 10px 15px 10px;
	}	
	
#leftframe li, #rightframe li {
	line-height: 130%;
	padding: 5px 0px 10px 20px;
	
	background: transparent;
	
	color: black;
	}
	
#leftframe a, #rightframe a {
	color: black;
	font-size: 14px;		
	text-decoration: none;	
	}
	
#leftframe a:hover, #rightframe a:hover {
	color: #00529b;
	}	
	
#leftframe li.aktiv a {
	color: black;
	
	font-weight: bold;
	}

#leftframe li {
	margin-left: 10px;
	}


#leftframe li.aktiv {
	margin-left: 0px;
	}		

/* end MENÜFORMATIERUNGEN */

/* CONTENT */

#centerframe h2, #centerframe h3, #centerframe h4, #centerframe h5, #centerframe h6 {
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: 0.05em;
	
	}

#centerframe h2 {
	margin: 15px 0 25px;
	
	font-size: 20px;
	font-weight: bold;
	clear: both;
	
	background-color: inherit;
	color: #00529b;
	}

#centerframe h3 {
	margin: 15px 0 10px;
	
	font-size: 18px;
	font-weight: bold;
		
	clear: both;
	background-color: inherit;
	color: #00529b;
	
	}
	
#centerframe h4 {
	margin: 15px 0 10px;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	
	background-color: #00529b;
	color: #f6f6f6;
	}
	
#centerframe h5 {
	margin: 10px 0;
	font-weight: bold;
	
	font-size: 14px;
	
	background-color: inherit;
	color: black;
	}		
	
	
#centerframe hr {
	margin: 10px 0;
	
	color: #00529b;
	border: 1px solid #00529b;
	
	height: 1px;
	}
	
#centerframe p {
	line-height: 1.4em;
	margin-bottom: 1em;
	}	
	
#centerframe address {
	line-height: 1.5em;	  
	margin-bottom: 1em;
	
	font-style: oblique;	  	  	  
	}	
	  
#centerframe ul, #centerframe ol {
	margin: 10px 0;
	color: #00529b;	
	}

#centerframe ul li, #centerframe ol li {
	padding: 0;
	line-height: 130%;
	padding-left: 8px;
	margin-left: 20px;
	
	list-style-type: square;
	}
	
#centerframe ol li {
	list-style-image: none;
	list-style-type: decimal;
	
	font-size: 12px;
	margin-left: 25px;
	padding-left: 3px;
	}		  
	
#centerframe li p {
	background-color: inherit;
	color: black;
	}	
	
#centerframe ol li img, #centerframe ul li img {
	margin: 10px 0;
	}
	
.rightfloat {
    margin: 0 0 5px 10px;
    padding: 0;
    
    float: right;    
    }
    
.leftfloat {
    margin: 0 10px 5px 0;
    padding: 0;
    
    float: left;    
    }    
    
.leftfloat *:first-child, .rightfloat *:first-child {
    margin-top: 0em !important;
    }
    
.clearfix {
    clear: both;
    }	

/* Spalten */

.spaltenbox {
	clear: both;
	
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
h2+.spaltenbox, h3+.spaltenbox {
	margin-top: 10px;
	}	
	
.links_50, .rechts_50 {
	width: 335px;
	
	float: left;
	margin: 0;
	}
	
.links_66, .rechts_66 {
	width: 453px;
	
	float: left;
	margin: 0;
	}
	
.links_75, .rechts_75 {
	width: 512px;
	
	float: left;
	margin: 0;
	}	
	
.rechts_50, .rechts_66, .rechts_75 {
	float: right;
	}
	
.links_25_1, .links_25_2, .rechts_25_1, .rechts_25_2, .links_33, .mitte_33, .rechts_33 {
	width: 157px;
	
	float: left;
	margin: 0;
	}

.links_25_1, .rechts_25_1 {
	width: 158px;
	}
	
.links_33, .mitte_33, .rechts_33 {
	width: 217px;
	
	float: left;
	margin: 0;
	}
	
.mitte_33 {
	width: 216px;
	}		
	
.links_25_2, .rechts_25_1, .rechts_25_2, .mitte_33, .rechts_33 {
	margin-left: 20px;
	}
	
.spaltenbox h2, .spaltenbox h3, .spaltenbox h4 {
	margin-top: 0px !important;
	}		
	
#centerframe a {
	color: #00529b;
	background-color: inherit;
	text-decoration: underline;
	}
	
#centerframe a:hover, #centerframe a:visited {
	color: #4d87ba;
	background-color: inherit;
	text-decoration: underline;
	}	
	
.rightframe {
	position: absolute;
	top: 0px;
	right: 0;
	
	width: 170px !important;
	}	
	
.rightframe p {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #ccc !important;
	}		
	
.rightframe h2 {
	margin: 0 !important;
	padding: 8px 10px !important;	
	font-weight: bold !important;
	font-size: 1em !important;	
	border: 1px solid #ccc !important;
	border-right: 0 !important;
	color: black !important;
	background-color: white !important;
	}	

/* ENDE Spalten */
