* {
	margin: 0;
	padding: 0;
	border: 0 none;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	padding: 0px 0 0px 0;
	/*background-color: #421C24;*/
	background-color: #000000;
}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

#wrapper {
	width: 844px;
	height: 554px;
	margin: 0 auto;
	color: #000;
	background-image: url(bg2b.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: auto;
	margin-bottom: auto;
	text-align: left;
	padding-left: 50px;
}

#header {
	height: 116px;
	width: 730px;
}

#content {
	height: 275px;
	width: 730px;
	text-align: left;
	margin-right: 20px;
}

#bottom {
	height: 106px;
	padding-right: 40px;
	width: 740px;
}

#nav {
	display: inline;
}
#cat {
	padding-left: 0px;
	padding-top: 0px;
	float: left;
	text-align: left;
	font-size: 20px;
	width: 450px;
}
.page {
	font-size: 10px;
	padding-top: 20px;
}

#menue {
	width: 730px;
	height: 114px;
}

.img {
	padding: 10px;
	background-color: #000000;
	float: left;
	margin-right: 20px;
}

.text {
	display: inline;
	text-align: left;
}

.thumb {
	margin-right: 32px;
	margin-bottom: 20px;
	margin-left: 3px;
	display: inline;
	border-width: 5px;
	border-color: #000000;
	border-style: solid;
	float: left;
}

.seite {
	text-align: center;
	font-size: 9pt;
	display: block;
}

a:link {
	color:#000;
	text-decoration: underline;
}
a:visited {
	color:#000;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

.titles {
	font-weight: bold;
	text-transform: uppercase;
}

.minimenu {
	text-align: right;
	font-size: 8pt;
	border-bottom:1px solid #000;
}

.minimenu a {
	text-decoration: none;
	padding-left: 10px;
}
.minimenu a:hover {
	text-decoration: none;
	color: #666666;
}

.inv {
	display: none
}