body {
        background: #fdf7dd;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	
}
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 6px;
	text-align: left;
}

h1 {
	font-size: 10pt;
	margin: 3px 0 1px 0;
}

h2 {
	color: #000000;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #000000;
	font-size: 11pt;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #ffb506;
	text-align:left;
}
h4 {
        color: #404040;
        font-size: 8pt;
        padding: 0;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	margin: 0 auto;
}

td.err {
	padding: 3px;
	color: #c00000;
	background: #F0F0F0;
	border: 1px solid red;
	text-align: left;
	font-size: 11pt;
}

td.msg {
	padding: 3px;
	color: #c00000;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}

.label {
	text-align: left;
}
.buttons {
	border-top: 1px solid #ffb506;
	text-align: center;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.text {
	color: #000000;
	border: 1px solid #000000;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #000000;
}
select {
	font-size: 8pt;
	border: 1px solid #000000;
}

.captcha {
	border: 1px solid #000000;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 11pt;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #fcf08a;
	color: #c00000;/*3E81B4;*/
	cursor: pointer;
	height: 30px;
}
span.req {
	margin-left: 3px;
	color: #c00000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 2px 0 0px 0px;
	padding: 2px 3px 2px 3px;
	color: #c00000;
	background: #FFFFF3;
	border: 1px solid red;
	text-align: left;
	clear: both;
	display: block;
	font-size: 10pt;
	font-weight: bold;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #c00000;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 11px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fffdef; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#000000;
   background:#ffffff;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#ffffff;
}

#categtree .even {
   background:#ffffff;
}

#categtree .categ-item:hover {
   background:#eee;
}

/* --------------------------------------------------------------- */

.center {
	margin: 0 auto;
	width: 1000px;
}
	
.center1 {
	background-color: #fdf7dd;
	margin: 0 auto;
	width: 1000px;
}
	
.header {
	height: 90px;
	width: 1000px;
	margin: 0 auto;
}

.headerLogo {
	float: left;
	margin: 25px 0px 0px 40px;
}

.headerSearch {
	float: right;
	color: #FFFFFF;
	margin: 25px 40px 0px 0px;
}

.searchLabel {
	float: left;
	margin: 4px 5px 0px 0px;
	color: #1A4E80;
}

.searchInput {
	background-color: #E5EAEE;
	border: 1px solid #D5DCE3;
	padding: 2px;
	float: left;
	width: 260px;
	height: 18px;
}

.searchBtn {
	height: 18px;
	float: left;
	margin: 2px 0px 0px 5px;
}

