/*START RESET CSS STYLES*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/**************** *END RESET CSS STYLES*****************/




/***************** START MAIN PROPERTIES*****************/
body {
	font-family: Arial, Optimer, Verdana, Arial, sans-serif;
	font-size: 62.5%;
}


img {
	border : 0;
}


p {
	color: #6d6d6d;
	font-size: 13px;	
	margin: 0px 0 8px 0;
	padding: 0px 0 8px 0;
}

ol{
	color: #6d6d6d;
}

a{
	text-decoration: none;
	color: #0096d7;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #0096d7;
}

.menuLinkActive
{
	color: #fff;
	font-weight:bold;
	text-decoration: underline;
}

.actionText {
	color: #0096d7;
}

.sidebarText {
	color: #6d6d6d;
}

.pageHeading{
	color: #6d6d6d;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom: 12px;
}

.pageSubHeading{
	color: #6d6d6d;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom: 12px;
}

.noPageHeading{
	padding-top: 8px;
	margin-bottom: 12px;
}

.orderTable{
	margin-top: 8px;
}

.invisible{
	display: none;
}


h2.productTop{
	float: left;
	width: 246px;
	background-color: #0096d7;
	color: #fff;
	font-weight: normal;
	line-height: 21px;
	font-size: 1.2em;
	padding: 4px;
	cursor: pointer;
}



/***************** END MAIN PROPERTIES***************** /



/***************** START DIV IDS AND CLASSES*****************/
div#topContainer{
	background: #f4f8fc url('../images/header_bg.png') repeat-x;
	width: 100%;
}

div#logoContainer {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 123px;
	margin: 0 auto;
	width: 800px;
}

#logo {
	float:left;
	margin-top: 10px;
	width: 293px;
	height: 106px;
}

div#loginModule {
	float:right;
	width: 147px;
	padding-top:25px;
	margin-right: 61px;
}

div#loginModule input {
	margin-bottom: 4px;
}

div#menuContainer {
	background-color: #0096d7;
	clear: both;
	float: left;
	height: 30px;
	width: 100%;
}

div#menuContent {
	margin: 0 auto;
	width: 800px;
}

div#menuContent a {
	color: #fff;
	text-decoration:none;
}

div#menuContent a:hover {
	text-decoration:underline;
}

div#siteWrapper {
	width: 800px;
	margin: 0 auto;
}

div#mainContainer{
	clear:both;
	float:left;
	min-height: 800px;

}

div#mainContent {
	clear: both;
	float:left;
	width: 800px;
	margin-top: 20px;
}

div#ContentContainer {
	clear: both;
	float:left;
	width: 800px;
	margin-top: 10px;
}

div#ContentContainerLeft {
	float:left;
	width: 550px;
}



div#Content {
	float:left;
	width: 550px;
}

.myglobalUL {
	list-style: square;
	color: #0096d7;
	margin-left: 12px;
}

.myglobalUL li{
	font-size: 120%;
	letter-spacing: 1px;
	line-height: 200%;
	padding-bottom: 5px;	
}

.myglobalUL li a{

}

.myglobalUL li a:hover{
	font-weight: bold;
	text-decoration: none;
}

div#Content table{
	width: 96%;
	font-size: 110%;
	color: #6d6d6d;
}

div#Content table td{
	padding: 4px;
	border-bottom: 1px solid #0096d7;
	vertical-align: top;
}

div#Content table td.orderTableCellLeft{
	border: none;
}

div#Content table td.orderTableCellRight{
	border: none;
}

div#Content table td.orderTableCellFullWidthNoBold{
	border: none;
}

div#Content table td.orderTableCellFullWidth{
	border: none;
}

div#Content table td.orderTableFullWidthTextCell{
	border: none;
}

div#spanButtons{
	float: left;
	clear: both;
}

div#spanButtons span{
	height: 32px;
	width: 264px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	letter-spacing: 2px;
	background: #0096d7;
	display: block;
	cursor: pointer;
	float: left;
}

.domein_text{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 1px;
}

div#Content .spanNotActive{
	background: #6db7d6;
}

div#Content table th{
	padding: 4px;
	height: 25px;
	background: #0096d7;
	color: #fff;
	font-weight: bold;
	text-align: left;
}


div#Content table tr.color{
	background: #E4EAED;
}

div#Content table a{
	font-weight: bold;
}

div#Content p{
	width: 96%;
	line-height: 140%;
}

div#Content form input, div#Content form select, div#Content textarea{
	border: 1px solid #0096d7;
}

div#Content fieldset{
	border: 1px solid #000;
}

