body		
			{
			padding : 0;
			margin : 0;
			background-color : #fff;
			font-family : Arial, Geneva, sans-serif;
			font-size : 13px;
			line-height : 145%;
			color : #333333;
			}
			
a			{
			color :#000;
			font-weight : normal;
			text-decoration: none;
			}
			
a:hover		{
			color : #000;
			font-weight : normal;
			text-decoration : none;
			}		
			
.projekte	{
			color :#686868;
			}
			
.projekte a			{
			color : #686868;
			font-weight : normal;
			text-decoration: none;
			}
			
.projekte a:hover		{
			color : #000;
			font-weight : normal;
			text-decoration : none;
			}
			
.projekte ul			{
			margin-left : 0;
			padding-left : 0px;
			margin-top : 12px;
			padding-top : 0;
			list-style-image : none;
			list-style-type : none;
			}
			
.projekte li			{
			padding-top : 2px;
			padding-left : 0px;
			padding-right : 2px;
			padding-bottom : 6px;
			}
			
.navi		{
			color :#999999;
			font-size : 12px;
			}			

.navi a		{
			color :#999999;
			font-size : 12px;
			font-weight : normal;
			text-decoration: none;
			}
			
.navi a:hover		{
			color : #333333;
			font-weight : normal;
			text-decoration : none;
			}
			
.subnavi a		{
			color :#686868;
			font-size : 11px;
			font-weight : normal;
			text-decoration: none;
			}
			
.subnavi a:hover		{
			color : #000;
			font-weight : normal;
			text-decoration : none;
			}
			
.footer		{
			color :#999999;
			}
			
.footer a	{
			color :#999999;
			font-weight : normal;
			text-decoration: none;
			}
			
.footer a:hover		{
			color : #ff6600;
			font-weight : normal;
			text-decoration : none;
			}

.orange		{
			color : #ff6600;
			}
			
.black		{
			color : #000;
			}
			
ul			{
			margin-left : 10px;
			margin-top : 0;
			padding-top : 0;
			list-style-image : url(images/list_icon.gif);
			}
			
li			{
			padding-top : 0;
			padding-left : 4px;
			padding-right : 4px;
			padding-bottom : 6px;
			}
			
.textfeld		{
			padding : 0;
			margin : 0;
			font-size : 11px;
			line-height : 130%;
			color : #333333;
			padding:2px;
			width:300px;
			border: #999999;
			border-style: solid;
			border-width: 1px;
			
			}