/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*fonts.css*/body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

body {
	background-color: #000000;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	
}
strong { font-weight: bold }
.highlight { font-weight: bold }
p { margin-bottom: 8px; }
h1 { 
	font-size: 11px; font-weight: bold; 
}
h2 { 
	font-size: 11px; font-weight: bold; 
}
h3 { 
	font-weight: bold; 
}
ul.bullets {
	list-style-type: inherit;
	margin-left: 20px;
}
html { 
        overflow: -moz-scrollbars-vertical; 
}
/*********************************************************************/
/* PAGE                                                              */
/*********************************************************************/
#doc {
	margin:auto; text-align:left;
	width: 950px;
	min-width: 950px;
	background: transparent url(../images/background.gif) repeat-y 0 0;
	font-family: verdana;
	font-size:85%;
}


/*********************************************************************/
/* HEADER (hd)                                                       */
/*********************************************************************/
#hd {
	width: 950px;
	height: 100px;
}
/*********************************************************************/
/* MAIN (bd)                                                         */
/*********************************************************************/
#bd {
	width: 950px;
}

/*********************************************************************/
/* NAVIGATION                                                        */
/*********************************************************************/
#navigation {
	width: 149px;
	height: 340px;
	background: transparent url(../images/navigation_bg.gif) no-repeat 0 0;
	float: left;
}
#navigation .logo {
	margin: 20px 0 20px 19px;
}
#navigation li { display: inline; }
#navigation li a { display: block; }
/*********************************************************************/
/* CONTENT                                                           */
/*********************************************************************/
#content { width: 628px; float: left;}
#content .inner{ margin: 0 10px 0 15px; }
#content .header {
	border-top: 1px dotted #A5A6AC;
	border-bottom: 1px dotted #A5A6AC;
	font: 13px arial;
	margin: 20px 0;
	padding: 5px 2px;
	color: #aaaaaa;
}
#content .header a { text-decoration: none; color: #aaaaaa;}
#content .header a:hover { text-decoration: underline; }
#content .header .active { color: #000000; font-weight: bold;}

#content .katalog a { font: 11px Courier New; margin: 3px 0; }
#content table.katalog{ background-color: #EFEFEF}
#content .katalog td { padding: 4px; }

#content .shops td { padding: 4px; border-bottom: 1px solid #cccccc}

#content table.newsletter { width: 250px; margin-top: 10px}
#content .newsletter td { padding: 4px; border: 1px solid #cccccc}
#content .newsletter input.text { height: 16px; outline:0px; border: 0; margin: 0px; padding-left: 5px; padding-top:2px; background-image: url(../images/input.gif); font-family: Courier New, Courier, mono; font-size: 11px; }

#content .kontakt td { padding: 4px; }

#content .trennlinie { border-top: 1px solid #000000; }
	
/*********************************************************************/
/* SIDEBAR                                                           */
/*********************************************************************/
#sidebar {
	width: 173px;
	float: right;
}

/*********************************************************************/
/* FOOTER                                                            */
/*********************************************************************/
#ft {
	clear: both;
	width: 950px;
	height: 80px;
	text-align: center;
	padding-top: 50px;
}


/*********************************************************************/
/* PAGERBOX                                                            */
/*********************************************************************/

.pagerbox {
	border-top: 1px solid #D3E000;
	border-bottom: 1px solid #D3E000;
	margin: 20px 0 20px 0;
	padding: 0px;
	text-align: center;
}
.pagerbox A, .pagerbox A:link, .pagerbox A:visited, .pagerbox A:active, .pagerbox A:hover {
	color: #FF0000;
    text-decoration: none;
}
.pagerbox A:hover {
    text-decoration: underline;
}
.pagerbox A.active {
    color: #FF0000;
}

/*********************************************************************/
/* HACKS                                                             */
/*********************************************************************/
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; }
