/* reset all 
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,
p,form,ul,li		  								
{ 	
		margin:0; 
		padding:0;
}

html, body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Helevetica, sans-serif;
    font-size: 12px;
    color: #906216;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #EECB90;
    background-image: url(images/bkg.gif);
    background-repeat: repeat-y;
}

h1, h2, h3, h4, h5, h6            
{ 
		margin:0 0 20px 0;
		color: #906216;
		background-color: transparent; 
} 

a:link 			{ text-decoration:none; font-weight:bold; color:#906216; background-color: transparent; }
a:visited 	{ text-decoration:none; font-weight:bold; color:#906216; background-color: transparent; }
a:hover 		{ text-decoration:underline; font-weight:bold; color:#906216; background-color: transparent; }
a:active 		{ text-decoration:underline; font-weight:bold; color:#906216; background-color: transparent; }
a:focus 		{ text-decoration:underline; font-weight:bold; color:#906216; background-color: transparent; }

img
{
		border: 0;
}

#logo
{
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 115px;
    background-color: #EDC686;
    text-align: center;
}

#head
{
    position: absolute;
    left: 220px;
    top: 0;
    width: 680px;
    height: 115px;
    background-color: #E4AA4B;
}

#head h1
{
		position: absolute;
		bottom: 10px;
		left: 10px;
		margin: 0;
		padding: 0;
		font-size: 1.2em;
		color: #FFFFFF;
		background-color: transparent;
}		

#bande
{
		position: absolute;
		top: 115px;
		left: 0px;
		width: 100%;
		height: 113px;
		background-image: url(images/bkg_bande.gif);
}

#adresse
{
		padding: 13px 0 10px 230px;
}

/* Navigation */

#navigation                       
{
		position: absolute;
		left: 0;
		top: 245px;
		width: 220px;
		height: 2.7em;
  	line-height: 2.7em;
  	margin: 0;
		padding: 0;
		border-top: 1px solid #FFFFFF;
}

#navigation ul
{	
		margin: 0;
		padding: 0;
}

#navigation li
{
		width: 220px;
		float: left;
		margin: 0;
		padding: 0;
		white-space: nowrap;
}

#navigation li a
{
		display: block;
		padding: 0 15px 0 15px;
		margin: 0;
		color: #906216;
		background-color: transparent;
		font-weight: bold;
		text-decoration: none;
		white-space: nowrap;
		border-bottom: 1px solid #FFFFFF;
}
																	  
#navigation a.selected,
#navigation a:hover
{
		color: #FFFFFF;
		background-color:#E4AA4B;
}																	  
																		
#content
{
		position: absolute;
		top: 245px;
		left: 230px;
		width: 660px;		
}

.bkg
{
		background-color: #F6E4C6;
		display: block;
		padding: 10px;
		margin-bottom: 40px;
}

.bkg table.brdr
{
		border-collapse: collapse;
}

.bkg table.brdr td
{
		border: 1px solid #906216;
}

#content h1

{
		font-size: 1.3em;
		font-weight: bold;
		border-bottom: 1px dotted #906216;
}

#content h2

{
		font-size: 1.1em;
		border-bottom: 1px dotted #906216;
}

#content h3

{
		font-size: 1.1em;		
}

#content p

{
		padding: 0 0 20px 0;
}

#content ul

{
		margin: 0 0 20px 40px;
}

#content ul li

{
		list-style-type: square;
}

.seminar
{
		background-color: #F6E4C6;
		display: block;
		padding: 10px;
}

.seminar p
{
		margin: 5px 0 0 20px;
}

.weiterlesen
{
		text-align: right;
		padding: 0 20px 0 0;
}

.inputfeld
{
		width: 400px;
		border: 1px solid #906216;
}
		
