/*#############################################################################*/
/*#  Allgemeine Formatierungen                                                #*/
/*#############################################################################*/
body{
	font-family:Tahoma;
	font-size:8pt;
	margin:0px;
	background-color: #FFFFFF;
}
/*#############################################################################*/
/*#  Boxelemente                                                              #*/
/*#############################################################################*/
.box{
	text-align:center;
	font-size:10pt;
	border:solid 1px;
	border-top-color:#e2e2e2;        
	border-right-color:#939393;        
	border-bottom-color:#767676;
	border-left-color:#c8c8c8;
	background:#f6f6f6;
}
#njusbox{		
	position: absolute;
	right : 0px;
	top: 130px;
	vertical-align: top;
	text-align:left;
	width: 500px;
	height: 400px;
	background-color: white;
	visibility:hidden;
	border : solid 1px; /*black;*/
	z-index: 85;
	/*opacity: 0.85;
	filter:alpha(opacity=85);*/
}
#inner_njusbox{
	position : absolute;
	top : 5px;
	left : 5px;
	/*opacity: 0,85;
	filter:alpha(opacity=85);*/
	vertical-align: top;
	text-align:left;
	width: 490px;
	height: 390px;
	background-color : #3a3a3a;
	visibility:hidden;
	z-index: 15;
	color : white;
}
#move_in{
	position : absolute;
	top : 130px;
	right : 0px;
	height : 195px;
	width : 39px;
	text-align : right;
	opacity: 0.75;
	filter:alpha(opacity=75);
	background-color:transparent;
	visibility : visible;
	border : none;
	padding:0px;
	margin : 0px;
	z-index: 15;
}
.boxhead{ 
	margin-left:5px;
	margin-right:5px;
	color:blue;
	font-weight:bold;
	font-family:arial;
	font-size:10pt;
}
.boxcontent	{ 
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	color:red;
	font-weight:normal;
	font-family:tahoma;
	font-size:8pt;
}
.boximgtop{
	position:absolute;
	top:-4px;
	left:0px;
	z-index:0;
}
.boximgmiddle{
	position:relative;
	top:10px;
	left:10px;
	width:120px;
	z-index:1;
}
.boximgbottom{
	position:absolute;
	bottom:-16px;
	left:0px;
	z-index:0;
}
.quicklinks{
	font-size:16pt;
	font-weight:bold;
}
/*#############################################################################*/
/*#  Formularelemente                                                         #*/
/*#############################################################################*/
input{
	border-width:1px;
	border-style:solid;
	border-bottom-color:#e2e2e2;        
	border-left-color:#939393;        
	border-top-color:#767676;
	border-right-color:#c8c8c8;
	background:white;
	font-family:tahoma;
	color:black;
	font-size:10pt;
	margin:4px 4px 0 4px;/*neu 20071011 bottom-margin von 4 auf 0 geändert*/
	padding-left:8px;
}
.select{
	text-align:center;
	color:black;
	background-color:#f8f8f8;
	margin:0px 0px 0px 4px;
	padding:0px;
	width:120px;
	font-size:10pt;
	border-bottom-color:#e2e2e2;        
	border-left-color:#939393;        
	border-top-color:#767676;
	border-right-color:#c8c8c8;
}
.radio{			
	border:none;
	font-family:tahoma;
	color:#3366cc;
	font-size:10pt;
	margin:1px;
	margin-left:5px;
	margin-right:5px;
}
fieldset{
	/*color:#337722;*//*neu 20071011*/
	color:#3D4B66;/*neu 20071011*/
	font-size:10pt;
	/*font-weight:bold;*//*neu 20071011*/
	margin:8px;
	border:solid 1px;
	border-top-color:#e2e2e2;        
	border-right-color:#939393;        
	border-bottom-color:#767676;
	border-left-color:#c8c8c8;
}
/*neu 20071011*/
legend{
	font-weight:bold;
}
/*neu 20071011*/
textarea{	
	border-width:1px;
	border-style:solid;
	border-bottom-color:#e2e2e2;        
	border-left-color:#939393;        
	border-top-color:#767676;
	border-right-color:#c8c8c8;
	background:white;
	font-family:tahoma;
	color:black;
	font-size:10pt;
	margin:3px;
	margin-left:5px;
	margin-right:5px;
	padding-left: 5px;
}
select{
	border-width:1px;
	border-style:solid;
	border-color:#3366CC;
	background:#EAEAEA;
	font-family:tahoma;
	color:#3366cc;
	font-size:10pt;
	margin:4px 4px 0 4px;/*neu 20071011 4px auf 4 4 0 4 */
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
}
select.language{
	width:110px;
	border: 1px solid #9d9fa3;
	color: black;
	font-size: 10pt;
	font-weight: normal;
}
.button1{
	font-size:10pt; 
	font-weight:normal;
}
.buttontext{
	color:black;
	font-weight:bold;
	font-family:tahoma;
	font-size:8pt;
	text-decoration:none;
}
.inputdescr{
	font-family:tahoma;
	color:#303030;
	font-size:10pt;
	font-weight:normal;
}
/*#############################################################################*/
/*#  Tabellenelemente                                                         #*/
/*#############################################################################*/
.tab{
	border : 1px solid;
	border-top-color:#e2e2e2;        
	border-right-color:#939393;        
	border-bottom-color:#767676;
	border-left-color:#c8c8c8;
}
th{
	background-color:#ebe6e6;
	border-bottom:1px solid #cecece;
}
.td{
	background-color:#f4f4f4;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #cacaca;
}
.td1{
	background-color:#e8e9ed;
}
.td2{
	background-color:#eaeaea;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #cecece;
	padding:0px;
	font-size:8pt;
}
.td3{
	background-color:#efefef;
	padding:10px 5px;
}
th.tabtitel{
	background-color:#dddddd;
	padding:5px;
}
.tabhead{
	text-align:center;
	margin: 0px;
	padding: 2px;
	color: #393c40;
	font-family:tahoma;
	font-size: 8pt;
	font-weight:normal;
}
.tabzell		{
	margin:2px 0px;
	padding:0px;
	color:rgb(0,0,0);
	font-weight:normal;
	font-family:tahoma;
	font-size:10pt;
	text-align:center;
	vertical-align:middle;				
	text-decoration:none;
}
.prices{
	margin:0px 5px;
	color:black;
	font-weight:normal;
	font-family:tahoma;
	font-size:10pt;
	text-align:right;
	vertical-align:middle;				
	text-decoration:none;
}
.rabatt{
	font-size:60%;
}				
.pflicht{
	margin:0px 5px;
	color:#9e2028;
	font-weight:normal;
	font-family:tahoma;
	font-size:10pt;
	text-align:right;
	vertical-align:middle;				
	text-decoration:none;
}
.tabtitel{
	color:#333333;
	font-weight:bold;
	font-size:8pt;
	vertical-align:middle;
	text-align:center;
}
.error{
	font-weight:bold;
	font-family:tahoma;
	color:#9e2028;
	font-size:8pt;
}
.warning{
	border:solid red 1;
	padding:4px;
	width:100%;
}
#warning{
	font-weight: bold;
	text-align: center;
}
/*#############################################################################*/
/*#  Verzeichnislistingelemente                                               #*/
/*#############################################################################*/
#menuList{
	margin:0px;
	padding:15px;
}						
.menu, .submenu{
	font-family: Tahoma;
	margin-left: 20px;
	padding: 0px;
}
.menu li .file{
	font-family: Tahoma;
	font-size: 12px;
	background:url(pageimg/blank_page.png) no-repeat 0em 0.3em;
	padding-top:3px;
}
.menu li .folder{
	font-family:Tahoma;
	font-weight:bold;
	background:url(pageimg/simple_folder.png) no-repeat 0em 0.3em;
	padding-top:3px;
}
/*#############################################################################*/
/*#  Divelemente                                                              #*/
/*#############################################################################*/
.buylist{
	position:absolute;
	width:600px;
	padding:16px;
	height:100%;
	top:112px;
	right:30px;
	border:none;
	background-color:transparent;				
	visibility:hidden;
	z-index:2;
}
.search{
	position:absolute;
	width:300px;
	height:350px;
	padding:0px 10px;
	top:100px;
	right:20px;
	border : 1px solid;
	border-top-color:#e2e2e2;        
	border-right-color:#939393;        
	border-bottom-color:#767676;
	border-left-color:#c8c8c8;
	background-color:#f8f8f8;
	visibility:hidden;
	z-index:2;
}
/*#############################################################################*/
/*#  Sonstige Elemente       #0066ff                                          #*/
/*#############################################################################*/
a:link {color:#0024d9; text-decoration:underline;}
a:active {color:#0024d9; text-decoration:underline;}
a:visited {color:#0024d9; text-decoration:underline;}

#absenden{
	display:block;
	background-image:url(pageimg/absenden.jpg);
	width:160px;
	height:40px;
}
.pfad{
	margin:0 16px 0 8px;
	color:#7a8599;
	font-weight:normal;
	font-size:8pt;
	vertical-align:bottom;
	text-decoration:none;
}
.bodytext{
	margin:0 20px 10px 20px;
	font-family:tahoma;
	font-size:10pt;
}
.normal{
	margin:3px;
	padding:0px;
	color:black;
	font-weight:normal;
	font-family:tahoma;
	font-size:9pt;
	vertical-align:bottom;
	text-decoration:none;
}
#stickymenu{
	position:relative;
	right:-20px;		
	top:20px;
	width:100%;
	height:13px;
	z-index:1;
}
#pfad{
	position:relative;
	left:-10px;
	top: -1px;
	width: 90%;
	height:20px;
	border:1px solid blue;
	border-right:0px;
	border-bottom:1px solid silver;
	background:url(bgimg/pfadbg.png);/*pfad und bild nicht vorhanden*/
	background-repeat:repeat-y;
}

