/* Benutzerfarben */
/*
usercolor.medium = "#6B4204"
usercolor.bright = "#EDE1C0"
usercolor.dark = "#523203"
usercolor.alt = ""
usercolor.alt.medium = ""
usercolor.alt.dark = ""
 */

HTML {
height: 101%;
}

BODY {
	margin: 0px;
	padding: 0px;
	color: #666666;
	background-color:#fff;
}

#wrap {
	margin: 0 auto;
	width: 990px;
	background:url(../images/pback.gif);
	background-repeat: repeat-x;
}
#plaintext {
	width:990px;
	background-color:#fff;
}
	
#header {
	background: url(../images/ptbck.gif);
	background-repeat: repeat-x;
	height:40px;
	text-align:right;
}
#maintopic {
	width:990px;
	background: url(../images/pbbck.gif);
	background-repeat: repeat-x;
	float:left;
	height:20px;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0;
	color: #fff;
}
#maintopic li {
	display: inline;
}

#maintopic li a {
	margin: 0;
	padding:1px 5px 8px 5px;
	text-decoration: none;
	color: #000;
	display: inline;
	font-size:11px;	
}
#maintopic li a:hover {
	background: url(../images/pbmt.gif);
	font-weight: bold;
	color:#fff;
	}
	
#maintopic li a.sel {
	background: url(../images/pbmt.gif);
	color:#fff;
	font-weight: bold;
	font-size:11px;
}

#topic {
	width:220px;
	float:left;
	background-color:#EDE1C0;
}

#logo {
	width: 220px;
}
#menu {
	width: 220px;
	text-align: left;
	padding: 0px;
	margin: 0px;	
}
#menu ul {
	list-style-type: none;
	width: 200px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
#menu li {
	display: inline;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
    color: #523203;
	padding: 0 0 0 13px;
}
#menu a:hover {
	color: #6B4204;
	font-weight: bold;
}
#menu li a.topic{
	padding: 0px 10px 0px 8px;
	color: #523203;
	font-size: 110%;
	font-weight: normal;
}
#menu li a.topic:hover{
	color: #6B4204;
	font-weight: bold;
}
#menu li a.topicsel {
	padding: 0px 10px 0px 8px;
	color:#523203;
	font-size: 110%;
	font-weight: bold;
	display: block;
}
#menu li a.subtopic {
	padding:0px 10px 0px 25px;
	color:#523203;
	font-size: 80%;
	font-weight: normal;
}
#menu li a.subtopic:hover {
	color:#6B4204;
	font-weight: bold;
}
#menu li a.subtopicsel {
	padding: 0px 10px 0px 25px;
	color:#523203;
	font-size: 90%;
	font-weight: bold;
	display: block;
}
#shop {
	width:220px;
}
#common {
	padding: 0 0 0 12px;
}
#common h3 {color:#523203;}

#common p {
	margin:-10px 0 0 0;
}
#common p a:hover {color:#6B4204; font-weight: bold;}
p.nav  {
	font-size: 8pt;
	color: #523203;
	font-weight : normal;
	line-height : 12pt;
	margin: -12pt 0 6pt 20pt;
}

a.nav {
	padding:0 0 0 25px;
	text-decoration : none;
	color: #523203;
	font-size: 8pt;
	font-weight : normal;
}

a.nava {
	text-decoration : none;
	color: #523203;
	font-size: 8pt;
	font-weight : bold;
}

.grey {
	font-size: 9pt;
	color: #523203;
	font-weight : normal;
}
#ts {
	text-align: center;
}

#ts a {
	padding: 0px 20px 20px 20px !important;
	margin: 0px !important;
	background-image : none !important;
}
#contenttop {
	padding:0;
	margin:0 0 0 -20px;
}


#content {
	width: 560px;
	padding: 0 20px;
	float:left;
	background-color:#ffffff;
}
* html #content {
	padding: 0px 20px 0px 20px; 
	width:560px;
	}
#contentmax {
	width: 730px;
	padding: 0 20px;
	float:right;
	background-color:#ffffff;
	}
* html #contentmax {
	float:right;
	width:710px;
	padding:0;
}
	
#sidebar {
	width: 150px;
	padding: 10px 10px 0px 10px;
	float:right;
	background-color:#fff;
}
#sidebartop {
	padding:0;
	margin:0;
}

* html #sidebartop {width:170px; position:relative; top:0px; left:595px;}

#search {
	width: 190px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
	float:left;
}

form.search {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	display: block;
	border-bottom: 1px solid #EDE1C0;
}

input.search {
	margin: 0px;
	height:17px;
	border: #6B4204 1px solid;
	width: 145px;
	font-size:11px;
}


input.normal {
	font-size:11px;
	border: #6B4204 1px solid;
}

textarea.normal {
	font-size:11px;
	border: #6B4204 1px solid;
}

#footer {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	width: 990px;
	clear: both;
	text-align: center;
	background-color: #EDE1C0;
}

#footer a {
	color: #523203;
	text-decoration: none;
	padding-right: 20px;
}
#footer a:hover {
	color: #6B4204;
	font-weight:bold;
}