#kopf {
	position:relative;
	width:849px;
	height:112px;
	background-color:#FFD281;
	background-image: url(Bilder/kopf.jpg);
	background-repeat: no-repeat;	
}

h3 {
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#haupttext {
	width:800px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	padding-right: 0px;
	overflow: visible;
	position: relative;
	top: 0px;
}

#hauptbild {
	position:relative;
	background-image: none;
	float: left;
	padding: 0px 10px 2px 0px;
	clear: both;
	
 }
 
 #bildleiste {
	clear:both;
	width: 900px;
	padding: 10px 0px 0px;
	margin: 0px;
	
 }




#fuss {
	position:relative;
	width:auto;
	color: #EB8F22;
	text-align: center;
	bottom: 0px;
	top: 23px;
	clear:both;
}

#fuss p {
	padding-top: 0px;
	bottom: 0px;
}


/* Bilder Leiste */

img.picGross
{
position: relative;
top: 0px;
padding: 4px;
}

img.picA
{
position: relative;
top: 0px;
height: 90px;
padding: 5px 5px 5px 0px;
margin-top: 5px; }

img.picB
{
position: relative;
top: -2px;
width: 146px;
height: 75px;
padding: 7px;
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}


/* meta nav */

#nav-meta {
	position:relative;
	font-size: 90%;
	top: -9px;
	right: 320px;	
}

#nav-meta ul {
margin: 0;
padding: 1px;
}

#nav-meta li {
display: inline;
padding: 5px;
}

#nav-meta a, #nav-meta a:visited {
color: #FFFFFF;
text-decoration: none;
margin: 1px;
}

#nav-meta a:hover, #nav-meta a:visited:hover {
color: #D1EBF4;
}




#nav {
	position:relative;
	width:800px;
	height:19px;
	left: 180px;
	top: -100px;
}

a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: normal;
	color: #9B3028;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #9B3028;
	padding: 0.1em 5px 0.1em;
	font-size: 95%;
}

#nav li li a.current {
	color: #EB8F22;
 }
 
 #nav li a.current {
	color: #EB8F22;
 }

#nav li li a:hover {
	padding: 0.1em 5px 0.1em;
	color: #EB8F22;
	
}

#nav li {
float: left;
	position: relative;
	width: 12em;
	text-align: center;
	cursor: default;
	font-size: 95%;
}


 li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	padding: 0em;

 }

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	padding: 0em;
	font-size: 93%;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

/* Tagungsangebote */

div.tagungcontainer
{
	position: absolute;
	width: 600px;
	height: auto;
	padding: 0px;
	top: 100px;
	left: 100px;
	right: 100px;
	bottom: 100px;
	margin: 0 auto 0 auto;
	background-color: #FC3;
}


div.block
{
	background: #fff7d5;
	padding: 2px;
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 50%;
	bottom: 10px;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}

div.blockright
{
	background: #fff7d5;
	padding: 2px;
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 51%;
	right: 10px;
	bottom: 10px;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}



