/* ======================================================================

NAME: stylesheet.css

AUTHOR: Michel Fuchs
DATE  : 07.11.2009

COMMENT: Stylesheet für die HS Fuchs Gmbh

====================================================================== */

BODY
{
        font-family: Arial;
        font-size: 10pt;
        color: black;
        background-color: #E8C860;
}

h1
{
        font-family: Arial;
        font-size: 16pt;
        color: black;
        text-align: center;
}
h2
{
		font-family: Arial;
		font-size: 12pt;
		color: black;
		text-align: center;
				
}
h3
{
		font-family: Arial;
		font-size: 14pt;
		color: red;
		text-align: center;
		
}
font.schrift
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: black;
	text-align: left;
}
font.links
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	text-align: left;
}
font.mitte
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	text-align: left;
}
font.rechts
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	text-align: left;
}

#li
{
	list-style-type: disc;
	text-align: left;
	margin-left: 2em;
}
#Navigation_Box
{
	position: static;
	border: 0px solid grey;
	background-color: #A4A4A4;
	margin-top: 0px;
	margin-left: auto;
	float: left;
	width: 160px;
	height: 30px;
	font-size: 1.3em;
	text-align: center;
	padding-top: 10px;
	
}
#Navigation_sub_box
{
	position: static;
	border: 0px solid grey;
	background-color: #A4A4A4;
	margin-top: 0px;
	margin-left: auto;
	float: left;
	width: 160px;
	height: 30px;
	font-size: 1.3em;
	text-align: center;
	padding-top: 10px;
}
#Navigation_Sub
{
	 position: absolute;
     border: 0px solid white;
     background-color: #A4A4A4;
     margin-top: 170px;
     margin-left: 150px;
     margin-right: 1030px;
     width: 850px;
     height: 40px;
}
#Logo
{
	position: absolute;
	border: 0px solid white;
	background-color: #A4A4A4;
	margin-top: 140px;
	margin-left: 1000px;
	width: 220px;
	height: 30px;
}
#Navigation
{
	position: absolute;
    border: 0px solid white;
    background-color: #A4A4A4;
    margin-top: 140px;
    margin-left: 150px;
    margin-right: 1030px;
    width: 850px;
    height: 30px;     
}
#Navigation a:link
{
  	color: black;
  	text-decoration: none;
  	font-weight: 500;
}
#Navigation a:visited
{
	color: black;
  	text-decoration: none;
  	font-weight: 500;
}
#Navigation a:hover
{
	color: white;
	text-decoration: none;
	text-decoration: underline;
	font-weight: 500;
}
#site_active
{
	color: white;
	font-weight: 600;
}
#Navigation_Sub a:link
{
  	color: black;
  	text-decoration: none;
  	font-weight: 500;
}
#Navigation_Sub a:visited
{
  	color: black;
  	text-decoration: none;
  	font-weight: 500;
}
#Navigation_Sub a:hover{
	
	color: white;
	text-decoration: none;
	text-decoration: underline;
	font-weight: 500;
}


#Anzeige_left
{
        position: absolute;
        border: 0px solid white;
        margin-top: 197px;
        margin-left: 150px;
        width: 360px;
        height: 300px;
       	padding-left: 0px;
       	padding-top: 1em;
}
#Anzeige_mitte
{
        position: absolute;
        border: 0px solid white;
        margin-top: 210px;
        margin-left: 520px;
        width: 330px;
        height: 300px;
        padding-right: 0px;
        padding-top: 1em;
}
#Anzeige_rechts
{
        position: absolute;
        border: 0px solid white;
        margin-top: 197px;
        margin-left: 860px;
        width: 360px;
        height: 300px;
        padding-top: 1em;
        padding-right: 0px;
        
        
}
#Unten
{
        position: absolute;
        border: 0px solid white;
        background-color: #A4A4A4;
        margin-top: 490px;
        margin-left: 150px;
	    width: 1070px;
	    text-align: right;
	    height: 25px;
	    padding-top: 5px;
	    padding-right: 5px;
	    
	    	    
}
img.show_rechts
{
	height:280px;
	width: 320px;
	float: right;
	padding-right: 0px;
	
}
img.show_links
{
	height:280px;
	width: 320px;
	float: none;
	
}
table.kontakt
{
	border: 1px;
	border-style: solid;
	border-color: white;
	table-layout: fixed;
	width: 100%;
	
}
input.kontakt
{
	max-width: 30em;
}
a:link
{
	color: black;
}
img.logo
{
	height: 70px;
	width: 220px;
}


