/* 
	./include/css/main.css
	css Datenmanufaktur.at full v0.00
	css created at 19.09.2009
	file changed to vX.XX at XX.XX.XXXX

	This file was created by r. schoen
	******* &#111;&#102;&#102;&#105;&#099;&#101;&#064;&#117;&#050;&#105;&#110;&#101;&#116;&#046;&#099;&#111;&#109; ********
	www.datenmanufaktur.at | www.u2inet.com
*/
/* basic elements */
* { margin: 0px; padding: 0px; }
body
	{
		background: #fff url('../img/bg.jpg') repeat-x;
		color: #000000;
		font-size: 11px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		text-align: left;
		line-height: 16px;
	}
h1
	{
		color: #828282;
		background-color: transparent;
		font-size: 30px;
		font-family: Georgia, Verdana, serif;
		font-weight: bolder;
		margin-bottom: 18px;
		margin-left:-30px;
	}
h2
	{
		color: #828282;
		background-color: transparent;
		font-size: 24px;
		font-family: Georgia, Verdana, serif;
		font-weight: bolder;
		margin-bottom: 12px;
		margin-left:-30px;
	}
h3
	{
		color: #828282;
		background-color: transparent;
		font-size: 20px;
		font-family: Georgia, Verdana, serif;
		font-weight: bolder;
		margin-bottom: 30px;
	}
h4
	{
		color: #828282;
		background-color: transparent;
		font-size: 18px;
		font-family: Georgia, Verdana, serif;
		font-weight: bolder;
		margin-bottom: 12px;
	}
h5
	{
		color: #828282;
		background-color: transparent;
		font-size: 16px;
		line-height: 16px;
		font-weight: bolder;
		font-family: Georgia, Verdana, serif;
		margin-bottom: 12px;
	}
h6
	{
		color: #828282;
		background-color: transparent;
		font-size: 14px;
		font-weight: bolder;
		font-family: Georgia, Verdana, serif;
		margin-bottom: 12px;
	}
a:hover, a:active, a:visited
	{
		font-weight: normal;
		text-decoration: none;
		color: #7893C5;
		border: none;
		background-color: transparent;
	}
a, a:link
	{
		font-weight: normal;
		text-decoration: none;
		color: #7893C5;
		border: none;
		background-color: transparent;
	}
img
	{
		border: none;
		margin: 0px;
		background: transparent url('../img/loading.gif') center center no-repeat;
	}
#centerme
{
		margin-left: auto;
		margin-right: auto;
		margin-top:20px;
		width:324px;
		height:500px;
		
	}
ul
	{
		list-style-position:outside;
		list-style-type:square;
		list-style-image:url('../img/absatz.gif');
	}
ol
	{
		list-style-position:outside;
		list-style-type:decimal;
	}
strong
	{
		font-weight: bolder;
	}
ul
	{
		 list-style-type:disc; 
		 margin-left: 20px;
	}
ol
	{
		list-style-type: none;
	}
cite
	{
		color: #7893C5;
		font-style: italic;
		text-align: justify;
	}
.blue	{
		color: #7893C5;
	}
