body		{
			padding : 0;
			margin : 0;
			background-color : #fb721a;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 13px;
			line-height : 150%;
			color : #000;
			background: url("images/back.gif");
			background-repeat: repeat-x;			
			}

img {
    border: 0;
}

h1			{
			font-size : 18px;
			color : #60620E;
			font-weight : bold;
			margin-bottom : 12px;
			margin-top : 0px;
			}
			
            h2			{
                font-size : 15px;
                color : #60620E;
    			font-weight : bold;
                margin-bottom : 8px;
                margin-top : 12px;
            }

li			{
			font-weight : normal;
			padding : 3px;
			}
			
ul			{
			margin-left : 0;
			padding-left : 30px;
			margin-bottom : 20px;
			list-style-image : url(images/quadrat.gif);
			}
			
.info h1	{
			font-size : 13px;
			color : #fcf1cb;
			margin-bottom : 5px;
			}

			
.info		{
			font-size : 11px;
			color : #fcf1cb;
			line-height : 140%;
			}
			
.info a	{
	      	font-size : 11px;
     		text-decoration: none;
     		color : #fcf1cb;
			}

.info a:hover{
     		font-size : 11px;
     		text-decoration : underline;
     		color : #fcf1cb;
			}
			
.subnav		{
			font-size : 11px;
			color : #fff;			
			}
			
a.subnav 	{
	      	font-size : 11px;
     		text-decoration: none;
     		color : #fff;
     		font-weight : bold;
			}

a:hover.subnav {
     		font-size : 11px;
     		text-decoration : underline;
     		color : #fff;
     		font-weight : bold;
			}
			
a			{
			color : #5d592e;
			}
			
h1 a,h2 a {
    text-decoration: none;
}

a:hover		{
			font-size : 13px;
			color : #5d592e;
			font-weight : normal;
			text-decoration : none;
			}
			
.textfeld		{
			padding : 0;
			margin : 0;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 12px;
			line-height : 130%;
			color : #000000;
			padding:2px;
			width:260px;
			border: #60620E;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			}
			
            .bildlinks {
                float: left;
                margin: 0 10px 10px 0;
            }

            .bildrechts {
                display: inline;
                float: right;
                margin: 0 0 10px 10px;
            }