.arc90_linkpic { display: none; position: absolute; left: 0; top: 2em; } 
.arc90_linkpicIMG { padding: 0 4px 4px 0; background: #FFF url(templates/linkpic_shadow.png) no-repeat bottom right; }
* { padding: 0; margin: 0; }
p { padding-left: 5px; }
body {
	background: #1a1a1a url(img/black_pattern.gif) repeat;
	font: 11px/1.7em verdana, sans-serif;
	text-align: center;
	list-style-type: square;
	margin: 30px 0;
}
a { color : #561420 } 
a:visited { color : #561420; } 
a:hover { text-decoration:none; }
a:focus, a:active {outline: none; }
h1, h2, h3 {
	font-family: "Lucida Sans", Tahoma, Verdana, georgia;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 { 
	color: #c59a6f;
	padding: 8px 0 0 5px;
	margin: 5px 5px 0 0;
}
td {
	font-family: verdana;
	font-size: 11px;
	color: #444;
}
/* --------------------------------------------------
Wrapper
-------------------------------------------------- */
#wrapper {
	background: #fcfcfc;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	-moz-border-radius: 7px;
}
#main { margin: 0 15px; text-align:center; }
/* --------------------------------------------------
Header
-------------------------------------------------- */
#header {
	background: url(img/watchu_logo.gif) no-repeat; top:20px;
	padding: 30px 10px 20px 10px;
	height: 50px;
}
/* --------------------------------------------------
Nav
-------------------------------------------------- */
#nav {
	background: #333 url(img/nav_bg.gif) repeat-x;
	border: #ccc solid 2px;
	text-align: center;
	width: 770px;
	height: 19px;
	padding: 0;
	margin: 0;
}
#nav li { 
	display: inline;
	list-style-type: none;
	padding: 0 1px;
	margin: 0;
}
#nav a:link, #nav a:visited, #nav a:hover {
	color:#FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 16px;
	margin: 0;
}
#nav a:hover {
	background: #561420 url(img/nav_bg-hover.gif) repeat-x 0 0;
}
/* --------------------------------------------------
Search
-------------------------------------------------- */
#search {
	background: #821122 url(img/search_bg-suche.gif) no-repeat 0 0;
	width:280px;
	height: 21px;
	text-align: right;
	padding: 0;
	margin: 0;
	border-bottom:2px solid #561420;
	border-left:2px solid #561420;
	border-top:2px solid #561420;
	clear: both;
	position: relative; top: -90px; left:503px;
}
#search .input {
	width: 215px;
	height: 14px;
	background-color: transparent;
	font: 10px verdana, sans-serif;
	border: none;
	margin: 0;
	padding: 0;
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
#content {
	border: #ccc solid 1px;
	width: 770px;
	padding: 0 0 5px;
	text-align:left;
	-moz-border-radius: 8px;
}
#path {
	color: #333;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
	display: inline;
	padding: 3px 5px;
	-moz-border-radius-bottomright: 8px;
}
.stats {
	text-align: center;
	font-size: 9px;
	color: #757575;
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
#footer {
	text-align: right;
	font-size: 9px;
	padding: 8px 0;
	color: #999;
}
#footer a { color: #666; text-decoration: none; border-bottom: #333 dotted 1px; }
.box {
	padding: 15px 15px 15px 15px;
	vertical-align : top;
	border : 1px solid #E2E2E2;
	background-color: #F7F7F7;
} 
/* --------------------------------------------------
Category Display
-------------------------------------------------- */
.cat {
	margin: 0 8px;
}
.topcat {
	background: url(/img/dir_list_logo.gif) no-repeat;
	font:14px Verdana, georgia;
	padding: 4px 0 32px 30px;
	margin-top: 6px;
}
.topcat a, .topcat a:visited { color: #561420; text-decoration: none; }
.topcat a:hover { color: #821122; border-bottom: dotted 1px #821122}
.subcat {  
	font: 11px Verdana, georgia;
	margin: -30px 0 20px 30px; 
}
.subcat a, .subcat a:visited { color: #333; text-decoration:none;}
.subcat a:hover { border-bottom: dotted 1px #cdcdcd}
.count { font-size: 9px; color: #CFCFCF; }
/* --------------------------------------------------
Listing Page
-------------------------------------------------- */
.listing {
	margin: 0 0 20px 0;
	padding: 5px;
	float: left;
}
.listing .link {
	background: #fff;
	width: 593px;
	display: block;
	margin: 0;
	float: left;
}
.listing .pr {
	background: #fff;
	width: 50px;
	height: 30px;
	font-size: 8px;
	color: #000;
	margin: 0 5px 0 0;
	float: left;
}
.listing .prg{
	width: 40px;
	height: 3px;
	font-size: 1px;
	border: 1px solid #999;
}
.listing .prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}
.url { color: #999; }
.clear { clear: both; }
/* --------------------------------------------------
Submit Form
-------------------------------------------------- */
div.errForm, span.errForm {
	background: #FFF;
	color: #F00;
	text-align: left;
	padding: 2px 3px 2px 3px;
	margin: 0px 0 0px 5px;
	clear: right;
}
td.err {
	background: #F7F7F7;
	color: #FF0000;
	text-align: left;
	padding: 3px;
	border: 1px solid #A0A0A0;
}
td.msg{
	background: #C7D8E6;
	font-weight:  bold;
	color: #222;
	text-align: left;
	padding: 8px;
	border: 1px solid #316FA5;
}
span.req{
	font-weight: bold;
	color: #FF0000;
	margin-left: 3px;
}
.small, .small a {
	font-size: 7pt;
	text-decoration: none;
	color: #909090;
	padding: 0px;
	margin: 0px;
}
/* --------------------------------------------------
Miscellaneous
-------------------------------------------------- */
acronym, abbr {border-bottom: 1px dotted #999; cursor:help}
.floatcontain:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; } 
.floatcontain  { display: inline-table; }  
/* Hides from IE Mac \*/ 
* html .floatcontain { height: 1%; }
.floatcontain { display:block; } 
/* AJAX CAT-TREE */
#toggleCategTree { display:inline; cursor:pointer; color:#2655b3; background-color: #EFEFEF;}
#categtree { margin:3px 0; height:200px; width:300px; overflow:auto; border:1px dotted #333; border-width:0 1px 1px; }
#catTitle { background:#fff; } /* Important for Konqueror */
#categtree h2 { margin:0 0 5px; padding:2px; text-align:center; color:#561420; background:#DDE5F3; vertical-align:middle; }
#categtree #close_tree { right:0; padding:1px; text-align:center; white-space:nowrap; cursor:pointer; }
#categtree .categ-item { clear:both; margin:3px 5px; padding:2px 5px; display:block; border:1px dotted #CBE2EC; border-width:1px 0; cursor:pointer; }
#categtree .categ-item img { margin-right:1em; }
#categtree .odd { background:#F8F8FC; }
#categtree .even { background:#FFF; }
#categtree .categ-item:hover { background:#EEE; }
/* CONTACT */
	fieldset { border: 0; margin: 0; padding: 0; }
	label { display: block; }
	input.text,textarea, select { width:300px; font:13px/12px Tahoma, Verdana, georgia; color:#333; padding:1px; margin:1px 0;border:1px solid #ccc; }
input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #555; background: #fff url(templates/contact-bg.gif);}
textarea, input { border: 1px solid #ccc; }
#search input { border:none; background: none; }
	fieldset span { display:none; }
/* AD-BLOCK */
.mediumrectangle {
	padding: 2px 0 0 1px;
	margin: 0 1px 0 0;
	width: 410px;
}
.mediumrectangle p{
	margin: 0 0 0 15px;
	padding: 1px;
}
