/* Style Sheet */

body
{ 
background-color:#ce9c00;
 }
 
 h1
 { 
 font-family:verdana, sans serif;
font-size:12px;
color:#330000;
font-weight:bold;
  }
  
   h2
 { 
 font-family:verdana, sans serif;
font-size:11px;
color:#330000;
font-weight:bold;
  }
 
#logo { 
margin:0px auto;
width:800px;
 }
 
 #inhalt {
margin:0px auto;
width:800px;
font-family:verdana, sans serif;
font-size:11px
}
#links {
margin-right:5px;
float:left
}

#rechts {
width: 640px;
margin-left:5px;
padding:5px;
float:right;
margin-top:30px;
min-height:400px;
background-color:white;
}

h1 {
margin-top:10px;
font-size:13px;
font-weight:bold
}



.menuleft_container
{
width:135px;
margin:30px 0px 30px 0px;
}

.menuleft_title {
padding:2px;
font-size:12px;
font-weight:bold;
text-align:left;
color:#330000;
background-color:#ce9c00;
border:solid 1px #330000;
}

a.menuleft:link, a.menuleft:visited
{
 display:block;
 padding:2px;
 color:#330000;
 background-color:#ce9c00;
 text-decoration:none;
 text-align:left;
 font-weight:bold;
 font-size:12px;
 text-decoration:none;
 border-bottom:solid 1px #330000;
}
a.menuleft:active, a.menuleft:hover
{
 display:block;
 padding:2px;
 color:white;
 background-color:#ce9c00;
 font-weight:bold;
 font-size:12px;
 text-decoration:none;
 border-bottom:solid 1px #330000;
}
a.textlink:link, a.textlink:visited
{
 color:#cc6600;
 text-decoration:none;
 font-weight:normal;
 font-size:11px;
}
a.textlink:active, a.textlink:hover
{
 color:#cc6600;
 font-weight:normal;
 font-size:11px;
 text-decoration:underline;
}

a.buntlink:link, a.buntlink:visited
{
 color:#ffff99;
 text-decoration:none;
 font-weight:normal;
 font-size:11px;
}
a.buntlink_1:active, a.buntlink:hover
{
 color:#ffff99;
 font-weight:normal;
 font-size:11px;
 text-decoration:underline;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
