﻿body
{
	background-color: #FFFFFF;
	margin: 600px 0 0 0;
}
div, span, p, a, td, blockquote, li
{
	font-family: Helvetica,Arial,Verdana;
	font-size: 12px;
}
select, input
{
	font-family: Helvetica,Arial,Verdana;
	font-size: 11px;
}
/* LAYOUT */
div#BaseMainContainer
{
	position: absolute;
	background-color: #FFFFFF;
	width: 988px;
	left: 50%;
	top: 20px;
	margin-left: -494px;
	border: none;
}
div#BaseHeaderContainer
{
	display: none;
}
div#BaseContentContainer
{
}
div#BaseFooterContainer
{
	display: none;
}
div#ContentLeftColumn
{
	width: 494px;
}
div#ContentRightColumn
{
	width: 494px;
	height: auto;
	background-color: #000000;
	overflow: hidden;
}

div#ShopCartSub_Container
{
	border: 1px solid black;
	width: 180px;
}
/* SHOP PRODUCT LIST*/
div.ShopProductList_ItemContainer
{
	width: 300px;
	border: 1px solid black;
	margin: 0 5px 5px 0;
}
div.ShopProductList_ItemContainer h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div.ShopProductList_ItemContainer p
{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
div.ShopProductList_ItemContainer .Image
{
	float: right;
	width: 80px;
	height: 80px;
	border: 1px solid gray;
}
/* SHOP PRODUCT */
div#ShopProduct_Info .Price
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
div.OrderPageBlock
{
	background-color: #CCCCCC;
	background-image: url('grijs_gradient.jpg');
	padding: 8px;
	margin: 0 0 12px 0;
	width: 470px;
	border: 0px dotted #999999;
}
div.OrderPageBlock td
{
	white-space: nowrap;
}
/* TEXT */
.Hometext
{
    margin-left: 33px;
    margin-right: 30px;
    font-size: 10pt;
    font-family: Arial;
    color: White;
}

.MainTitle
{
	font-size: 19px;
}
.SubTitle
{
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}
.Text1, .Text1 a
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 13px;
}
.Text2
{
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}
.Text3
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h2.Header2
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
/* CART */
.CartItem
{
	color: #666666;
	font-size: 11px;
}
.CartHeader
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
.CartFooter
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
/* FOOTER */
a.SubMenuLink, a.SubMenuLink:hover
{
	font-size: 12px;
	font-weight: bold;
}
a.SubMenuLink
{
	color: #404040;
}
a.SubMenuLink:hover
{
	color: #000000;
}
/* SITEMAP */
a.SitemapLink, a.SitemapLink:hover
{
	font-size: 13px;
	font-weight: bold;
}
a.SitemapLink
{
	color: #E5E5E5;
	text-decoration: none;
}
a.SitemapLink:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
/* FAQ Question */
span.FaqQuestion a
{
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
span.FaqQuestionSelected a
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
span.FaqQuestion a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
span.FaqAnswer
{
	font-size: 11px;
}

.historie
{
	margin:50px;
	background-color:#000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.historieList a:link 
{
	margin-top:50px;
	font-weight:bold;
	font:               12px Arial, Helvetica, sans-serif;
	color:              #FFFFFF;
	
}

.historieList a:hover
{
	color:              #999999;
}


.panelHistorie
{
	height:				40px;
	width:				350px;
	position:			fixed;
	top:				100px;
}
.historieLabel
{
	font:               12px Arial, Helvetica, sans-serif;
	color:              red;
	background-color:   #999999;
	padding:			10px;
	margin-bottom:		30px;
	height:				40px;
	width:				350px;
	
}

 .Backbut
    {
        background-color: White;
        color: Black;
        width: 75px;
        margin: 5px 0px 5px 100px;
        font-weight:bold;
        float:right;
        margin-right:100px;
    }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------- THICKBOX --------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
 font:               12px Arial, Helvetica, sans-serif;
 color:              #333333;
}

#TB_secondLine {
 font:               10px Arial, Helvetica, sans-serif;
 color:              #666666;
}

#TB_window a:link {     color: #666666;}
#TB_window a:visited {  color: #666666;}
#TB_window a:hover {    color: #000;}
#TB_window a:active {   color: #666666;}
#TB_window a:focus{     color: #666666;}

#TB_overlay {
 position:           absolute;
 z-index:            100;
 top:                0px;
 left:               0px;
 background-color:   #000;
 filter:             alpha(opacity=60);
 -moz-opacity:       0.6;
 opacity:            0.6;
}

#TB_window {
 position:           absolute;
 background:         #ffffff;
 z-index:            102;
 color:              #000000;
 display:            none;
 border:             4px solid #525252;
 text-align:         left;
}

#TB_window img {
 display:            block;
 margin:             15px 0 0 15px;
 border-right:       1px solid #ccc;
 border-bottom:      1px solid #ccc;
 border-top:         1px solid #666;
 border-left:        1px solid #666;
}

#TB_caption{
 height:             25px;
 padding:            7px 30px 10px 25px;
 float:              left;
}

#TB_closeWindow
{
    height:             25px;
 padding:            11px 25px 10px 0;
 float:              right;
}

#TB_closeAjaxWindow{
 padding:            5px 10px 7px 0;
 margin-bottom:      1px;
 text-align:         right;
 float:              right;
}

#TB_ajaxWindowTitle{
 float:              left;
 padding:            7px 0 5px 10px;
 margin-bottom:      1px;
}

#TB_title{
 background-color:   #e8e8e8;
 height:             27px;
}

#TB_ajaxContent{
 clear:              both;
 padding:            2px 15px 15px 15px;
 overflow:           auto;
 text-align:         left;
 line-height:        1.4em;
}

#TB_ajaxContent p{
 padding:            5px 0px 5px 0px;
}

#TB_load{
 position:           absolute;
 display:            none;
 height:             100px;
 width:              100px;
 z-index:            101;
}

#TB_HideSelect{
 z-index:            99;
 position:           absolute;
 top:                0;
 left:               0;
 background-color:   #fff;
 border:             none;
 filter:             alpha(opacity=50);
 -moz-opacity:       50;
 opacity:            50;
}

#TB_iframeContent{
 clear:              both;
 border:             none;
 margin-bottom:      -1px;
 margin-top:         1px;
 _margin-bottom:     1px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------- // THICKBOX -----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



