body {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Arial, sans-serif;
	background-color: #CDD6DA;
}

#super {
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 993px;
	background-image: url("images/des_05.gif");

}

#banner {
	height: 140px;
	background-image: url("images/header.jpg");
}

#banner a{
	float: right;
}
#banner a img{
	position: relative;
	top: 115px;
	left: -30px;
}

#leftContent {
	float: left;	
	width: 220px;
	min-height: 248px;
/*	background-image: url("images/leftContent.jpg");*/
	background-repeat: no-repeat;
	background-position: left top;
}

#centerContent {
	float: left;	
	width: 500px;
	height: auto !important;
	height: 400px;
	min-height: 400px;	
	padding: 0 35px 20px 0;
	margin: 0 20px 0 10px;	
	background-repeat: no-repeat;
	background-position: top right;
}



#rightContent {
	width: 180px;
	margin-right: 20px;
	float: right;
	display: inline;
}



#footer {
	clear: both;
	margin: 0px 0 0 0; 
	padding: 5px;
	font-size: 10px;
	color: #000;
	text-align: center;
	background-image: url("images/des_07.gif");
	
	
}

div.copyright a, div.copyright a:hover{
 color: #000;
}

h1{
	font-size: 24px;
}



/*
 *	tables still need 'cellspacing="0"' in the markup
 */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a {
	color: #444;
}

a:hover {
	color: #000000;
}

a img {
	border:0;
}

dd{
	margin-bottom: 14px;
}


/*
 *	Navigation
 */
#navcontainer{
	font-size: 12px;
	/*font-weight: bold;*/
	font-family: "Arial";
/*, "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Arial, sans-serif*/	

}
#navcontainer a{
	font-weight: normal;

}
ul#navlist {
	border-bottom: 2px solid #7B7A7A;
	margin: 0px 4px 10px 7px;
	padding: 10px 4px 10px 3px;
	list-style: none;
}
ul#navlist #current{
	list-style: none;
}

ul#navlist li{
	background-color: #D8D8D8;
	margin: 2px;
	padding: 2px 2px 2px 2px;
}

ul#navlist li a{
	color: #FF6600;
	color: #444;
	text-decoration: none;
}

ul#navlist li a:hover{
	color: #CD0718;
}

ul#navlist li a#active{
/*	font-weight: bold;*/
	color: #CD0718;
}

ul#subnavlist {
	background-color: #F1F0F0;
	margin: 0px -2px -4px -2px;
	padding: 0 0 0 20px;	
	list-style: none;
}
ul#subnavlist li{
	margin: 0px;
	background-color: ##D8D8D8;
	list-style-type: none;
}
ul#subnavlist #subcurrent{
	background-color: #7B7A7A;
	margin: 2px 0px 2px 2px;
}
ul#subnavlist li a{
	font-size: 12px;
}

ul#subnavlist li a#subactive{
	color: #FFF;
	/*font-weight: bold;*/
}




.hiddenStructure {
	display: none;
}

#documentActions {
	float: right;
}

#documentActions li {
	float: left;
	padding-left: 1em;
	list-style-type: none;
	margin: 0px;
}

.objectPath {
	display: none;
}

.objectDescription, .pageDescription{
	font-size: 13px;
	font-family: Arial;
	margin-bottom: 15px;
	font-weight: bold;
}


/*
 *	Gallery
 */
ul#imageControl{
	width: 400px;
	margin: 0px;
	list-style: none;
}

ul#imageControl li{
	float: left;	
	margin: 0px;
	width: 300px;
	text-align: center;
}

ul#imageControl li#previousImage{
	width: 50px;
	text-align: left;
}

ul#imageControl li#nextImage{
	float: right;
	text-align: right;
	width: 50px;
}




/*
 *	News
 */
.newsItemDate {
	font-size: 10px;
}

.newsItemDateText{
	display: none;
}

.newsItemImage, .newsPageDescriptionImage {
	float:right;
	margin:3px 8px 3px 0;
}

#folderCC .newsItem, #folderCC .folderList{
	border-bottom: 1px solid #717678;
}



/* Login Box
*/
.loginBox {
	width: 170px;
	margin: 20px 0 0 35px;
	padding:5px;
	background-color: #ededf6;
	border: 1px solid gray;
}




/* 
* BASKET AND WEBSHOP 
*/


div#BasketBoxSimple {
	margin: 0;
	padding: 0 0 5px 0;
}
#BasketBoxSimpleTitle {
	margin: 20px 0 0 0;
	font-weight: bold;
}
#BasketBoxSimpleProducts {
	float: left;
	margin: 0 0px 0 0px;
}
#BasketBoxSimplePrice {
	float: left;
	margin: 0 0 0 20px;
}

.webshopHeader{
	color: #011422;
}

td.num {
	white-space: nowrap;
}

table.BasketList {
	width: 100%;
	margin: 10px 0 10px 0;
}
table.BasketList th, table.BasketList td {
	padding: 5px;
	border-bottom: 1px solid gray;
}
td.BasketHeaderItem {
	background-color: #a8a8a8;
	color: black;
	font-weight: bold;
}
.BasketTotalPrice {
	text-align: right;
}

table.orderlisting {

}
table.orderlisting th {
	padding: 3px;
}
table.orderlisting td {
	padding: 2px;
}

