body
{
	/*background-color: #F9E6BD;*/
	background: url(../img/header_bg.jpg) repeat-x left -2px #F9E6BD;
	color:#444;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

img
{
	border:0;
}

address
{
	font-style: normal;
	color:#444;
	background-color: transparent;
	font-size:0.8em;
}

#name
{
	background: url(../img/name.png) left top no-repeat;
	width:197px;
	height:84px;
	position:absolute;
	top:30px;
	left:20px;
}

#title
{
	background: url(../img/title_bg.jpg) top right no-repeat;
	height:153px;
	width: 100%;
	margin-bottom:20px;
}

/* Anweisungen, um die Hintergrundgrafik des #title anklickbar zu machen */
#title span
{
	display:none;
}

#title a
{
	display: block;
	/*background: url(../img/title.jpg) #4D82C6 no-repeat;*/
	height:84px;
	width: 100%;
	margin: 0;
}


#navigationen
{
	margin-left:15px;
	margin-top:0px;
	padding:0;
	float: left;
	width:20%;

}

.ro
{
background:url("../img/box_ro.gif") top right no-repeat;
margin:0;
padding:0;
}

.lo
{
background:url("../img/box_lo.gif") top left no-repeat;
margin:0;
padding:0;
}


.ru
{
background:url("../img/box_ru.gif") bottom right no-repeat;
margin:0;
padding:0;
}

.lu
{
background:url("../img/box_lu.gif") bottom left no-repeat;
margin:0;
padding:0;
}


#aktuell
{
	background:#F9E6BD;
	color:#FC6E14;
	margin:0;
	padding:0;
	width:100%;
	float: left;
	}

#archiv
{
	background:#F9E6BD;
	color:#FC6E14;
	margin:0;
	padding:0;
	width:100%;
	float: left;
}


.navcontent
{
	margin:0 0 20px 0;
	padding:0;
	width:100%;
}
.navcontent h1
{
	font-size:1em;
	font-weight: bold;
	padding:7px 0;
	text-align: center;
	color:#fff;
	background-color: transparent;
	margin:0;
}

.navcontent ul
{
 margin:0 0 0 40px;
 padding:10px 0;

}
.navcontent li
{
	background-color:transparent;
	color: #FC6E14;
	font-weight: bold;
	list-style-image: url(../img/tafel.gif);
	padding-bottom:12px;
	padding-left:10px;
}

#navigationen a

{
	text-decoration: none;
	background-color:transparent;
	color: #FC6E14;
	font-size: 0.9em;
	font-weight: bold;
}


#navigationen a:hover
{
	color:#6293D5;
	background-color: transparent;
	text-decoration:none;
}

/* stile für den zentralen inhaltsbereich */

.contentro
{
background:url("../img/contentbox_ro.gif") top right no-repeat;
margin:0;
padding:0;
}

.contentlo
{
background:url("../img/contentbox_lo.gif") top left no-repeat;
margin:0;
padding:0;
}


.contentru
{
background:url("../img/contentbox_ru.gif") bottom right no-repeat;
margin:0;
padding:0;
}

.contentlu
{
background:url("../img/contentbox_lu.gif") bottom left no-repeat;
margin:0;
padding:0;
}

#inhalt
{
	width:71%;
	float: left;
	margin-top:-8px;
	margin-left:10px;
}

#text
{
	margin:0;
	padding:0px 25px;
	width:96%;
}

#text .ueberschrift
{
	margin-top:20px;
	margin-bottom:0;
	padding:5px 0 0 0;
}

#text .hiddenheader
{
	visibility: hidden;
	margin:0;
	padding:0;
	line-height: 10px;	
}

#text ul
{
	margin:0 0 10px 20px;
	padding:0;
}

#text ul li
{
	font-size:0.9em;
}

#text p
{
	font-size: 0.9em;
	color:#444;
	background-color: transparent;
	width:92%;
}

.zitat
{
	font-weight: bold;
	font-style: italic;
}

#text h1
{
	font-size:1.0em;
	font-weight: bold;
	color:#444;
	background-color: transparent;
	margin-bottom:10px;
	margin-top:0;
}

#text h2
{
	font-size:0.9em;
	font-weight:bold;
	color:#333;
	background-color: transparent;
	width:99%;
}


#text ul.workshops
{
	margin:0 0 30px 0;
	padding:0;
	width:92%;
}

#text ul.workshops li
{

	list-style: none;
	margin:0;
	padding-right:15px;
	line-height:25px;
	font-size: 0.9em;
}


#text a
{
	color:#FC6E14;
	background-color: transparent;
	font-weight: bold;
	font-size:1em;
	text-decoration: underline;
}

#text a:hover
{
	color: #6293D5;
	background-color: transparent;
}


#text a.up
{
	font-size:0.8em;
	background: url(../img/up.gif) no-repeat;
}

#text ul.fragen
{
	margin:0 0 30px 0;
	padding:0;
}

#text ul.fragen li
{
	list-style-type: decimal;
	list-style-position: inside;
	font-size:0.9em;
	color:#FC6E14;
	background-color:transparent;
	font-weight: bold;
	line-height: 20px;
}

