﻿body {
	font-family: arial, Verdana, Tahoma;
	font-size: 10pt;
	color: #404040;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
}
a:link {
  color: #404040;
  text-decoration: underline;
}
a:active {
  color: #404040;
  text-decoration: underline;
}
a:visited {
  color: #404040;
  text-decoration: underline;
}

#DivMain {
	width: 900px;
	margin: 0px auto;
	background-color: white;
	padding: 0px auto;
	border: 1px solid #bebebe;
}
#DivTop {
	height: 60px;
	width: 100%;
	height: 60px;
	background: url(../images/banner_hg.gif);
}
#DivAdressLineTop {
	
}
#AutoLogOff {
  padding: 4px;
}
#DivLogoTop {
	float: left;
	width: 40%;
}
#DivMainContent {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}
#DivMenu {
	float: left;
	width: 150px;
	padding-right: 10px;
}
#MenuNews {
	width: 145px;
	height: 400px;
	border: 1px solid red;
}
#DivContentBG {
	float: left;
	width: 740px;
	background-color: #96BEFF;
}
#DivToolBarTop {
  margin-top: 120px;
  float: right;
  margin-right: -50px;
}
#DivContent{
	float: left;
	width: 100%;
	background-color: white;
}
#DivContentNews {
	width: 150px;
	float: left;
	margin: 0px;
	border-top: 1px solid #B5DBFF;
	background-color: #96BEFF;
	min-height: 450px;
}
#DivNewsHolder {
	padding: 6px;
}
#DivFooter{
	height: 50px;
	text-align: center;
	padding: 4px;
	border-top: 1px dotted #b4cdb8;
}

/* Menu settings */
#navcontainer { 

}

#navcontainer ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 
	margin: 0px 0px 0px 0px;
}

#navcontainer a
{
  display: block;
  padding: 5px 0px 5px 10px;
  color: black;
  font-size: 10pt;
  text-decoration: none;
  border-bottom: 1px dashed #bebebe;
  border-right: 1px dotted #bebebe;
}

#navcontainer a:hover
{
  text-decoration: none;
  background-color: #DBDBDB;
}

#navcontainer ul ul li {

}

#navcontainer ul ul a
{
	display: block;
	width: 120px;
	text-decoration: none;
}

#navcontainer ul ul a:hover
{

}

/* Elements */
#TitleBar
{
background: url(../images/menu_bg.jpg);
color: #353535;
height: 27px;
padding-left: 6px;
padding-top: 5px;
width: 95%;
}

#TitleBarContent
{
	border-left: 1px solid #cecece;
	border-right: 0px;
	border-bottom: 1px solid #cecece;
	padding: 4px;
	width: 95%;
}

.title {
	font-weight: bold;
	font-size: 18px;
}

.preis
{
	FONT-SIZE: 11pt;
    Color: Red;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana
}
.preisalt
{
	FONT-SIZE: 10pt;
    Color: Black;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: line-through
}
.fehler
{
    FONT-SIZE: 9pt;
    Color: red;
    FONT-STYLE: italic;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana
}
.information
{
    FONT-SIZE: 9pt;
    Color: green;
    FONT-STYLE: italic;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana
}
.button
{

}
.configurate_box
{
  border: 1px dashed #cecece;
  padding: 6px;
  width: 95%;
}

/*Reorder List*/
.dragHandle {
	width:250px;
	height:15px;
	background-color:#ccc;
	cursor:move;
	border:outset thin white;
	color: Black;
	padding: 4px;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.ReorderList li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.ReorderList li a {color:#000 !important; font-weight:bold;}

.ReorderListItem {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
	color: Black;
	background-color: Gray;
}

/* Mail */
#TblMailNavigation 
{
	
}
#TblMailNavigation .td 
{
	
}

.TblMailOverview 
{
	border: 1px solid gray;
}

.TblMailSeperator 
{

}

/* ImageTools */
#DivImageContainer {
  width: 640px;
  height: 480px;
  float: left;
  overflow: auto;
}
#DivImageTools{
  margin-left: 10px;
  padding: 4px;
  width: 450px;
  border: 1px dotted gray;
  float: left;
