/* GS HomepageBuilder */

/* font global in table rows*/
td  {
	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 12px;
}

/* font global, background color and scrollbar */
body  {
	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 12px;
	background-color : #FFFFFF;
    scrollbar-track-color : white; 
    scrollbar-face-color : white; 
    scrollbar-highlight-color : white; 
    scrollbar-3dlight-color: black; 
    scrollbar-darkshadow-color: black; 
    scrollbar-shadow-color:white; scrollbar-arrow-color:#003366; 
}


/* images*/
img  {
	 border: 0px;
}

/* images with link settings */
img.border  {
    border: 1px #FBBB1C 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 : 1px solid #FBBB1C;
}


/* columns: background color, sizes and alignments */
.leftcolumn  {
	background-color : #DCE1E5;
	vertical-align : top;
	width : 20%;
	color : #FFFFFF;
}

.centercolumn  {
	padding : 12px;
	vertical-align : top;
	line-height : 18px;
	background-color : #FFFFFF;
}

.rightcolumn  {
	background-color : #DCE1E5;
    padding-right : 15px;
	vertical-align : top;
	width : 20%;
}

/* columns: background color, sizes and alignments */
.contentleftcolumn  {
	margin : 8px;
	margin-right : 0px;
	width : 170px;
	background-color : #DCE1E5;
    padding : 10px;
}

.contentrightcolumn  {
	margin : 8px;
	padding-right : 15px;
	padding-top : 10px;
	background-color : #DCE1E5;
    padding : 10px;
}



.titlecontents  {
	font-size : 15px;
	font-weight : 700;
	color : #FFFFFF;
	background-color : #FBBB1C;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : bottom;
}

.titlecontentsmiddle  {
	font-size : 15px;
	font-weight : 700;
	color : #FBBB1C;
	background-color : #F7F7F7;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : bottom;
}

/* background for top images home, info and email*/
.tdiconnavi  {
	background-color : #FBBB1C;
	text-align : center;
	vertical-align : bottom;
}

/* background for contact, imprint links etc.*/
.tdnavi  {
	vertical-align : bottom;
	background-color : #DCE1E5 ;
}


/* table content links*/
.tablenavi  {
	padding-left : 10px;
}

/* rows category links*/
.tdmaincat  {
	width : 100%;
	padding : 0px;
	border-bottom : 1px solid  #FBBB1C;
}

/* rows subcategory links*/
.tdsubcat  {
border-bottom : 1px solid #FBBB1C;
height : 20px;

}

/* foot note*/
.footnote  {
	border-top : 1px none #FBBB1C;
	padding-top : 5px;
	color : #FBBB1C;
}

/* all links*/
a  {
	font-size : 13px;
	color : #FBBB1C;
	text-decoration : none;
}

a:hover  {
	color : #FBBB1C;
	text-decoration : underline;
}


/* links (imprint etc.)*/
a.navi  {
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	height : 21px;
	padding : 4px 5px 0px 6px;
	border-right : 1px solid #FFFFFF;
}

a.navi:hover  {
text-decoration : none;
	background-color : #FBBB1C;
	color : #FFFFFF;
}

/* iconlinks*/
a.homenavi  {
	font-size : 12px;
	font-weight : 700;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconhome.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	background-color : #FBBB1C;
}

a.homenavi:hover  {
	background-color : #C0D1DE;
	color : #FFFFFF;
}

a.infonavi  {
	font-size : 12px;
	font-weight : 700;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconinfo.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	border-left : 1px solid #FFFFFF;
	border-right : 1px solid #FFFFFF;
}

a.infonavi:hover  {
	background-color : #C0D1DE;
	color : #FFFFFF;
}

a.emailnavi  {
	font-size : 12px;
	font-weight : 700;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(iconemail.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
}

a.emailnavi:hover  {
	background-color : #C0D1DE;
	color : #FFFFFF;
}

/* category links */
a.maincatnavi  {
	font-size : 12px;
	font-weight : 700;
	color : #808080;
	text-decoration : none;
	padding : 3px 0px 3px 0px;
	width : 100%;
	display : block;
}


a.maincatnavi:hover  {
	text-decoration : none;
	text-decoration : none;
	background-color : #FBBB1C;
	color : #FFFFFF;
}


/* subcategory links*/
a.subcatnavi  {
	font-size : 11px;
	color : #808080;
	text-decoration : none;
    padding: 4px;
	
}

/* subcategory links*/
a.subcatnavi:hover  {
	background-color : #FBBB1C;
	color : #FFFFFF;
	text-decoration : none;
}

/* buttons and boxes*/

.inputbox  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #DCE1E5;
	height: 20px;
}

.buttons  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
	text-align : center;
	color : #FFFFFF;
	background-color : #FBBB1C;
	height : 19px;
	border : 0px #B56235 none;
	padding : 0px;
	margin-bottom : 5px;
	cursor : pointer;
}

/* list boxes */
.select  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #DCE1E5;
	height: 20px;
}


.textarea  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	padding : 0px;
	background-color : #DCE1E5;
}


/* banner */
.bannertext	{
	font-size : 12px;
	font-family : Courier New, Courier, mono;
	font-weight: bold;
	color: #808080;
	text-align : center;
}




/* sitemap*/
.sitemap  {
	padding : 3px;
	background-color : #F7F7F7;
	border-top : 1px solid #FBBB1C;
	border-bottom : 2px solid #FBBB1C;
}