*		{
		margin: 0;
		padding: 0;
		}

body 	{
		font: 80%/140% verdana,arial,tahoma,sans-serif;
		text-align: center;
		}
        
/*----- general -----*/

a:link	{
		color: #666666;
		text-decoration: none;
		}

a:visited   {
		color: #333333;
		text-decoration: none;
		}

a:hover	{
		color: #000000;
		}

h1		{
		font-family: georgia, times, serif;
		font-size: 160%;
		font-weight: bold;
		margin-bottom: 10px;
		color: #A15E39;
		}
        
h1 a:hover    {
        text-decoration: none;
        color: #A15E39;
        }

h2		{
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		font-weight: bold;
		margin-top: 10px;
        background-color: #f3f3f3;
        padding-left: 3px;
        padding-bottom: 1px;
		}

h2 a:hover
        {
        text-decoration: none;
        color: #000000;
        }
        
h3		{
		font-family: georgia, times, serif;
		font-size: 125%;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 5px;
		}

h4		{
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		font-weight: bold;
        font-style: italic;
        margin-top: 6px;
        margin-left: 18px;
        margin-bottom: 0;
		}
        
h4.noind  {
        margin-left: 0px;
        }

p		{
        margin: 6px 0;
		}
        
strong  {
        font-weight: bold;
        font-style: italic;
        }

ul		{
		margin-left: 15px;
		list-style-type: none;
		}

img		{
		border: none;
		}

/*----- container -----*/

#wrap	{
		width: 780px;
		margin: 0 auto;
		text-align: left;
		}

#inwrap	{
		float: left;
		width: 780px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-bottom: 1px solid #999999;
		}			

/*----- index -----*/

#start-li	{
		float: left;
		width: 390px;
		margin-top: 30px;
		}

#start-re	{
		float: left;
		width: 390px;
		margin-top: 30px;
		margin-bottom: 20px;
		}

#start-li img, #start-re img
		{
		border: 1px solid #999999;
		margin-right: 6px;
		}

dl		{
		padding: 10px 25px;
		margin-bottom: 12px;
		}

dt		{
		margin-left: -25px;
		font-weight: bold;
		font-style: italic;
		}

dd		{
		margin-left: 0px;
		margin-bottom: 10px;
		}	
        
dd a:hover	{
		font-weight: normal;
		}

/*----- top/head -----*/

#top	{
		float: left;
		width: 780px;
		}

#top2	{
		float: left;
		width: 780px;
		height: 22px;
		margin-top: 6px;
		border-bottom: 1px solid #999999;
		}

#logo	{
		float: left;
		width: 145px;
		}

#lang	{
		float: right;
		width: 600px;
		text-align: right;
		}

#lang img	{
		border: 1px solid #999999;
		margin-top: 5px;
		}

#header	{
		float: left;
		width: 780px;
		height: 20px;
		margin: 5px 0;
		color: #666666;
		font-size: 85%;
		background-color: #f3f3f3;
		}

#stripes	{
		float: left;
		width: 145px;
		height: 18px;
		background-image: url(images/stripes.gif);
		background-repeat: repeat;
		}

#ci		{
		float: right;
		width: 20px;
		background-color: #f3f3f3;
		text-align: right;
		color: #666666;
		}
		
/*----- horizontal navi -----*/        
        
#hnavi	{
		float: right;
		width: 580px;
		text-align: left;
		background-color: #f3f3f3;
		}

#hnavi ul	{
		margin-left: 0;
		padding: 1px 0;
		}

#hnavi li	{
		display: inline;
		border: 1px solid #999999;
		margin-right: 5px;
		}

#hnavi a, #hnavi a:link, #hnavi a:visited
		{
		color: #666666;
		font-weight: normal;
		text-decoration: none;
		padding: 0px 5px;
		}

#hnavi a:hover
		{
		background-color: #EDBC53;
		color: #FFFFFF;
		}

/*----- navibar -----*/

#navi		{
		float: left;
		width: 145px;
		}

#navi_dk		{
		float: left;
		width: 150px;
		}

.navibox	{
		padding: 3px 5px;
		background-color: #F5F5F5;
		border: 1px dotted #999999;
		margin-bottom: 9px;
		}

#navi ul, #navi_dk ul	{
		margin: 0;
		padding: 0;
		}

#navi li a, #navi_dk li a	{
		display: block;
		padding: 4px 1px;
		border-bottom: 1px solid #999999;
		color: #666666;
		line-height: 110%;
		text-decoration: none;
		}

#navi li a.ohne, #navi_dk li a.ohne	{
		border: none;
		}

#navi li a:visited, #navi_dk li a:visited
		{
		color: #333333;
		}

#navi li a:hover, #navi_dk li a:hover
		{
		background-color: #EDBC53;
		color: #FFFFFF;
		font-weight: normal;
		text-decoration: none;
		}

.hier	{
		background-color: #F6DEA9;
		}

#eu		{
		padding: 0 6px;
		margin-bottom: 9px;
		}

#eu p	{
		margin-top: 2px;
		font-size: 85%;
		line-height:120%;
		color: #666666;
		}

/*----- content -----*/

#content	{
		float: right;
		width: 600px;
		}
        
#content p  {
        margin: 6px 3px;
        }

#content ul	{
		list-style-type: disc;
        margin-left: 18px;
		}

