body {
	color: #3c3c3c;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

html {
	overflow: -moz-scrollbars-vertical !important;
	height: 100%;
}

/* texts */

p {
	margin: 0px 0px 0px 0px;
}

td {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
}

.txt_grey {
	color: #aaaaaa;
}

.txt_small {
	font-size: 10px;
}

.txt_small_grey {
	font-size: 10px;
	color: #aaaaaa;
}

/* links */

a, a:hover, a.nav, a.nav:hover {
	color: #4c4c4c;
	background-color: #fff15d;
	text-decoration: none;
	line-height: 17px;
}

a.nav_active, a.nav_active:hover {
	font-weight: bold;
	color: #05022b;
	background-color: #fffef9;
	text-decoration: none;
	line-height: 17px;
}

a.nobg, a.nobg:hover {
	background: none;
}

a.trans {color: #FFFFFF; text-decoration: none;}
a.trans:hover {color: #FFFFFF; background-color: transparent; text-decoration: none;}


.copyright {
	font-size: 9px;
	color: #a6a6a6;
	text-decoration: none;
}

.copyright:hover {
	font-size: 9px;
	color: #a6a6a6;
	text-decoration: none;
}

/* forms */

.formfield {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #e9dfcf;
	padding: 2px;
}

.formsubmit {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #cdb793;
	background-color: #e9dfcf;
	color: #000000;
}

.ff, .ff2 { 
font-family: tahoma, verdana, arial, helvetica, sans-serif;
font-size: 11px;
border: 1px solid #e9dfcf;
background-color: #F6F5F0;
width: 180px;
height: 17px;
margin-right: 10px;
margin-top: 4px;
}

.ff2 {
height: 45px;
margin-right: 10px;
margin-top: 4px;
overflow: auto;
float: left;
} 

.send {
background-color:#e9dfcf;
border: 1px solid #cdb793;
color: #3c3c3c;
font-weight: bold;
width: 180px;

}



/* backgrounds */

.bg_black {
	background-color: #000000;
	z-index: 1;
	left: 0px;
	top: 490px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000000 url(/images/background_lines.gif) repeat-x;	
}

/* colors */

.brown {
	background-color: #cdb793;
}

.bg_light{
	background-color: #d5d2ce;
}

/* borders */

.bd_red {
	border: 1px solid #ff0000;
}

/* ids */

#container {
	left: 0px;
	top: 0px;
	width: 957px;
	position: absolute;
}

#logo {
	left: 0px;
	top: 0px;
	width: 253px;
	height: 137px;
	position: absolute;
}

#img_head {
	width: 676px;
	height: 238px;
	left: 255px;
	top: 0px;
	overflow: hidden;
	position: absolute;
	background-color: #d5d2ce;
}

#img_head_hover {
	width: 676px;
	height: 238px;
	left: 255px;
	top: 0px;
	overflow: hidden;
	position: absolute;
}

#img_bg {
	width: 470px;
	height: 235px;
	left: 255px;
	top: 238px;
	position: absolute;
}

#img_ls {
	z-index: 50;
	width: 125px;
	height: 195px;
	left: 128px;
	top: 139px;
	position: absolute;
}

#navigation {
	z-index: 5;
	width: 253px;
	height: 290px;
	left: 0px;
	top: 137px;
	position: absolute;
	/*
	background-color: #d5d2ce;
	*/
}

#subnavigation {
	z-index: 10;
	width: 126px;
	left: 127px;
	height: 285px;
	top: 2px;
	position: absolute;
	background-color: #e9e8e6;
}

#content {
	width: 480px;
	height: 20px;
	left: 259px;
	top: 235px;
	position: absolute;
}

#pictures_neuheiten {
	width: 152px;
	left: 577px;
	top: 278px;
	position: absolute;
	background-color: #ffffff;
	padding: 10px 10px 0px 10px;
	border: 1px solid #d5d2ce;
	font-size: 10px;
}

#pictures {
	width: 152px;
	left: 757px;
	top: 278px;
	position: absolute;
	background-color: #ffffff;
	padding: 10px 10px 0px 10px;
	border: 1px solid #d5d2ce;
	font-size: 10px;
}

#pictures img,#pictures_neuheiten img {
	border: 1px solid #d5d2ce;
	padding: 1px;
	margin-bottom: 5px;
}

#sidebar {
	width: 180px;
	height: 20px;
	left: 734px;
	top: 0px;
	position: absolute;
}


/* tables */

#tbl td {
	padding: 5px 5px 5px 5px;
}

#tbl td.border_all {
	border: 1px solid #f2f1f0;
}

#tbl td.border {
	border-bottom: 1px solid #f2f1f0;
}

#tbl td.header {
	background-color: #f1f1f1;
}

/* others */

ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
}

ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	background-image: url(/images/icon_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}




/* publisher login */

hr {
    height: 1px;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted #3c3c3c;
}



.np_login_title {
	font-weight: bold;
	margin-bottom: 1em
}


.np_login_field {
	margin-top: 5px;		
}

.np_login_submit {
	background-color: #FFF15D;
	width: 147px; 
	margin-top: 5px;
	
}



















