* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image: url('../images/page.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
}
table,td,tr {
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}

p {
	margin: 0.25em 0em 0.75em 0em;
}

select, input[type='text'], textarea {
	border: 1px solid #999999;
}

.border {
	width: 100%;
	border-collapse: collapse;
}
.border td, th {
	padding: 3px;
	border: 1px solid #000000;
}

td.header {
	background-image: url('../images/head.jpg');
	height: 215px;
	width: 650px;
	text-align: left;
}
td.header_l {
	background-image: url('../images/head-left.png');
	width: 5px;
}
td.header_r {
	background-image: url('../images/head-right.png');
	width: 5px;
}
td.side_l {
	background-image: url('../images/left_bg.gif');
}
td.side_r {
	background-image: url('../images/right_bg.gif');
}
div.headernav {
	position: relative;
	top: 10px;
	left: 0px;
	color: #484848;
	font-size: 12px;
	font-weight: bold;
}
div.headernav li {
	list-style: none;
	display: inline;
}
div.headernav a {
	text-decoration: none;
	color: #484848;
	padding: 0 10px;
	margin-top: -5px;
}
div.headernav a:hover {
	text-decoration: underline;
	color: black;
}
div.usernav {
	position: relative;
	top: 178px;
	left: 13px;
	font-size: 14px;
	font-weight: bold;
}
div.usernav a {
	text-decoration: none;
	color: #A9A9A9;
	float: left;
	display: block;
	text-align: center;
}
div.usernav a:hover {
	text-decoration: underline;
	color: white;
}
.un1 {
	width: 95px;
}
.un2 {
	width: 115px;
}
.un3 {
	width: 100px;
}
table.main_in {
	width: 627px;
	margin-left: 13px;
}
big {
	font-size: 16px;
	font-weight: bold;
}
small, .stext {
	font-size: 0.85em;
}
.minibr {
	line-height: 0.5em;
}
table.main_in h2 {
	text-align: right;
	padding-top: 3px;
	color: white;
	font-size: 18px;
	background-image: url('../images/titel_bg.gif');
	width: 100%;
	height: 65px;
	background-repeat: no-repeat;
	margin-top: 0px;
}
table.main_in h2 span {
	padding-right: 15px;
}
a {
	color: #000000;
	text-decoration: underline;
}
td.main {
	color: #333333;
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
}
table.main_in ul {
	list-style-position: inline;
	margin-left: 15px;
	list-style-type: circle;
}
table.main_in .border {
	border: 0px;
	width: 99%;
	margin: 0.5%;
}
table.main_in .border td, table.main_in .border th {
	border: 1px solid #000000;
	padding: 2px;
}
div.history {
	margin-top: 215px;
	margin-left: 15px;
	position: absolute;
	font-size: 12px;
}
div.history a {
	color: #000000;
}
div.history a:hover, a:hover {
	color: #808080;
	text-decoration: none;
}
div#sidebar_l,div#sidebar_r {
	padding-bottom: 10px;
	position: relative;
	left: 5px;
	top: 200px;
	width: 160px;
}
table.featurebox {
	width: 160px;
	color: white;
	background-image: url('../images/box_top.gif');
	background-repeat: no-repeat;
	background-color: #141414;
	margin-bottom: 7px;
}
table.featurebox h3 {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	line-height: 28px;
}
td.featbox {
	padding-left: 8px;
	overflow: hidden;
	width: 150px;
	color: white;
	font-size: 11.5px;
}
td.BoxText a,table.featurebox tr td a {
	color: white;
	text-decoration: underline;
}
td.BoxText a:hover,table.featurebox tr td a:hover {
	color: #D6CC8C;
	text-decoration: none;
}
td.boxfooter {
	background-image: url('../images/box_bg.gif');
	height: 86px;
	background-color: white;
}
div#suchimg input {
	top: -2px;
	margin-left: -20px;
	position: absolute;
}
div#suchimg {
	top: 2px;
	margin-left: 220px;
	position: absolute;
}

ul.error {
	list-style-image: url('../images/error.gif');
	margin-bottom: 1em;
}

