html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.9em;
	color: gray;
}

p {
	font-weight: normal;
	text-decoration: none;
	padding: 0px 40px;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding: 0px;
	color: black;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: orange;
}

ul, ol {
	list-style-position: inside;
}

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: decimal;
}

ol ol ol {
	list-style-type: lower-latin;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	background-color: white;
}

#content {
	width: 778px;
	margin: 0px auto;
}

#friends {
	height: 15px;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}

#friends ul {
	margin: 0px;
	padding-top: 5px;
}

#friends li {
	float: right;
	list-style-type: none;
	text-align: right;
	list-style-position: inside;
	padding-left: 10px;
}

#friends a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

#friends a:hover {
	font-weight: bold;
	color: orange;
}

#header {
	height: 66px;
}

#logo {
	width: 258px;
	float: left;
	padding-top: 10px;
}

#logo h1, #logo h1 a {
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	color: orange;
}

#logo h4, #logo h4 a {
	font-weight: normal;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 10px;
}

#links ul {
	margin: 0px;
	padding-top: 37px;
}

#links li {
	float: left;
	list-style-type: none;
}

#links a {
	display: block;
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	width: 129px;
	height: 23px;
	text-align: center;
	border-left: 1px solid #FFF;
	padding-top: 6px;
	background: url(menu_bg.png) no-repeat;
}

#links a:hover {
	background: url(menu_bg_hover.png) no-repeat;
}

#links .aktiv a {
	color: white;
	background: url(menu_bg_active.png) no-repeat;
}

#links .aktiv a:hover {
	color: white;
}

#mainimg {
	height: 143px;
	text-align: right;
}

#breadcrums {
	height: 15px;
	width: 100%;
	text-align: right;
	color: black;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	font-size: 0.8em;
}

#breadcrums ul {
	margin: 0px;
	padding-top: 5px;
}

#breadcrums li {
	float: right;
	list-style-type: none;
	width: 75px;
	text-align: center;
	list-style-image: none;
	list-style-position: inside;
}

#breadcrums a {
	color: black;
	text-decoration: none;
	font-style: italic;
}



#breadcrums a:hover {
	color: orange;
}

#contentarea {
	clear: both;
	padding: 25px 0px;
	margin-bottom: 10px;
}

#leftbar {
	float: left;
	width: 237px;
	font-size: 0.8em;
}

#rightbar h1 {
	font-size: 1.2em;
	color: orange;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#rightbar h2 {
	font-size: 1.2em;
	color: black;
	font-weight: normal;
	text-decoration: none;
	padding-left: 40px;
	padding-bottom: 5px;
}

#rightbar h3 {
	font-size: 1.0em;
	color: black;
	padding-left: 40px;
	padding-bottom: 5px;
}

#rightbar p {
	color: gray;
	padding: 0px 40px;
}

#rightbar {
	float: left;
	width: 539px;
}

#leftbar h2 {
	font-size: 1em;
	color: gray;
	padding-left: 25px;
	padding-bottom: 5px;
}

#leftbar p {
	color: gray;
	padding: 0px 25px;
}

.orangetext {
	color: orange;
	font-weight: bold;
}

#bottom {
	clear: both;
	height: 13px;
	color: white;
	font-weight: normal;
	padding: 5px 40px;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	text-align: right;
	font-size: 0.8em;
	background: #3382bb;
}

#bottom p {
	color: white;
}

.material {
	border-top: 1px solid gray;
	display: block;
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
}

.material .bild {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.material .titel, .material .titel a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}

/* @group Tabellen */

table {
	padding-left: 40px;
}

table a {
	
}

caption {
	padding: 0 0 5px 0;
	width: 100%;
	text-align: right;
	font-style: italic;
}

th {
	letter-spacing: 2px;
	padding: 6px 6px 6px 12px;
	color: black;
	background: orange no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid gray;
	background: none;
}

td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: gray;
}

td.alt {
	background: #F5FAFA;
	color: gray;
}


/* @end */

/* @group Suchfeld */

.wikisearch {
	padding-left: 25px;
}

.searchbox {
	vertical-align: middle;
	width: 130px;
	margin-top: 5px;
	margin-left: 0px;
	background: transparent url(lupe.png) no-repeat right;
	text-align: left;
	padding-right: 17px;
}

.searchbutton {
	display: none;
}

/* @end */

/* @group Spezielle Stile */

.textmarker {
	color: black;
	background: orange;
}


/* @end */
