/* GS HomepageBuilder */

/* font global in table rows*/
td  {
	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 12px;
}


/* different color table rows*/
.tdcolor1 {
	background-color  : #93ACCB; 
    }

.tdcolor2 {
	background-color  : #FFFFFF; 
    }

.tdcolor3 {
	background-color  : #000066; 
    }

.tablemain {
	background-color  : #FFFFFF; 
}


/* font global, background color and scrollbar */
body  {
	background-color: #EBE8E8; 
	margin-left: 25px; 
	margin-right: 25px; 
	margin-top: 25px; 
	margin-bottom: 10px; 
	scrollbar-base-color: #D7DDE4; 
	scrollbar-track-color: #D7DDE4; 
	scrollbar-face-color: #D7DDE4; 
	scrollbar-highlight-color: #D7DDE4; 
	scrollbar-3dlight-color:black; 
	scrollbar-darkshadow-color:black; 
	scrollbar-shadow-color: #000066; 
	scrollbar-arrow-color: #000066;
   	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 12px;
}


/* images*/
img  {
	 border: 0px;
}


/* images with link settings */
img.products  {
    border: 1px #93ACCB solid;
    cursor:  pointer;
}


/* top row with background image*/
.tdimage  {
	background-image : url(back.gif);
	background-repeat : no-repeat;
	background-color : #DCE1E5;
	width : 100%;
    height : 55px;
}


/* horizontal lines */
hr  {
	height : 1px;
	border-top : 1px solid #93ACCB;
}


/* columns: background color, sizes and alignments */
.leftcolumn  {
	width : 20%;
	background-color : #D7D7D7;
	padding-left: 0px;
	font-size : 11px;
	color : #000066;
}

.centercolumn  {
	padding : 12px;
	vertical-align : top;
	line-height : 18px;
	background-color : #FFFFFF;
	width : 500px;
}

.rightcolumn  {
	background-color : #D7D7D7;
	vertical-align : top;
	width : 20%;
}


/* sitemap*/
.sitemap  {
	padding : 3px;
	background-color : #F7F7F7;
	border-top : 1px solid #93ACCB;
	border-bottom : 2px solid #93ACCB;
}


/* please don't change */
.midcol  {
	padding-bottom : 5px;
	padding-left : 5px;
}


/* titles*/
.titleproductgroups  {
	font-size : 11px;
	font-weight : 700;
	color : #FFFFFF;
	background-color : #000066;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : middle;
}

.titlenews  {
	font-size : 11px;
	font-weight : 700;
	color : #FFFFFF;
	background-color : #000066;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : bottom;
}

.groupid  {
	font-size : 14px;
	color : #000066;
}

/* separate links - the small arrow*/
.linkseparatebreadcrumb  {
	font-family : verdana;
	font-size : 13px;
	font-weight : 700;
	color : #93ACCB;
}


/* left and middle column title row*/
.tdbreadcrumbnavi  {
	background-color : #D7D7D7;
	height : 21px;
	padding-left : 12px;
	color : #000066;
    font-size : 11px;
	font-weight: bold;
}


/* foot note*/
.footnote  {
	border-top : 1px none #93ACCB;
	padding-top : 5px;
	color : #000066;
}


/* category links*/
a.menue {
    font-size         : 11px;
    text-decoration   : none;
    display           : block;
    color             : #000066;
    /*border-top        : 1px solid #EDE0C7;
    border-bottom     : 1px solid #EDE0C7; */   
    margin            : 0px 0px 0px 0px;
    padding           : 2px 15px 2px 15px;
}

a.menue:link {
    font-size         : 11px;
    text-decoration   : none;
    display           : block;
    color             : #000066;
    /*border-top        : 1px solid #EDE0C7;
    border-bottom     : 1px solid #EDE0C7; */   
    margin            : 0px 0px 0px 0px;
    padding           : 2px 15px 2px 15px;
}

a.menue:hover {
    font-size         : 11px;
    text-decoration   : none;
    display           : block;
    color             : #000066;
    background-color  : #FFFFFF;
    /*border-top        : 1px solid #980000;
    border-bottom     : 1px solid #980000; */
    margin            : 0px 0px 0px 0px;
    padding           : 2px 15px 2px 15px;
}

   
/* homepagenav links: next page etc. */
a 	{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: none
	}

a:link {  
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: none
	}
	
a:hover {  
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	color: #000066; 
	font-weight: bold; 
	text-decoration: underline
}


/* topmenue (info, imprint, sitemap)*/

topmenuetable {
	background-color  : #000066;
	text-align		  : center;
}

a.topmenue {
    font-size         : 11px;
    font-weight       : bold;
    text-decoration   : none;
    display           : block;
    color             : #FFFFFF;
    background-color  : #000066;
    margin            : 0px 0px 0px 0px;
    padding           : 4px;
	
	text-align		  : center;
}

a.topmenue:hover {
    font-size         : 11px;
    font-weight       : bold;
    text-decoration   : none;
	display           : block;
    color             : #FFFFFF;
    background-color  : #93ACCB;
    margin            : 0px 0px 0px 0px;
    padding           : 4px;
	
	text-align		  : center;
}

a.topmenue:visited {
    font-size         : 11px;
    text-decoration   : none;
	display           : block;
    color             : #FFFFFF;
    margin            : 0px 0px 0px 0px;
    padding           : 4px;
	text-align		  : center;
}


/* buttons and boxes*/

.inputbox  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #D4DBE2;
	height: 20px;
}

.buttons  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align : center;
	color : #000000;
	background-color : #D7D7D7;
	height : 19px;
	padding : 0px;
	margin-bottom : 5px;
	cursor : pointer;
    border: 1px #000000 solid
}


/* list boxes */
.select  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #D4DBE2;
	height: 20px;
}

.textarea  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	padding : 0px;
	background-color : #D4DBE2;
}


/* banner */
.bannertext	{
	font-size : 12px;
	font-family : Courier New, Courier, mono;
	font-weight: bold;
	color: #808080;
	text-align : center;
}