div.orderpdflink {
	text-align: right;
}

#webshopContent {

}


h1.webshopitemHeader{
	border-bottom: 1px solid #a8a8a8;
}
h2.webshopItemHeader {
	margin-top:0;
	padding-top:0;
	font-size: 16px;
}
h3.webshopCategoryHeader {
	padding: 10px 0 0px 0;
	/*border-bottom: 1px dotted gray;*/
}
h4.webshopItemHeader{
	padding-bottom: 10px;
}

.webshopItemHeader a{
	font-size: 12px;
}


.itemList{
	width: 100%;
	/*border: 1px solid red;/**/
	padding: 10px 0 10px 0;
/*	border-bottom: 1px dotted gray;*/
}

.webshopListItem{
	/*border: 1px solid red;*/
	margin: 0px 0 0px 0;
	clear: both;
/*	position: relative;*/
}

.webshopListItem img {
	display: none
}


.webshopListItem .text{
}
.webshopListItem .webshopItemHeader{
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.webshopListItem .listItemBuy{
	position: relative;
	float: right;
	/*border: 1px solid blue;/**/
	height: 25px;
	width: 250px;
	
}

.webshopListItem .itemVat{
	position: absolute;
	top: 0px;
	right: 110px;

}
.webshopListItem .price{
	position: absolute;
	top: 0px;
	right: 170px;
	font-weight: bold;

}
.webshopListItem .lesmer{
	display: none;
}
.webshopListItem .buy {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	border: 1px solid grey;
	vertical-align: bottom;
	text-align: right;
	width: 75px;

}

.webshopCategory td.webshopItem{
	display: none;
}




#separator_vert{
	width: 5px;
}

.hr{
	display: none;
}



#webshopContent {

}

td {
	vertical-align:top;
}

#webshopItemContent {
/*	border: 1px solid red; */

	position: relative;
	
}
#webshopItemContent div {
	
}

#webshopItemContent table td {
	padding: 2px;
}

#webshopItemContent .itemImage {
	width: 200px;
	float: left;
	margin: 0 5px 0 0;
}
#webshopItemContent .itemText {
	width: 450px;
	float: left;
}
#webshopItemContent .itemText .itemId {
	font-size: smaller;
}
#webshopItemContent .itemText .itemDesc {
	/*font-weight: bold;*/ 
	padding-bottom: 10px;
}

#webshopItemContent .itemBuy {
	float: left;
	border: 1px solid grey;
	position: relative;
	clear: both;
	height: 30px;
	width: 400px;
	padding: 10px 10px 5px 10px;
	margin: 20px 0 0 100px;
	background-color: #D8D8D8;
}

#webshopItemContent .itemBuy .price {
	margin: 10px;
	position: absolute;
	top:0px;
	left: 0px;
	float:left;
	font-weight: bold;

}
#webshopItemContent .itemBuy .itemVat {
	margin: 10px;
	position: absolute;
	top:0px;
	left: 80px;
	padding-right: 10px;
}
.vatpercent {
	display: none;
}


#webshopItemContent .itemBuy .buy {
	margin: 10px;
	position: absolute;
	top:0px;
	right: 0px;
	
	float: left;
	width: 170px;
	height: 25px;
}
#webshopItemContent .itemBuy .buy .fbuttons_buy{
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid grey;
} 
.buy input {
	margin-right: 10px;
}

input.empty {
	display:block;
	margin-top: 30px;
	
}

.fbuttons{
	width: 95px;
	height: 24px;
	background-image: url(images/button.jpg);
	text-align: center;
	border: 0px;
	padding: 0px;
	font-size: 12px;
	cursor: pointer;
}

.fbuttons_buy {
	width: 75px;
	height: 24px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	background-image: url(images/chart_button.jpg);
	text-align: center;
	vertical-align: center;
	border: 1px;
	cursor: pointer;
}

.search{
	margin: 0 0 0 15px;
}
.search .context{
	margin: 5px 0 0 110px;
}


/*
*
* Project module
*
*/

table.Projectlist {
  clear: both;
  margin: 1em 0px;
  border: 0; 
  border-collapse: collapse;
  align: center;
}


table.Projectlist a:hover {
  text-decoration: underline
}

table.Projectlist img {
	padding: 3px;
  vertical-align: middle;
}
table.Projectlist td {
  border-bottom: #336666 1px solid; 
  padding: 1em; 
  text-align: left;
  vertical-align:top;
}
table.Projectlist th {
  padding: 0.75em; 
  background: #336666; 
  color: white; 
  white-space: nowrap;
}

table.Projectlist tr.even {
  background: #fff;
}
table.Projectlist tr.odd {
  background: #fff;
}

#projectsText {
	width:280px;
	float:left;
}

#projectsText .desc {
	font-weight: bold;
}

#projectsImages {
	width:360px;
	float:left;
	padding:0px;
}

ul.thumbnails {
	margin: 0pt;
	padding: 0.25em;
	list-style-type: none;
}
ul.thumbnails img{
	float: left;
}
/* END Project module*/

#folderListing .folderList dt{
	font-weight: bold;
	font-size: 14px;
}
#minside_current, #endredata{
	padding: 0 20px 0 0;
}

#ContactForm_563 #comment, #ContactForm_563 .comment label{
	display: none;
}






