/* CSS Document 

(c)2009 Höfer Metall-Technik
*/

/* 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: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
                
				font-size: 16px;
                background: #e7eaf2 url(../images/body.png) top left repeat-x;
				color: black;

                margin: 0;
                padding: 0;
                
                text-align: center;
                }
                
#page_margins {
                margin: 0 auto;
                padding: 0;

                width: 949px; /* gesamte Breite der Seite - %:flexibel, px:fest */            								
                text-align: left;}
                
#page {
				margin: 0;
				padding: 0;
				
				width: 949px;
				
				background: transparent;
				color: black;
				
				}
				
#header, #footer {
				clear: both;
				width: 100%;
				}	
				
#kopf {
				margin: 0;
				padding: 0;
				
				width: 949px;
				height: 149px;
				
				background-color: white;
				color: black;
				
				overflow: hidden;
				position: relative;
				}		
				
#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 */
				font-size: 14px;
				}
				
#leftframe, #rightframe {
				font-size: 12px;
				}												
				
#main {
				float: left;
				width: 100%;
				position: relative;	
				
				background: transparent url(../images/main1.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 {
				clear: both; 
				
				margin: 0;
				padding: 0;
				
				width: 949px;
				height: 31px;
				
				background: #333333 url(../images/menu.png) top left repeat-x;
				color: white;								
				}								
				
#footer {
				margin: 0;
				padding: 0;
				
				width: 949px;
				height: 30px;				
				
				background: transparent url(../images/fuss.png) top left no-repeat;
				color: #666;
				}
				
/* ENDE GRUNDLEGENDER AUFBAU */

/* Seitenkopf */

#kopf {
				background: transparent url(../images/kopf.png) top left no-repeat;
				}


#kopf a {
				border: 0;
				}												
/* ENDE Seitenkopf */

/* Menü */

#menu ul {
				display: inline;
				
				margin: 0 50px;
				padding: 0;
				
				width: 849px;
				
				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: 0px 5px 0 0;
				padding: 5px 20px 8px;	
				
				background: transparent;
				color: white;
							
				text-decoration: none;
				
				font-size: 18px;
				font-weight: bold;
				line-height: 18px;
				}
				
#menu ul li.aktiv a, #menu ul li.pfadaktiv a {
				background: transparent;
				color: #FEd400;
				}
				
#menu ul li a:hover {
				background: transparent url(../images/menu_hover.png) 50% 50% no-repeat;
				color: white;								
				}			
				
#menu ul li.aktiv a:hover {
				color: #FED400;
				}									
								
/* ENDE Menü */

/* MENÜFORMATIERUNGEN */

#leftframe {
	}
	
#leftframe_content {
	margin-top: 24px;
	}	

#leftframe h2, #leftframe p {
	line-height: 130%;
	padding: 0 0px 0 10px;
	
	color: black;	
	}			
	
#leftframe p {
	margin: 0 10px 15px 10px;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
	}		

#leftframe h2 {
	margin: 0px 10px 15px 10px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;	
	font-weight: bold;	
	
	color: #A31A1C;
	}
	
#leftframe ul {
	margin: 0px 10px 15px 20px;
	
	}	
	
#leftframe li {
	line-height: 130%;
	padding: 5px 0px 10px 0px;
	
	background: transparent;
	
	color: black;
	}
	
#leftframe a {
	color: black;
	font-size: 14px;		
	text-decoration: none;
	font-weight: bold;	
	}
	
#leftframe a:hover, #leftframe ul li.aktiv li a:hover {
	color: #A31A1C;
	}	
	
#leftframe ul li.aktiv a {
	color: #A31A1C;
	}
	
#leftframe ul li.aktiv li a {
	color: black;
	}

#leftframe li ul {
	margin: 10px 0 0 15px;	
	}
	
#leftframe li ul li {
    padding: 0 0 0 10px;
    margin: 5px 0 10px;
	border-left: 3px solid #A31A1C;
	}
		

/* 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: #A31A1C;
	}

#centerframe h3 {
	margin: 15px 0 10px;
	
	font-size: 18px;
	font-weight: bold;
		
	clear: both;
	background-color: inherit;
	color: #A31A1C;
	
	}
	
#centerframe h4 {
	margin: 15px 0 10px;
	
	font-size: 16px;
	font-weight: bold;
	
	color: #A31A1C;
	}
	
#centerframe h5 {
	margin: 10px 0;
	font-weight: bold;
	
	font-size: 14px;
	
	background-color: inherit;
	color: black;
	}		
	
	
#centerframe hr {
	margin: 10px 0;
	
	color: #A31A1C;
	border: 1px solid #A31A1C;
	
	height: 1px;
	}											
				
#centerframe p {
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: justify;
	}	
	
#centerframe address {
	line-height: 1.5em;	  
	margin-bottom: 1em;
	
	font-style: oblique;	  	  	  
	}	
	  
#centerframe ul, #centerframe ol {
	margin: 10px 0;
	color: #A31A1C;	
	}

#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: 14px;
	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;
    }	
    
.jumppoint {
	margin-top: -20px;
	float: right;
	visibility: hidden;
	}
				
#centerframe a, #footer a {
	text-decoration: none;
				
	background-color: transparent;
	color: #9F1A1B;
	border-bottom: 1px dotted #9F1A1B;
	}
	
#centerframe a:hover, #centerframe a:visited, #footer a:hover , #footer a:visited {
	border-bottom: 1px solid #9F1A1B;
	}
	
/* 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: 216px;
	
	float: left;
	margin: 0;
	}
	
.mitte_33 {
	width: 217px;
	}		
	
.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;
	}			
								
/* ENDE Content */

/* Seitenfooter */

#footer {
	font-size: 11px;
	}

#footer p {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	}

#footer ul {
				display: block;
				
				margin: 23px auto 7px 320px;
				padding: 0;
				
				float: left;
				overflow: hidden;
				
				list-style: none none inside;
				}
				
#footer ul li {
				margin: 0;
				padding: 0 5px 0 0;
				
				list-style: none none inside;
				
				float: left;
				
				font-size: 80%;
				font-weight: normal;
				
				letter-spacing: 0.01em;	
				
				color: #E5E5E5;
				background: transparent;							
				}				
				
#footer ul li a {
				display: block;
				
				margin: 0;
				padding: 0;	
				
				background: transparent;
				color: #9F1A1B;
							
				text-decoration: none;
				
				line-height: 1em;
				}							
/* ENDE Seitenfooter */