.searchBtnLeft {
	background: url("../images/searchBtnLeft.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.searchBtnCenter {
	background: url("../images/searchBtnCenter.gif") repeat-x;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	float: left;
}

.searchBtnRight {
	background: url("../images/searchBtnRight.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

/*-------------------*/

.hMenuContainer {
	background: #fdf7dd;
	height: 32px;
	width: 1000px;
	margin: 0 auto;
}

.hMenu {
	float: left;
	margin-left: 50px;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	float: left;
	display: block;
	height: 32px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 10px 0px 10px;
}

.hMenu a:hover {
	float: left;
	display: block;
	height: 32px;
	color: #c00000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.hMenu img {
	float: left;
}

/*-------------------*/

.path {
	height: 20px;
}

.path a:link, 
.path a:active, 
.path a:visited {
	color: #000;
	text-decoration: none;
}

.path a:hover {
	color: #000;
	text-decoration: underline;
}

/*-------------------*/

.leftContainer {
	float: left;
	width: 220px;
	background-color: #fdf7dd;
}

/*-------------------*/

.centerContainer {
	float: left;
}

.centerContainerT {
	background: url("../images/contentTop.png") no-repeat;
	border: 1px;
	border-color: ff40ff;
	height: 6px;
	width: 640px;
}

.centerContainerB {
	clear: both;
	background: url("../images/contentBottom.png") no-repeat;
	height: 6px;
	margin: 0;
	width: 640px;
}

.centerContainerM {
	width: 638px;
	padding: 10px 1px 10px 1px;
	background: url("../images/contentMiddle.png") repeat-y;
}

.catHome {
	float: center;
	width: 320px;
	padding: 0px 0px 18px 30px;
	background: url("../images/catHomeIcon.gif") 13px 4px no-repeat;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
	color: #c00000;
	font-weight: bold;
	text-decoration: none;
}

a.catHomeMain:hover {
	text-decoration: underline;
}

.catHomeSubcats {
	margin: 18px 0px 0px 0px;
}

a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
	color: #000000;
	text-decoration: none;
}

a.catHomeSub:hover {
	color: #c00000;
	text-decoration: underline;
}

.catHomeCount {
	color: #c00000;
	font-weight: bold;
}

/*-------------------*/

.articleContent {
	padding: 0px 13px 0px 13px;
}

/*-------------------*/

.rightContainer {
	float: right;
	width: 130px;
	background-color: #fdf7dd;
}

/*-------------------*/

.footer {
	margin: 0 auto;
	width: 1000px;
	background-color: #fdf7dd;
	border-top: 1px solid #ffb505;
	clear:both;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #164B7F;
}

.footer a:active, .footer a:link, .footer a:visited {
	color: #164B7F;
	text-decoration: underline;
}

.footer a:hover {
	color: #c00000;
	text-decoration: underline;
}

.footerCat {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #ffb505;
	width: 700px;
}

/*-------------------*/

.box {
	margin: 0px 0px 20px 5px;
	background: #fdf7dd;
}

/*.boxTopLeft {*/
/*	float: left;*/
/*	background: url("../images/boxTopLinks.jpg") no-repeat;*/
/*	width: 7px;*/
/*	height: 30px;*/
/*}*/

.boxTopCenter {
	float: left;
	background: url("../images/boxTop.png") repeat-x;
	width: 198px;
	height: 24px;
	padding-top: 7px;
	color: #000000;
	font-family:arial;
	text-align: center;
	font-weight: bold;
	font-size:1.3em;
}

.TitelBox {
	background: #ffe600 repeat-x scroll 0% 50%;
	width: 100%;
	height: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000000;
	font-family:arial;
	text-align: center;
	font-weight: bold;
	font-size:1.3em;
}

.boxMiddle {
	clear: both;
	background: #ffffff;
   	border-top:   1px solid #ffffff:
   	border-right: 1px solid #ffb506;
	border-bottom:1px solid #ffb506;
   	border-left:  1px solid #ffb506;
	width: 197px;
}

.boxBottom {
	background: #fdf7dd;
	width: 197px;
	height: 1px;
}

/*------statistik-------------*/

.boxStats {
	background: #ffffff;
	color: #000000;
	padding: 10px 0px 0px 5px;
	margin: 0px;
	border-left: 1px solid #ffb506;
	border-right: 2px solid #ffb506;
	list-style: none;
}

.boxStats li {
	padding-bottom: 2px;
}

/*------statistik ende -------------*/


.boxUser {
	background: #ffffff;
	padding: 5px 5px 5px 8px;
	margin: 0px;
   	border-left: 1px solid #ffb506;
	border-right: 2px solid #ffb506;
   	list-style: none;
        color: #000000;
	text-decoration: none;        
}

.boxUser li {
	background: url("../images/boxPopCatsBg.png") 0px 5px no-repeat;
	padding: 0px 0px 2px 8px; 
}


.boxUser a:link, .boxUser a:active, .boxUser a:visited, .userBar a:link, .userBar a:visited, .userBar a:active {
	color: #c00000;
	text-decoration: none;
}

.boxUser a:hover {
	color: red;
	text-decoration: underline;
}


/*-------------------*/

.boxSponsored {
	margin: 0px 7px 0px 7px;
	border-bottom: 1px solid #ffb505;
	padding: 15px 7px 10px 7px;
	color: #707070;
	line-height: 10px;
	font-size: 10px;
}

.boxSponsored li {
	background: url("../images/boxPopCatsBg.png") 0px 5px no-repeat;
	padding: 0px 0px 2px 8px; 
}

.boxSponsoredLast {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 10px;
}

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.boxSponsoredA:hover {
	color: #c00000;
	text-decoration: underline;
	font-weight: bold;
}

/*-------------------*/

.boxPopCats {
	padding: 5px 0px 0px 5px;
	background: #ffffff;
	margin: 0;
	list-style: none;
	border-left: 1px solid #ffb506;
	border-right: 2px solid #ffb506;

}

.boxPopCats li {
	background: url("../images/boxPopCatsBg.png") 0px 5px no-repeat;
	padding: 0px 0px 2px 8px; 
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #0005d0;
	text-decoration: none;
}

.boxPopCats li a:hover {
	color: #0006f0;
	text-decoration: underline;
}

/*-------------------*/

.noResults {
	margin-left: 20px;
}

.noResults p {
	color: #c00000;
	margin: 0px 0px 15px 0px;
}

.noResults ul {
	margin: 0;
	padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
	padding: 5px;
	color: #c00000;
	font-weight: bold;
	font-size:11pt;
}

.mainPaging {
	float: right;
}

.pagingLinks {
	color: #c00000;
	font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
	color: #000000;
	text-decoration: none;
}

.pagingLinks a:hover {
	color: #c00000;
	text-decoration: none;
}

/*-------------------*/

a.link:active, a.link:link, a.link:visited {
	font-size: 12px;
	color: #0005d0;
	text-decoration: none;
}

a.link:hover {
	font-size: 12px;
	color: #0006f0;
	text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #c00000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}

a.readMore:hover {
	font-weight: bold;
	text-decoration: underline;
}

a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
	color: #c00000;
	text-decoration: none;
}

a.readMoreFeat:hover {
	color: #c00000;
	text-decoration: underline;
}

/*-------------------*/

.searcCat a:link, .searcCat a:active, .searcCat a:visited {
	color: #c00000;
	font-weight: bold;
	text-decoration: none;
}

.searcCat a:hover {
	color: #c00000;
	font-weight: bold;
	text-decoration: underline;
}

a.searchLinkCat:link, a.searchLinkCat:active, a.searchLinkCat:visited, a.searchLinkCat:hover {
	color: #6F6F6F;
	text-decoration: underline;
}

/*-------------------*/

a, .linkDetail a:active, .linkDetail a:link, .linkDetail a:visited, {
	color: #0005d0;
	text-decoration: none;
}

a .linkDetail a:hover {
	color: #0006f0 
	text-decoration :underline;
}

.paymentTable td {
	border-right: 1px solid #ffb506;
	text-align: center;
}

/*-------------------*/

.bid {
	width: 68px;
}

.bidFunds {
	background: url("../images/bidBg1.gif") no-repeat;
	width: 68px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

a.bidL1:link, a.bidL1:active, a.bidL1:visited {
	display: block;
	background: url("../images/bidBg2.gif") no-repeat;
	width: 68px;
	height: 31px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;	
}

a.bidL1:hover {
	text-decoration: underline;
}

a.bidL2:link, a.bidL2:active, a.bidL2:visited {
	display: block;
	background: url("../images/bidBg3Middle.gif") repeat-y;
	width: 68px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;	
}

a.bidL2:hover {
	text-decoration: underline;
}

.bidBg3 {
	background: url("../images/bidBg3.gif") no-repeat;
	width: 68px;
	height: 4px;
}

---------------
legend {
   border-width: 1px;
   border-color: #ffb506;
   border-style: dotted;
   padding:      3px;
   font-weight:  bold;
   color:        #000000;
}
fieldset {
   border-width: 1px;
   border-color: #ffb505;
   border-style: solid;
   background-color: #ffffff;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
}

label {
   cursor: pointer;
}

table.comment {
   border-width: 1px;
   border-color: #ffb505;
   border-style: dotted;
   margin-top:   5px;
}

tr.comment {
   background-color: #E5EAEE;
   color: #000000;
}

.mary_detail {
font: 10px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
font-size : 11px;
color: #404040;
padding-left : 0;
margin : 0;
font-weight : lighter;
}
.mary_detail A:link {
color : #404040;
text-decoration : none;
font-weight : lighter;
}
.mary_detail A:visited {
color : #404040;
text-decoration : none;
font-weight : lighter;
}
.mary_detail A:hover {
color : #404040;
text-decoration : underline;
font-weight : lighter;
}
.mary_url {
font: 8px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
font-size : 8px;
color: #384f33;
padding-left : 0;
margin : 0;
font-weight : lighter;
}
.ContainerWerbung {
	float: left;
}

.ContainerWerbungT {
	background: url("../images/contentTop.png") no-repeat;
	height: 6px;
	width: 580px;
}

.ContainerWerbungB {
	clear: both;
	background: url("../images/contentBottom.png") no-repeat;
	height: 6px;
	margin: 0;
	width: 580px;
}

.ContainerWerbungM {
	width: 640px;
	padding: 0px 1px 0px 1px;
	background: #ffffff url("../images/contentMiddle.png") repeat-y;
}

h3Links
{
	color: #000000;
	font-size: 10pt;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #ffb506;
}
.werbungRechts{
 margin-bottom: 8px;
}
#puzzle {	
	margin: 40px;
	margin-left: auto;
	margin-right:auto;
	vertical-align:center;
	width:700px;
}
#pimgframe {
	border: 3px solid #ffb505;
}

#pimg {
	float: left;
	vertical-align:top;
	width : 120px;
	height: 240px;
	margin: 10px;
}

