body
{
  background-image: url(pageback.gif);
  background-repeat: repeat-x;
  background-color: #DEDEDE;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 15px;
}

h1, h2, h3, h4, p, ul, li
{
	margin: 0px;
	padding: 0px;
}

.clear
{
	clear: both;
}

#wrap
{
  text-align: left;
  margin: auto;
  width: 980px;
  background-image: url(headerout.jpg);
  background-position: 0px 139px;
  background-repeat: no-repeat;
}

/* header ----------------------------------------------------------------- */

#header
{
  height: 138px;
  background-image: url(headerback.gif);
  margin-bottom: 20px;
}

#header img
{
  float: left;
}

#header .right
{
  width: 685px;
  height: 138px;
  background-image: url(header.jpg);
  position: relative;
  float: right;
}

#header .right span
{
	background-image: url(orangeback.gif);
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 164px;
	padding-left: 20px;
	font-size: 1.3em;
	height: 33px;
	line-height: 33px;

}

/* main ---------------------------------------------------------------- */

#main
{
	background-image: url(navback.gif);
	background-repeat: repeat-y;
	/*border-top: 1px solid black;*/
	zoom: 1;
        padding-left: 28px;
}

#navigation
{
	width: 206px;
	float: left;

}

#content
{
	width: 442px;
	padding-left: 60px;
	padding-right: 60px;
        padding-bottom: 60px;
	float: left;
	background-image: url(contentback.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 636px;
        overflow: hidden;
}

#content a, #content a:active, #content a:visited
{
   color: #F75F13;
   text-decoration: none;
   font-weight: bold;
}

#content a:hover
{
  text-decoration: underline;
}

#content p
{
	margin-bottom: 1em;
}

#content h1
{
	background-image: url(h1back.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	padding-top: 1em;
       font-weight: normal;
     clear: left;
}

#content h2
{
   margin-top: 0.5em;
   font-size: 1.2em;
}

#content h3
{
   font-size: 1em;
}

.veranstaltungen #content h3
{
   font-weight: normal;
   font-style: italic;
   background-color: #F75F13;
   color: #FFFFFF;
   padding: 0.2em;
}


.veranstaltungen #content h3 br
{
   display: none;
}

.veranstaltungen #content .item
{
   padding-bottom: 1em;
   float: left;
   width: 100%;
}

.veranstaltungen #content h2
{
   font-size: 1em;
}

.buchempfehlungen #content .item
{
   padding-bottom: 1.5em;
   margin-bottom: 1.5em;
   border-bottom: 1px solid #F75F13;
   float: left;
}


.buchempfehlungen #content h4
{
   margin-bottom: 0.5em;
   font-weight: normal;
   font-style: italic;
}

.buchempfehlungen #content .button
{
   padding: 0.1em;
   padding-left: 0.2em;
   padding-right: 0.2em;
   border: 1px solid #F75F13;
   color: #000000;
   margin-top: 0.5em;
}

#content  img
{
   float: right;
   margin-left: 15px;
   margin-bottom: 15px;
   margin-top: 0.5em;
   border: 0px;
}

#stadtplan #content  img
{
   float: none;
}

#content form
{
   margin-bottom: 1em;
}

#content input
{
   font-size: 11px;
}

#content li
{
   margin-left: 2.5em;
}

#content ul
{
   list-style-image: url(dreipunkte.gif);
}



/* navigation ------------------------------------------------------------ */

#navigation ul 
{
	list-style-type: none;
}

#navigation strong
{
	display: block;
}

#navigation ul a
{
	background-image: url(navback2.gif);
	font-size: 1em;
	line-height: 30px;
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000000;
	padding-left: 15px;
	padding-bottom: 3px;
}

#navigation li
{
  display: inline;
}

#navigation ul a:hover, #navigation ul strong a
{
	background-image: url(navback3.gif);
	padding-bottom: 0px;
	padding-top: 3px;	
}

/* level 2 */

#navigation ul ul a
{
	background-color: #FFFFFF;
	background-image: none;
	padding-left: 25px;
	border-bottom: 1px solid #CCCCCC;
}

#navigation ul ul a:hover, #navigation ul ul strong a
{
	background-image: url(2navback3.gif);
}


/* contextbar ------------------------------------------------------------ */

#contextbar
{
	background-image: url(contentbackright.jpg);
	background-repeat: no-repeat;
	width: 184px;
	height: 636px;
	float: right;
}

#contextbar .quicklinks div
{
	background-color: #F4F2DD;
}

#contextbar .quicklinks h2
{
	background-image: url(orangeback.gif);
	display: block;
	width: 164px;
	padding-left: 20px;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding-bottom: 3px;

}

#contextbar .quicklinks ul li a, #contextbar .quicklinks ul li strong
{
	height: 30px;
	line-height: 30px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	color: #000000;
	font-weight: bold;
}

#contextbar .quicklinks ul ul li a
{
    font-weight: normal;
    padding-left: 30px;
}


#contextbar .quicklinks ul li a:hover
{
	background-image: url(boxhover.gif);
	padding-bottom: 0px;
	padding-top: 3px;	

}

#contextbar p
{
	line-height: 30px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#contextbar p a
{
    color: #000000;
}

#contextbar .logos a
{
  display: block;
  float: none;
}

#contextbar .logos
{
   text-align: center;
height: 300px;
clear: left;
}

#contextbar .logos img
{
   border: 0px;
   margin: 15px;
   margin-top: 30px;
   margin-bottom: 0px;
   display: inline;
}


#contextbar ul
{
	list-style-type: none;
}