div#Content ol{
	margin-left: 21px;
	margin-bottom: 15px;
	line-height: 140%;
	font-size: 10px;
	font-weight: bold;	
}

div#Content ol li{
	padding: 2px;
}


div#Content h2.ContentHeader{
	float: left;
	width: 510px;
	background-color: #0096d7;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
}

div#Content .ContentArticle{
	width: 520px;
	background: #fff url('../images/product_bg.png') repeat-x;
	color: #6d6d6d;		
	margin-bottom: 25px;	
	height: 80px;
	overflow: hidden;
}

.ContentArticleBorder{
	border: 1px solid #0096d7;
}

div#Content .ContentArticle h2 {
	padding: 5px;
	margin-bottom: 10px;
	float: left;
}

div#Content .ContentArticle img {
	padding: 13px;
}

.ContentAlternateSpan{
	float: left;
	width: 196px;
	background-color: #0096d7;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	padding-right: 4px;
	line-height: 25px;
	text-align: right;
}

.ContentHeaderAlternate{
	float: left;
	width: 310px;
	background-color: #0096d7;
	color: #fff;
	font-weight: normal;	
	font-size: 1.2em;
}

.ContentArticleHeaderSSL{
	float: left;
	width: 126px;
	background-color: #0096d7;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	padding-left: 4px;
	line-height: 24px;
	cursor: pointer;
}

.ContentArticleSpanSSL{
	float: left;
	width: 120px;
	background-color: #0096d7;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 24px;
	padding-right: 4px;
	cursor: pointer;
}

 div#Content .ContentArticle p, div#Content .ContentArticle table {
	clear: both;
	padding-left: 12px;
}

 div#Content .ContentArticle p span {
	color: #0096d7;
	cursor: pointer;
}

.goldenArticle{
	border: 1px solid #D9A800;
}

.goldenArticle h2{
	background: #D9A800;
}

.goldenArticle span{
	background: #D9A800;
}

div#bestellenForm{
	margin-left: 2px;
}

div#Content label{
	display: block;
	width: 12em;
	float: left;
	color: #6d6d6d;
	font-size: 12px;	
	line-height: 21px;
}

div#Content input, select, textarea{
	margin-bottom: 5px;	
}

div#Content select{
	height: 21px;
	padding-top: 2px;
}

div#Content p{
	margin-top: 5px;	
}

div#Content fieldset{
	width: 500px;
	border: 1px solid #0096d7;
	padding: 10px;
	margin-top: 10px;
}


div#Content fieldset .disabled{
	color: #6d6d6d;
}

div#Content fieldset p{
	font-size: 11px;
	line-height: 150%;
}

div#Content legend{
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: #0096d7;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

div#Content h2 span{
	color: #fff;
	float: right;
	
}

div#pageNormalIntro {
	float: left;
	color: #6d6d6d;
	font-size: 11px;
	line-height: 150%;
	width: 60%;
}

div#pageNormalText {
	color: #6d6d6d;
	font-size: 11px;
	line-height: 150%;
	width: 90%;
}

.pageNormalTitle{
	font-size: 13px;
}

div#sideBar{
	float:right;
	width: 244px;
	margin-top: 10px;
}

div#introContent {
	clear: both;
	float:left;
	width: 800px;
}

div#introText {
	clear: both;
	color: #6d6d6d;
	float:left;
	font-size: 13px;
	line-height: 150%;
	width: 400px;
}
div#introShowcase{
	float: right;
	width: 244px;
	padding-bottom: 20px;
}

div#introShowcase .introContainer{
	z-index: 0;
}

div#introMenu{	
	position: absolute;
	margin-left: 166px;
	
}

div#introWrapper{
	height: 197px;
	overflow: hidden;
	width: 244px;
}

div#introMenu ul{
	list-style: none;
}

div#introWrapper ul{
	list-style: none;
	width: 732px;
	/*margin-left: -294px;*/
}

div#introWrapper li{
	float: left;
}

div#introMenu li{
	width: 20px;
	padding: 3px;
	color: #fff;
	float: left;
	background: #6DB7D6;
	text-align: center;
	text-decoration: none;	
}

div#introMenu a{
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

div#introMenu .active{
	background: #ccc;
	text-decoration: none;
}

div#domainCheck {
	margin-top: 10px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

div#footerContainer {
	background: #0096d7 url('../images/footer_bg.png') repeat-x;
	clear: both;
	color: #fff;
	float:left;
	height: 162px;
	width: 100%;
}

div#footerContainer a{
	color: #fff;
}

div#footerContent {
	margin: 0 auto;
	width: 800px;
}


div#productContainer{
	clear: both;
	width: 530px;
}

