*
{

}

body
{
       	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 0.8em;
	background-image: url(../images/hg_verlauf.gif);
}

html
{
   	padding: 0;
	margin: 0;
}

a
{
    color: #6aa1d3;
    text-decoration: none;
}

a:hover
{
    color: #6aa1d3;
    text-decoration: underline;
}

a:active
{
    color: #6aa1d3;
    text-decoration: none;
}

.clear
{
    clear: both;
}

/* Positioning */

#container
{
    width: 1024px;
    
    margin: 0 auto; /* align center for other browsers */
    text-align: left; /* counter the body center */
}

#header
{
    width: 1024px;
    height: 179px;
    
    background-image: url(../images/header.jpg);
}

#impress
{
    float: right;
    
    margin-top: 72px;
    margin-right: 25px;
}

#navigation
{
    float: left;
    
    width: 234px;
    height: 460px;
    
    background-image: url(../images/nav_hg.jpg);
}

#content
{
	float: left;
	width: 650px;
	height: 460px;
	padding-right: 140px;
	overflow: auto;
	background-color: #FFFFFF;
}

* html #content
{
    width: 790px; /* fix width for IE (cause of padding) */
}

#footer
{
    width: 960px;
    height: 131px;
    
    padding-left: 64px;
    
    background-image: url(../images/footer.jpg);
    text-align: center;
}

* html #footer
{
    width: 1024px; /* fix width for IE (cause of padding) */
}

#footer p
{
    padding-top: 100px;    
}

#footer img
{

}

.err
{
    font-size : 12px;
    color: red;
}

.success
{
    font-size : 12px;
    color: green;
}

/* Navigation */

#menu
{    
    width: 137px;
    height: 25px;
    
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    
    list-style: none;
}

#menu li
{
    padding-bottom: 15px;
}

#menu a
{
    display: block;
    text-indent: -900%;
    outline: none;
}

#menu a:hover
{
    background-position: left bottom;
}

#menu #active
{
    background-position: left bottom;
}

#menu .home
{
    width: 137px;
    height: 25px;
    background: url(../images/but_home.gif) no-repeat;
}

#menu .produkte
{
    width: 137px;
    height: 25px;
    background: url(../images/but_produkte.gif) no-repeat;
}

#menu .aktionen
{
    width: 137px;
    height: 25px;
    background: url(../images/but_aktionen.gif) no-repeat;
}

#menu .info
{
    width: 137px;
    height: 25px;
    background: url(../images/but_info.gif) no-repeat;
}

#menu .galerie
{
    width: 137px;
    height: 25px;
    background: url(../images/but_galerie.gif) no-repeat;
}

#menu .messekalender
{
    width: 137px;
    height: 25px;
    background: url(../images/but_messe.gif) no-repeat;
}

#menu .anfrage
{
    width: 137px;
    height: 25px;
    background: url(../images/but_anfrage.gif) no-repeat;
}

#menu .kontakt
{
    width: 137px;
    height: 25px;
    background: url(../images/but_kontakt.gif) no-repeat;
}

/* Galerie */

.galerie
{
    
}

.galerie li
{
    list-style-type: none;
    float: left;
    width: 205px;
    height: 135px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

/* Produkte */

.produkte
{
    
}

.produkte li
{
    list-style-type: none;
    margin-bottom: 25px;
}

.produkte .produktimg
{
    clear: left;
    float: left;
    width: 205px;
    height: 135px;
    text-align: center;
}

.produkte .produktdesc
{
    float: left;
    width: 400px;
    height: 135px;
    text-align: left;  
}

/* Form */

form
{

}

fieldset
{    
    margin: 12px 6px 12px 6px;
    padding: 12px 0px 12px 0px;
    
    border:1px solid #666;
}

legend
{
    margin-left:12px;
    padding: 2px 6px 2px 6px;
    
    border:1px solid #666;
}

#personal
{
}

#personal label
{
    clear: both;
    float: left;
    
    width: 80px;
    margin-right: 15px;
    
    text-align: right;
}

#personal input
{
    float: left;
    
    width: 250px;
    
    
    border: 1px dotted #e1e1e1;
    background: #fff;
    
    text-align: left;
}

#confirmation
{
    text-align:center;
}

#nachrichttext
{
    margin: 0px 6px 0px 6px;       
}

#nachricht textarea
{
    width:100%;
    height: 80px;
    
    border: 1px dotted #e1e1e1;
    background: #fff;
    
    text-align: left; 
}

#produkte
{
    
}

#produkte ul
{
    padding-left: 15px;
}

#produkte li
{
    list-style-type: none;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    width:285px;
    text-align: left;
}

/* Styling */

#impress
{
    font-size: 0.75em;
    color: white;
    text-align: right;
    font-weight: bold;
    text-shadow: #333 1px 1px 2px;
}

#content p
{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

#content h1
{
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 1em;
	color: #6aa1d3;
	text-align: left;
}

#content .special
{
	color: #6aa1d3;
	font-style: normal;
}

#footer p
{
    text-transform: uppercase;
    text-align: center;
    color: white;
}