/*-------------------*/

.mary_cats a:link, .mary_cats a:active, .mary_cats a:visited {
	color: #0005d0;
	text-decoration: none;
}

.mary_cats a:hover {
	color: #0006f0;
	text-decoration: underline;
}

.mary_detail_small {
 	font-size: 9px;
 	color: #979797;
}

.mary_lrot a:link, .mary_lrot a:active,  .mary_lrot a:visited {
	color: #c00000;
	text-decoration: none;
}

.mary_lrot a:hover {
	color: red; /*#D80202*/
	text-decoration: underline;
}

.mary_lblau a:link, .mary_lblau a:active, .mary_lblau a:visited {
	color: #0005d0;
	text-decoration: none;
}

.mary_lblau a:hover {
	color: #0006f0;
	text-decoration: underline;
}
.raetsel {
	font-size: 14px;
	font-weight: bold;
	color: #0006f0;/*3E81B4;*/
	cursor: pointer;
}
/*-------------------*/

.puzzleContainer {
	float: center;
}

.puzzleContainerT {
	border: 1px;
	border-color: ff40ff;
	height: 6px;
	width: 680px;
}

.puzzleContainerB {
	clear: both;
	height: 6px;
	margin: 0;
	width: 680px;
}


.leftpuzzle {
	float: left;
	width: 220px;
	high: 620px;
	background-color: #FDF7DD;
}

.werbungTop {
	vertical-align: top;
	padding: 2px;
	text-align: left;

}

.prBox {
	width:120px;
	line-height:19px;
	text-align:right;
	font-size:11px;
	font-weight: normal;
}

/*-------------------*/