/*neue Styles (20071023)*/
button{
	color:#253A66;
	background-color:#EBEBEB;
	border-style:solid;
	border-width:1px;
	border-top-color:#E2E2E2;
	border-right-color:#939393;
	border-bottom-color:#767676;
	border-left-color:#C8C8C8;
	font-weight:bold;
	font-size:8pt;
}				
#loginbox button{
	width:105px;
	margin-left:4px;
}
/*Styles für die Registrierung (20071114)*/
fieldset.inactive{
	display: none;
}
.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
   /* visibility:hidden;*/
   display:none;
}
.clearfix{
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#formnavi {
	padding-left:20px;
	margin:0px 0px 0px 0px;
	padding-right:20px;
	margin-left:2px;
	margin-right:2px;
	position:relative;
	top:3px;
}
#formnavi a{
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	font-size:10pt;
}
#form_register fieldset{
	margin:0px 0px 0px 0px;
	padding:5px;
}
form#form_register {
	margin:0px 0px 0px 0px;
	/*width: 30em;*/
}
#form_register label{
	color:#3d4b66;
	padding-bottom:1px;
}

.checkbox{
	border:0;
	vertical-align:middle;
	margin:0;
}
.registercardlabel{
	width:100px;
	display:inline-block;
	text-align:right;
}
.star{
	vertical-align:super;
	width:15px;
	display:inline;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.tabimage{
	border:0;
	width:10px;
	background-color:#FFFFFF;
	display:inline;
}
.tabimagebackground{
	display:inline;
	vertical-align:top;
	background-image:url('pageimg/register/tab_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	width:100px;
	height:35px;
	text-align:center;
}
.tabtextdiv{
	display:inline;
	position:relative;
	top:10px;
}
span.bold{
	font-weight:bold;
}
* img{
	behavior:url("iepngfix.htc");
}