/* basics for everywhere */
body 
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	XXbackground: #fff url(../img/bg.gif) repeat;
}

table, td
{
	margin: 0;
	padding: 0;
	border: 0;
	empty-cells: show;
}

a
{
	color: #333;
	text-decoration: underline;
}


h2 
{
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}


img 
{
	border: 0;
	padding: 0;
}




/* Secondary Navigation Bar */
table#topbar
{
	width: 100%;
	height: 28px;
	background: transparent url(../img/top_bg.jpg) repeat-x;
	border-bottom: 1px solid #000;
}

div#secondary
{
	width: 736px;
	height: 16px;
	padding-top: 12px;
	text-align: right;
}

/*
#secondary a
{
	display: block;
	float: right;
}
*/
#secondary a:hover
{
	background: #000;
	xxbackground: transparent url(../img/nav_sec_bg_ani.gif) repeat;
}



/* logo and navigation */
table#navigation
{
	width: 100%;
	xxheight: 120px;
	background: #727272;
	border-left: 10px solid #333;
}

td#logo
{
	width: 510px;
}

td#primary
{
	width: 247px;
	border-right: 1px solid #666;
	vertical-align: top;
}

#primary a
{
	display: block;
	width: 247px;
	border-bottom: 1px solid #888;
}

#primary a:hover
{
	xxbackground: #888;
	background: transparent url(../img/nav_prim_bg_ani.gif) repeat;
}




/* headline / path */
div#spaceline
{
	display: block;
	width: 10px;
	height: 10px;
	background: #333;
}

table#header
{
	width: 100%;
	height: 29px;
	border-left: 10px solid #333;
}

td#headline
{
	width: 510px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

div#head
{	
	display: block;
	height: 19px;
	vertical-align: middle;
	background: #dcdcdc;
	margin: 2px 0 2px 4px;
	padding: 4px 0 0 13px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

td#path
{
	padding-left: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #666;
}

#path a
{
	text-decoration: underline;
}

#path a:hover
{
	text-decoration: none;
	color: #fff;
	background: #888888;
}

td#triangle
{
	text-align: right;
	vertical-align: top;
	height: 17px;
}



/* main content table */
table#maincontent
{
	width: 100%;
	border-left: 10px solid #333;
}

td#images
{
	padding-left: 17px;
	width: 493px;
	border-bottom: 1px dotted #ccc;
}

td#copy
{
	width: 232px;
	xxpadding-left: 15px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}

td#bonus
{
	padding-left: 17px;
	width: 750px;
	border-bottom: 1px dotted #ccc;
}

#bonus img
{
	display: block;
	float: left;
	color: #333;
	margin: 0 11px 16px 0;
	
	xxwidth: 233px;
}


/* homepage */
#homekat img
{
	border: 1px dotted #ccc;
	padding: 2px;
	margin-top: 1px;
}

#homekat a
{
	display: block;
	float: left;
	color: #333;
	font-weight: bold;
	margin: 0 10px 16px 0;
	text-decoration: none;
	
	width: 233px;
}
#homekat a:hover
{
	xxcolor: #333;
	xxbackground: #dcdcdc;
}

div#homecopy
{
	width: 232px;
	margin-top: 12px;
	margin-left: 15px;
}




/* kategorie auflistung */
#katlist img
{
	border: 1px dotted #ccc;
	padding: 2px;
	margin-top: 1px;
}

#katlist a
{
	display: block;
	float: left;
	color: #333;
	font-weight: bold;
	margin: 0 11px 16px 0;
	
	xxwidth: 233px;
}


#katlist a:hover
{
	color: #333;
	background: #dcdcdc;
}



div#katcopy
{
	padding-left: 15px;
}

#katcopy a
{
	color: #333;
	display: block;
}
/*#katcopy a:hover
{
	background: #dcdcdc;
}
*/


div#detail
{
	text-align: center;
}

#detail img
{
	border: 1px dotted #ccc;
	padding: 2px;
	margin: 0 11px 16px 0;
}


#bildnavtrenner
{
	width: 232px;
	height: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

div#bildlinks
{
	xxtext-indent: 15px;
	margin-left: 15px;
}

div#bildlinks a
{
	display: block;
}

div#bildlinksa
{
	position: relative;
	left: -15px;
	text-indent: 15px;
	background: transparent url(../img/arrow_activeimage.gif) no-repeat left 2px;
}

td#dotbottom
{
	border-bottom: 1px dotted #ccc;
}


div#pagenav
{
	width: 725px;
	text-align: right;
}

div#disabled
{
	display: inline;
	color: #999;
}
table#fuss 
{
	width: 100%;
	position: absolute;
	height: 23px;
	bottom: 0;
	background: #333;
	border-top: #000 solid 1px;
}