body {
	font-family:Arial, Helvetica, sans-serif;
	background: #000000;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	border: black 1px solid;
	background: #ffffff;
}

.right {
	width: 827px;
	float:right;
	padding-right:1px;
	margin-top:1px;
	margin-left:0px;
	padding-bottom:1px;
}

.header {
	background:url(images/header.gif) no-repeat;
	width: 825px;
	height: 162px;
	border: black 1px solid;
}

.breadcrumb {
	width: 816px;
	float:right;
	background: black;
	color:#FFFFFF;
	border-left: black 1px solid;
	margin: 1px 0 0 0;
	padding:3px 5px 1px 5px;
}
.breadcrumb h2 {
	padding:0px;
	margin:0px;
	font-size:16px;
}
.breadcrumb a {
	color: #FFFFCC;
	text-decoration:none;
}

.content {
	width: 825px;
	float:right;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom: 1px solid black;
}

#title {
	display:block;
	border-bottom: 1px black solid;
	border-top: 1px black solid;
	padding: 5px 7px 5px 7px;
	color: #000000;
	font-size: 18px;
	font-weight:bold;
	background: url(images/title-bg.jpg) repeat-x;
	margin: 1px 0 0 0;
	text-align:center;
}

#title a {
	color:#000000;
	text-decoration:none;
}

#title a:hover {
	color:#003399;
}

#home {
	display: inline;
	float:right;
	margin:4px 5px 0px 0px;
}
#home a {
	font-size:14px;
	color: #ffff99;
	text-decoration:underline;
}
#home a:hover {
	color: #763136;
}
#text {
	padding: 0px 15px 5px 10px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#left {
	width: 150px;
	margin: 1px 0 0 1px;
	background: #8ec0fb;
}

.sidebar {
}

.sidebar h2 {
	display:block;
	padding: 5px;
	margin:0px;
	color:#f2eeeb;
	font-size: 12px;
	font-weight:bold;
	background: url(images/sidebar-title.jpg) repeat-x;
	border: 1px black solid;
	margin-bottom:1px;
}

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

.sidebar ul li{
	width:150px;
	list-style:none;
	height: 18px;
	margin-right:0px;
	margin-bottom:1px;
}
.sidebar ul li a {
	padding: 0px 3px 0px 3px;
	height: 16px;
	display:block;
	list-style:none;
	border: black 1px solid;
	color: #000000;
	text-decoration: none;
	font-size:12px;
	background:#a0a1b3;
	font-weight:bold;
}
.sidebar ul li a:hover {
	background:url(images/sidebar-button-hover.jpg) repeat-x;
	color: #ffff99;
	text-decoration:underline;
}
/* ausklappbare Sidebar */

#mainlevel-jsm, #mainlevel-jsm ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainlevel-jsm a {
	padding: 0px 3px 0px 3px;
	height:32px;
	display:block;
	list-style:none;
	border: black 1px solid;
	color: #000000;
	text-decoration: none;
	font-size:12px;
	background:#e5e2dd url(images/button.jpg) no-repeat;
	font-weight:bold;
}
#mainlevel-jsm h2 {
	display:block;
	padding: 5px;
	margin:0px;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	background: url(images/sidebar-title.jpg) repeat-x;
	border: 1px black solid;
	margin-bottom:1px;
}
#small {
}
#small a {
	padding-top:9px;
	height:23px;
}
#big a {
	padding-top:0px;
	height:32px;
}
#mainlevel-jsm a:hover {
	background:#a0a1b3 url(images/button-hover.jpg) no-repeat;
}
#mainlevel-jsm li {
	position:relative;
	float: left;
	width:150px;
	list-style:none;
	height:34px;
	margin-right:0px;
	margin-bottom:1px;
}
#mainlevel-jsm li:hover {
	color:#ffffff;
}

#mainlevel-jsm li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	margin-right:1px;
}

#mainlevel-jsm li:hover ul {
	top:0;
	left: 150px;
}
/* ENDE * ausklappbare Sidebar * ENDE */
#random {
	border:1px solid black;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 148px;
	color:#f2eeeb;
	}
#random h2{
	border:none;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	background: #4a7597;
	text-decoration:underline;
}
#random ul{
	padding: 3px;
	margin: 0;
	list-style: none;
	background: #4a7597;
	padding-bottom:5px;
}
#random ul li{
	overflow: hidden;
	height:auto;
	border: none;
	width:140px;
	margin-left:0px;
}
#random ul li a{
	background: none;
	height: auto;
	color:#f2eeeb;
	font-size:12px;
	font-weight:normal;
	width: 140px;
	border:none;
	margin-left:0px;
}
.footer {
	margin: 0 auto;
	border: black 1px solid;
	height: 33px;
	background:url(images/title-bg.jpg) repeat-x;
	text-align:right;
	width: 980px;	
}

.footer-text {
	padding: 8px 8px 0 0;
}

.footer-text a {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.footer-text a:hover {
	color: #ffff99;
	text-decoration: underline;
}
#clear {
	clear:both;
}