ul.ok {
	list-style-type: circle;
	margin-bottom: 1em;
}

.right {
	float: right;
}
.tright {
	text-align: right;
}

.article_box {
	margin: 2px 0px;
}
.article_thumb {
	width: 82px;
	height: 57px;
	max-height: 72px;
	margin-right: 8px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
.article_thumb img {
	border: 1px solid #000000;
	margin: auto;
}

/** Two column categories **/
table.main_in  ul.cats {
	width: 100%;
	margin: 0px;
}
table.main_in  ul.cats li {
	width: 50%;
	float: left;
	list-style-type: none;
	display: block;
	text-align: center;
}

/** Pagination **/
.pagination {
	font-weight: bold;
}
.pagination .page_number {
	border: 1px solid #000000;
	background: #E6E2C5;
	color: #777777;
	padding: 0px 2px;
	margin: 0px 2px;
	text-decoration: none;
}
.pagination .page_number:hover {
	background: #F3F1E2;
	color: #000000;
	padding: 0px 2px;
	margin: 0px 2px;
}
.pagination .page_number_current {
	border: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 2px;
	margin: 0px 2px;
}
.pagination .page_more {
	margin: 0px 2px;
}
.pagination .page_separator {
	display: none;
}

/** Tabellenlose Formulare **/
fieldset {
	padding: 4px;
	margin-bottom: 1em;
}
.label, label {
	float: left;
	display: block;
	vertical-align: middle;
}
.label {
	width: 65%;
}
label {
	width: 33%;
	padding-right: 1%;
	font-weight: bold;
}
label span {
	font-weight: normal;
	font-size: 0.8em;
}
.newinput {
	clear: left;
}
.formsep {
	height: 1px;
	line-height: 1px;
	border: 0;
	border-bottom: 1px #E6E2C5 dotted;
	margin: 5px 0px 5px 0px;
}
.groupsep {
	height: 3px;
	line-height: 3px;
	border: 0;
	border-bottom: 3px #E6E2C5 double;
	margin: 5px 0px 5px 0px;
}

/** TABS **/
.tabberlive .tabbertabhide {
	display:none;
}
.tabberlive {
	margin-top:1em;
}
.tabber, .tabberlive {
	margin-bottom: 0.5em;
}
.tabberlive ul.tabbernav {
	margin: 0px;
	padding: 3px 0;
	border-bottom: 1px solid #000;
	font: bold 12px Verdana, sans-serif;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #000000;
	border-bottom: none;
	background: #E6E2C5;
	color: #777777;
	text-decoration: none;
}
ul.tabbernav li a:hover {
	background: #F3F1E2;
	color: #000000;
}
ul.tabbernav li.tabberactive a {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
ul.tabbernav li.tabberactive a:hover {
	color: #000000;
	background: white;
	border-bottom: 1px solid white;
}
.tabberlive .tabbertab {
	padding:5px;
	border:1px solid #000;
	border-top:0;
}
.tabberlive .tabbertab h3 {
	display:none;
}
.tabber .tabbertab h3 {
	margin-top: 1em;
}

/* 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: 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;
}

/** dropdown list **/
.dropdown {
	float:left;
	padding-right:5px
}
.dropdown dt {
	width:143px;
	border:1px solid #000000;
	padding:3px;
	font-weight:bold;
	text-align: center;
	cursor:pointer;
}
.dropdown dt:hover {
	text-decoration: underline;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:150px;
	display:none;
	z-index:200;
	opacity:0
}
.dropdown ul {
	width:148px;
	border:1px solid #000000;
	list-style-type:none;
	border-top:none;
}
.dropdown li {
	display:inline
}
.dropdown a {
	display:block;
	padding:3px;
	background: #E6E2C5;
	color: #777777;
	text-decoration:none;
	width:142px;
	font-weight: bold;
}
.dropdown a:hover {
	background: #F3F1E2;
	color: #000000;
	text-decoration:none;
}
.dropdown .underline {
	border-bottom:1px solid #000000;
}