/* 
	./include/css/main.css
	css Dr. Aigner full v0.00
	css created at 17.08.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: #ffffff url('../img/bg.jpg') no-repeat top center fixed;
		color: #8f8f91;
		font-size: 12px;
		font-family: Verdana, Tahoma, Geneva, sans-serif;
		text-align: left;
		line-height: 17px;
	}
h1
	{
		color: #8f8f91;
		background-color: transparent;
		font-size: 26px;
		font-weight: bolder;
		margin-bottom: 12px;
	}
h2
	{
		color: #8f8f91;
		background-color: transparent;
		font-size: 20px;
		font-weight: bolder;
		margin-bottom: 12px;
	}
h3
	{
		color: #8f8f91;
		background-color: transparent;
		font-size: 16px;
		font-weight: bolder;
		margin-bottom: 30px;
	}
h4
	{
		color: #8f8f91;
		background-color: transparent;
		font-size: 15px;
		font-weight: bolder;
		margin-bottom: 12px;
	}
h5
	{
		color: #8f8f91;
		background-color: transparent;
		font-size: 14px;
		line-height: 16px;
		font-weight: bolder;
		margin-bottom: 12px;
	}
h6
	{
		color: #8f8f91;
		background-color: transparent;
		font-size: 12px;
		font-weight: bolder;
		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;
		
	}
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;
	}
