/*  body en tekstdefinities */
html, body {
background-color: #000000;
font-family: Arial, Verdana;
margin: 0px;
width: auto;
height: auto;
} 

a { 
color: #000000;
background-color:transparent;
}

p, h1, h3, pre {
padding: 2px 20px;
margin: 0px;
}

h1 {
font-size: 1.2em;
font-weight: bold;
font-family: Verdana, Arial;
color: #ee0000;
padding-bottom: 15px;
background-color: transparent;
}

h3 {
font-size: 1.2em;
font-weight: bold;
font-family: Verdana, Arial;
color: #ee0000;
padding-bottom: 15px;
background-color: transparent;
}

/*  positioning-layers */

#wrapper {
background-color: #000000;
width: 900px;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
margin: auto;
}

#header {
position: relative;
float: right;
background-color: #FFFFFF;
width: 690px;
height: 140px;
padding-top: 10px;
padding-right: 10px;
}

#links {
position: relative;
float: left;
top: 0px;
left: 0px;
width: 200px;
text-align: left;
}

#content {
position: relative;
float: right;
margin-top: 0px;
background-color: #FFFFFF;
width: 700px;
height: 500px;
overflow: auto;
padding-top: 5px;
font-size: 0.9em;
}

#footer {
position: relative;
width: 900px;
height: 30px;
float: right;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
color: #ffffff;
font-size: 0.7em;
background-color: #000000;
}

#fadeshow1 {
background-color: #FFFFFF;
width: 700px;
}

#tagcloud {
position: relative;
background-color: #FFFFFF;
width: 280px;
height: 145px;
margin-top: 15px;
padding-top: 10px;
font-size: 0.9em;
}

img {
  border: none;
  margin-left: 0px;
}

/*        MENU        */
.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}
	
#menu {
	width: 190px;
	border-color: #94AA74;
	font-family: Arial;

	}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
#menu li a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(images/menu_pic.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 50px;
	}
	
#menu li a:hover {
	color: #666666;
	background: url(images/menu_pic.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 50px;
	}
	
#menu li a:active {
	color: #666666;
	background: url(images/menu_pic.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 50px;
	}

/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	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: 66px;
	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;
}