html, body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060606;
	margin: 0;
	padding: 0;
	line-height: 170%;
}

#container, #spacer, #header, #left, #minheight, #content, #footer,
#flashheader{
	margin: 0;
	padding: 0;
}

#container	{ border: 1px solid #ccc; padding: 10px; }
#spacer		{ display: none; }
#header		{ border-bottom: 1px solid #ccc;}
#left		{ display: none; }
#minheight	{ display: none; }
#content	{ padding: 5px; }
#footer		{ }

#flashheader	{ display: none; }

#header .logo img	{ margin: 15px 0px 0px 20px; padding: 0; border: 0px none;}

/* Typografie Styles */
h1, h2, h3			{ font-weight: bold; margin: 0; padding: 0; line-height: 150%;}
p, a				{ font-weight: normal; margin: 0; padding: 0; line-height: 150%;}
img					{ margin: 0; padding: 0; border: 0;}
ul, li				{ margin: 0; padding: 0; line-height: 150%;}

#content h1			{ font-size: 16px; color: #060606; margin: 25px 0px 7px 0px; font-style: italic;}
#content h2			{ font-size: 13px; color: #060606; margin: 20px 0px 5px 0px; text-indent: 15px; background: url(../img/bg_h2.jpg) no-repeat 0 50%;}
#content h3			{ font-size: 11px; color: #060606; margin: 15px 0px 3px 0px;}

#content p			{ font-size: 11px; color: #060606; margin: 10px 0px 3px 0px;}

#content a			{ color: #900; text-decoration: none; }
#content a:hover	{ text-decoration: underline;}

#content img		{ padding: 5px; border: 0;}
#content img.left	{ float: left; padding: 5px; margin: 0px 10px 5px 0px; border: 1px solid #369;}
#content img.right	{ float: right; padding: 5px; margin: 0px 0px 5px 10px; border: 1px solid #369;}

#content ul			{ color: #060606; margin: 10px 0px 3px 20px;}
#content ul li		{ list-style-image: url(../img/bg_li.jpg);}

#content p.breadcrumbs			{ color: #060606; font-size: 11px; padding: 13px 0px 13px 0px; margin: 0;}
#content .breadcrumbs a			{ color: #900; text-decoration: none;}
#content .breadcrumbs a:hover	{ text-decoration: underline;}
#content .breadcrumbs span		{ color: #060606; padding: 0px 5px;}

#footer .websteen		{ font-size: 10px; color: #ccc; margin: 35px 20px 20px 0px; float: right; }