/* --- normalisierung --- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100.01%;
font-weight: normal;
}

ol, ul
{
list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var
{
font-style: normal;
font-weight: normal;
}

table
{
border-collapse: collapse;
}

fieldset, img
{
border: 0;
}

caption, th
{
text-align: left;
}

/* --- ende normalisierung --- */
/* --- formatierung --- */	

body.hp
{
background-color: #ffffff;
font-family: Verdana, arial, sans-serif;
font-size: 100.01%;
color: #572502;	
}

#container
{
width: 1000px;
margin: 0 auto;
padding-bottom: 20px;
position: relative;
border-bottom: 1px solid #d08728;	
}	

.img
{
width: 1000px;
height: 357px;
margin-top: 350px;
}

p	{	font-size: 0.7em;	font-weight: normal; letter-spacing: 0px;	color: #d08728;	padding-top: 0.5em; }
/* --- ende formatierung --- */	