.productBlock{	
	font-size: 1.2em;
	float:left;
	height: 230px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 254px;
	text-decoration: none;
}

.productBlockMargin{
	margin-right: 20px;
}

.productLink{
	position: absolute;
	width: 248px;
	height: 150px;
	margin-top: -6px;
	margin-left: -6px;
}

.productTextLink{
	text-decoration: none;
}

div#rightSidebar {
	padding: 5px;
	width: 244px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.sidebarArticle {
	font-size: 1.2em;
	width: 200px;
	line-height: 150%;
	margin-bottom: 35px;
}

div.productArticle {
	float:left;
	height: 190px;
	width: 242px;
	background: #fff url('../images/product_bg.png') repeat-x;
	color: #6d6d6d;
	padding: 5px;	
	cursor: pointer;
	border: 1px solid #0096d7;
	
}

div.productArticleContent {
	line-height: 150%;
	padding: 10px;
	
}


.articleImage{
	float: right;
}

.articleImageOnly{
	text-align: center;
}

div#contentPictures {
	clear:both;
	padding-top: 20px;
	margin-bottom: 20px;
	width: 427px;
}

img#partners {
margin-top: 50px;
margin-bottom: 25px;
}

/**************** *END DIV IDS AND CLASSES***************** /


/**************** START UL, LI ******************************/


ul#menuList li{
	display:block;
	float: left;
	font-size: 1.2em;
	line-height: 30px;
	list-style: none;

}

ul.portfolioList {
	margin-left: 16px;
	color: #6d6d6d;
}

li.menuWidth
{	
	float: left;
	padding-left: 0px;
	padding-right: 25px;
}

ul.footerList {
	float:left;
	font-size: 1.2em;
	list-style: none;
	padding-top: 9px;
}




/**************** END UL, LI ******************************/


/**************** INPUT TYPES ******************************/
.inputLogin  {	
	background-color: #fff;
	border: 1px solid #6d6d6d;
	color: #6d6d6d;
	padding: 2px;
	margin-bottom:5px;
}

.submitLogin
{	
	background-color: #fff;
	border: 1px solid #6d6d6d;
	color: #0096d7;
	padding: 2px;	
} 

.inlineFormInput
{
	background-color: #fff;
	border: 1px solid #6d6d6d;
	color: #0096d7;
	padding: 1px;
	height: 18px;
}

.inlineFormSubmit
{
	background-color: #fff;
	border: 1px solid #6d6d6d;
	color: #0096d7;
	padding: 1px;
	height: 22px;
}

li.footerWidth
{	
	line-height: 1.4em;
	padding-left: 0px;
	width: 266px;
}


li.footerWidth
{	
	line-height: 1.4em;
	padding-left: 0px;
	width: 266px;
}

li.footerWidth a
{	
	color: #fff;
	text-decoration: none;
}

li.footerWidth a:hover
{	
	text-decoration: underline;
}

.tldTable
{
	border: 1px solid #828282
}

.tldHeader
{
	background-color: #C9DEED;
	font-weight:bold;
}

.tldRowColored
{
	background: #E4EAED;
	
}

.tldRow
{	

}

.formElement
{
	border: 1px solid #002F5E;
	color: #002F5E;
	background-color: #fff;
	padding: 3px;
	font-size: 11px;
	width: 200px;
	letter-spacing: 1px;
}

.formElementStreet
{
	border: 1px solid #002F5E;
	color: #002F5E;
	background-color: #fff;
	padding: 3px;
	font-size: 11px;
	width: 150px;
	letter-spacing: 1px;
}

.formElementHousenumber
{
	border: 1px solid #002F5E;
	color: #002F5E;
	background-color: #fff;
	padding: 3px;
	font-size: 11px;
	width: 37px;
	letter-spacing: 1px;
}

.formElementNoWidth
{
	border: 1px solid #002F5E;
	color: #002F5E;
	background-color: #fff;
	padding: 3px;
	font-size: 11px;
	letter-spacing: 1px;
}

.formTextArea
{
	border: 1px solid #002F5E;
	color: #002F5E;
	background-color: #fff;
	padding: 3px;
	font-size: 11px;
	width: 400px;
	height: 70px;
	letter-spacing: 1px;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
}

.billRowVar1
{
	/*background-color: #C4EDFF;*/
}

.billRowVar2
{
	background-color: #E4EAED;
}

.productRowVar1
{
	background-color: #E4EAED;
}

.productRowVar2
{
	/*background-color: #F4F8FC;*/
}



/******************** END INPUT TYPES**************************/

/* Movable div heights */
div#backup{
	height: 400px;
}

