/* ===============================================*/
/* Allgemeine Konfiguration Page                  */
/* ===============================================*/
body{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	/* background-image: url("../images/bg_general.jpg"); */
}



/* ===============================================*/
/* Schriftgrössen                                 */
/* ===============================================*/
H1 {
  font-size: 18px;
  color: #000000;
}
H2 {
  font-size: 15px;
  color: #000000;
  margin-bottom: 8px;
}
H3 {
  font-size: 13px;
  color: #000000;
  margin-bottom: 5px;
}
H4 {
  font-size: 12px;
  color: #000000;
}



/* ===============================================*/
/* Darstellung                                    */
/* ===============================================*/
.MainPage{
	-moz-box-shadow:    4px 4px 4px #1B1B1B;
	-webkit-box-shadow: 4px 4px 4px #1B1B1B;
	box-shadow:         4px 4px 4px #1B1B1B;
  
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#1B1B1B', Direction=135, Strength=5);
}

.CubeTower{
	position:relative;
	z-index:1;
	left:-165px;
	top:120px;
	width:100px;
}

.Remotesupport{
	position: relative;
	z-index:14;
	top: -65px;
	left: 128px;
}

.CustomDivGoogle{
	position: relative;
	z-index:3;
	top: -60px !important; /* für den ff */
	left: 510px; 
	margin:0px; 
	padding:0px; 
}

.CustomFormGoogle{
	margin-top: 10px !important; /* für den ff */
}

.MainPage_ND{
	position:relative;
	z-index:0;
	top:-200px;
}

.CubeTower_ND{
	position:relative;
	z-index:1;
	left:-170px;
	top:180px;
	width:100px;
}

.SmallTableFont td{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
}

.SmallText_1{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
}

.WaterMarkImage{
	/* 
	left: 250px;
	*/
}

.Keywords{
	font-family: Arial, Verdana, Helvetica;
	font-size: 4px;
	color: #ffffff;
}

td{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

ul{
	margin-top:10px;
	margin-bottom:10px;
}

.MenuSet td a:visited{
	/* color: #000000; */
	color: #ffffff;
}
.MenuSet td a:link{
	/* color: #000000; */
	color: #ffffff;
}

.SmallFont{
	font-size: 11px;
}



/* ===============================================*/
/* Linkfarben                                     */
/* ===============================================*/
a:link {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #FF6600;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: Bold;
	color: #FF6600;
	text-decoration:none;
}

a:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #FF6600;
	text-decoration:none;
}

a:active {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #FF6600;
	text-decoration:none;
}
	


/* ===============================================*/
/* Linkfarben                                     */
/* ===============================================*/	
.sidebar_title{
	margin:0px 0px 0px 33px !important;
	margin:0px 0px 0px 0px;
	padding:10px;
	font-family:arial;
	font-weight:bold;
	font-size:13;
	/* color:#ffffff; */
}

.sidebar_ul{
	/*
	margin:0px 0px 0px 30px;
	 list-style-image:url(../images/square.gif); 
	 */
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
	
.sidebar_li{
	margin:0px 10px 3px 45px !important;
	margin:0px 10px 3px 12px;
	padding:2px;
	list-style-type:none; 
	display:block; 
	width:177px;
}

#sideBar{
	position: absolute;
	width: auto;
	height: auto;
	top: 50px;
	right:-7px;
	background-image:url(../images/sidebar_background.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#sideBarTab{
	float:left;
	height:0px !important;
	height:137px;
	width:28px;
}

#sideBarTab img{
	border:0px solid #FFFFFF;
}

#sideBarContents{
	overflow:hidden !important;
}

#sideBarContentsInner{
	width:200px;
	
}
	

	
/* ===============================================*/
/* NutriDesk Linkfarben                                     */
/* ===============================================*/
a.ND:link {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #008100;
	text-decoration:none;
}

a.ND:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: Bold;
	color: #008100;
	text-decoration:none;
}

a.ND:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #008100;
	text-decoration:none;
}

a.ND:active {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #008100;
	text-decoration:none;
}
