html {
	height:100%;
	width:100%
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: light;
	text-align: left;
	background: #FFF8C1;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width:100%;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:light;
	font-size: 13px;
	color: #000000;
	font-weight: light;
}

a:link,a:visited {
	color: #333399;
}

a:hover,a:active {
	color: #CC0000;
}

a img{
	border:none;
}

.clearfloat {
	clear:both;
	margin:0;
	padding:0;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

#box {
	position:relative;
	width:960px;
	margin: 0 0;
	padding: 0;
	/*background-image: url(../img/mt_background.gif);
	background-repeat: repeat-y;*/
	text-align: left;
	background: #FFFFFF;
}

#headercontent {
	position:relative;
	left:0px;
	top:0px;
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	/*border-left: 2px solid #dddddd;*/
	border-right: 2px solid #dddddd;
	background: #FFFFFF;
	/*background-image: url(../img/mt_background.gif);
	background-repeat: repeat-y;*/
	z-index:45;
}

#headercontent_co {
	position:relative;
	left:0px;
	top:0px;
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	/*border-left: 2px solid #dddddd;*/
	border-right: 2px solid #dddddd;
	background: #FFFFFF;
	/*background-image: url(../img/mt_background.gif);
	background-repeat: repeat-y;*/
	z-index:45;
}

#sitecontent {
	position:relative;
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	/*border-left: 2px solid #dddddd;*/
	border-right: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	background: #FFFFFF;
	z-index:1;
}

#sitecontent_co {
	position:absolute;
	width: 960px;
	left: 0px;
	top:90px;
	margin: 0;
	padding: 0;
	text-align: left;
	/*border-left: 2px solid #dddddd;*/
	border-right: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	background: #FFFFFF;
	z-index:1;
}

#sitecontent_nl {
	position:absolute;
	width: 960px;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
	/*border-left: 2px solid #dddddd;*/
	border-right: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	background: #FFFFFF;
	z-index:1;
}

#sitecontent_produktsammler {
	position:absolute;
	width: 100%;
	left: 0px;
	top:0px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	z-index:1;
	padding-bottom: 20px;
}

#skyscraper {
	position: absolute;
	width: 120px;
	left: 975px;
	top: 10px;
}

#skyscraper2 {
	position: absolute;
	width: 120px;
	left: 975px;
	top: 620px;
}

#spaceleft {
	width:15px;
	height:120px;
	font-size:1px;
	line-height:1px;
	float:left;
}

#spaceright {
	width:15px;
	height:120px;
	font-size:1px;
	line-height:1px;
	float:right;
}

#spacemiddle {
	width:10px;
	height:120px;
	font-size:1px;
	line-height:1px;
	float:left;
}

#content {
	position: relative;
	float:left;
	width:697px;
	background: #FFFFFF;
	margin: 0;
	padding:0;
	border:0px;
	/*z-index:5;*/
	overflow: hidden;
}

#content_xl {
	position: relative;
	float:left;
	width:930px;
	background: #FFFFFF;
	margin: 0;
	padding:0;
	border:0px;
	z-index:5;
	overflow: hidden;
}

#path {
	margin: 5px 0 5px 20px;
	font-size: 10px;
	color: #666666;
	width: 910px;
}

#path a:link, #path a:visited {
	color: #666666;
	text-decoration: none;
}

#path a:hover, #path a:active {
	color: #666666;
	text-decoration: underline;
}

/* Nur für das Lagerverkauf-Countdown-Feature */
#countdownform{
  color:black;
  border: none;
  width: 425px;
  height: 20px;
  font-size: 12px;
	margin-top:3px;
}
#countdownform strong{
	color:red;
}
/*
#countdownform strong.tag{
    font-size: 10px;
}

#countdownform strong.stunde{
    font-size: 12px;
}


#countdownform strong.minute {
    font-size: 14px;
}

#countdownform strong.sekunde {
    font-size: 16px;
}*/

/**
*
* Globale zweckungebundene Styles
*
*/

.float-right{
	float:right;
}

.float-left{
	float:left;
}

.notAvailMessage{
	color: #F10430;
}

.availMessage{
	color: #019a02;
}
.ajaxLoader{
    background-color:#FFFFFF;
	border:1px solid #000000;
	height:30px !important;
	left:40%;
	overflow:hidden;
	padding:20px 20px 20px;
	position:fixed !important;
	top:40%;
	width:235px !important;
	z-index:50 !important;
}
.tabLink{
	font-size:10px;
	font-weight:bold;
}
/**
* Globale Farben
*/

.red {
	color:#F10430;
}

.green {
	color:#019A02;
}