#landlist	{
		margin: 15px 0px;
		}

#landlist ul	{
		margin-left: 0px;
		list-style-type: none;
		margin-bottom: 10px;
		}

#landlist li	{
		margin: 0px 2px;
		padding: 1px 3px;
		background-color: #F5F5F5;
		border: 1px solid #A15E39;
		display: inline;
		text-align: center;
		font-family: "courier new", courier, monospace;
		}

#laender	{
		float: right;
		width: 600px;
		}

#laender ul	{
		float: left;
		margin-left: 0;
		list-style-type: none;
		margin-bottom: 10px;
		}

#laender li	{
		width: 180px;
		margin: 0 12px 9px 0;
		padding: 1px 3px;
		background-color: #F5F5F5;
		border: 1px solid #A15E39;
		display: block;
		}

#laender a:hover	{
		font-weight: normal;
		}

#themlist	{
		margin: 15px 0;
		}

#themlist ul	{
		list-style-type: none;
		margin-bottom: 10px;
		line-height: 200%;
		}

#themlist li	{
		margin: 5px 2px;
		padding: 1px 3px;
		background-color: #F5F5F5;
		border: 1px solid #A15E39;
		display: inline;
		}

.verweis	{
		margin-top: 10px;
		margin-left: 10px;
        padding: 3px 0;
		font-style: italic;
		}

.box	{
		padding: 9px 9px;
		background-color: #F5F5F5;
		border: 1px solid #A15E39;
		}

#content img, #content2 img	{
		border: 1px solid #999999;
		margin-right: 5px;
		}

.term	{
		font-weight: bold;
		}

.links	{
		list-style-type: circle;
		}
        
address	{
		margin: 12px 3px;
		}
        
#content2	{
		float: right;
		width: 600px;
		}
        
#content2 p {
        margin: 6px 18px;
        }
        
#content2 ul li
        {
        margin-left: 3px;
        }

/*----- documents/links -----*/

#doli	{
		float: right;
		width: 600px;
		}

#doli img	{
		border: 1px solid #999999;
		margin: 0px 5px;
		}

#doli li	{
		margin: 3px;
		}

.hbar	{
		margin-bottom: 12px;
		padding: 1px 5px;
		background-color: #F6DEA9;
		font-weight: normal;
		}

em		{
		font-weight: bold;
		font-style: italic;
		}

/*----- tables -----*/

table	{
		margin-bottom: 15px;
        width: 98%;
		table-layout: fixed;
		border: 1px solid #A15E39;
		border-collapse: collapse;
		background-color: #FFFFFF;
		empty-cells: hide;
		font-size: 85%;
		}

caption	{
		margin-bottom: 5px;
		text-align: left;
		font-weight: bold;
        color: #A15E39;
		}

thead	{
		line-height: 130%;
		background-color: #F6DEA9;
		}

tfoot	{
		background-color: #F6DEA9;
		}

tbody	{
		text-align: center;
		}

th		{
		border: 1px solid #A15E39;
		padding: 1px 3px;
		text-align: center;
		}

td		{
		border: 1px solid #A15E39;
		padding: 4px 3px;
		vertical-align: top;
		line-height: 120%;
		}

th.white, td.white	{
		background-color: #FFFFFF;
		padding: 1px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		}
        
td.grey {
        background-color: #F5F5F5;
        }

table a:hover	{
		font-weight: normal;
		}

.landtab	{
		width: 100%;
		margin: 2px;
		font-size: 100%;
		color: #666666;
		border: 1px solid #A15E39;
		}

.landtab td	{
		padding: 2px 4px;
		text-align: left;
		border-color: #A15E39;
		}

/*----- contact -----*/

#kontakt	{
		}

#kontakt p	{
		margin: 9px 5px;
		}

form	{
		width: 460px;
		margin-left: 20px;
		}

fieldset	{
		margin-top: 12px;
		border: 1px solid #A15E39;
		padding: 5px;
		padding-top: 0;
		background-color: #F5F5F5;
		text-align: right;
		}

fieldset#submitset	{
		border: none;
		}

legend	{
		border: 1px solid #A15E39;
		border-bottom: none;
		padding: 0px 4px;
		margin-left: 5px;
		background-color: #FFFFFF;
		color: #666666;
		}

input.person, select	{
		border: 1px solid #A15E39;
		width: 200px;
		margin-left: 12px;
		}

textarea	{
		border: 1px solid #A15E39;
        width: 360px;
        height: 160px;
		}

hr      {
        height: 1px;
        color: #A15E39;
        }
        
/*----- sitemap -----*/

#sitemap	{
		float: right;
		width: 600px;
		}

.col	{
		float: left;
		width: 300px;
		}

.sitebox	{
		border: 1px solid #A15E39;
		padding: 5px;
		margin-right: 9px;
		margin-bottom: 9px;
		}

#sitemap ul	{
		list-style-type: none;
		list-style-image: url(images/arr.gif);
		padding: 5px;
		}

#sitemap li	{
		margin-left: 6px;
		}

#sitemap img	{
		border: 1px solid #999999;
		margin-right: 5px;
		}

/*----- footer -----*/

#footer		{
		float: left;
		width: 780px;
		margin-top: 3px;
		margin-bottom: 10px;
		background-color: #f3f3f3;
		text-align: right;
		font-size: 85%;
		color: #666666;
		}