/* 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 : #EFEFEF;
    scrollbar-face-color : #EFEFEF;
    scrollbar-highlight-color : white;
    scrollbar-3dlight-color: #BBD5EA;
    scrollbar-darkshadow-color: black;
    scrollbar-shadow-color:white; scrollbar-arrow-color:#003366;
}


/* images*/
img  {
	 border: 0px;
}

/* images with link settings */
img.border  {
    border: 1px #B7B7B7 solid;
    cursor:  pointer;
}

/* top row with background image*/
.tdimage  {
	background-image : url(images/back.gif);
	background-repeat : no-repeat;
	background-color : #E7E3F1;
	width : 100%;
    height : 55px;
}


/* horizontal lines */
hr  {
	height : 1px;
	border : 1px solid #B7B7B7;
}


/* columns: background color, sizes and alignments */
.leftcolumn  {
	background-color : #E7E3F1;
	vertical-align : top;
	width : 20%;
	color : #FFFFFF;
}

.centercolumn  {
	padding : 12px;
	vertical-align : top;
	line-height : 18px;
	background-color : #FFFFFF;
}

.rightcolumn  {
	background-color : #E7E3F1;
/*    padding-right : 15px; */
	vertical-align : top;
	width : 20%;
}

/* columns: background color, sizes and alignments */
.contentleftcolumn  {
	margin : 8px;
	margin-right : 0px;
	width : 170px;
	background-color : #E7E3F1;
    padding : 10px;
}

.contentrightcolumn  {
	margin : 8px;
	padding-right : 15px;
	padding-top : 10px;
	background-color : #E7E3F1;
    padding : 10px;
}



.titlecontents  {
	font-size : 15px;
	font-weight : 700;
	color : #FFFFFF;
	background-color : #B7B7B7;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : bottom;
}

.titlecontentsmiddle  {
	font-size : 15px;
	font-weight : 700;
	color : #808080;
	background-color : #E7E7E7;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : bottom;
}

/* background for top images home, info and email*/
.tdiconnavi  {
	background-color : #B7B7B7;
	text-align : center;
	vertical-align : bottom;
}

/* background for contact, imprint links etc.*/
.tdnavi  {
	vertical-align : bottom;
	background-color : #E7E3F1;
}


/* table content links*/
.tablenavi  {
	padding-left : 10px;
}

/* rows category links*/
.tdmaincat  {
	width : 100%;
	padding : 0px;
	border-bottom : 1px solid  #B7B7B7;
}

/* rows subcategory links*/
.tdsubcat  {
	border-bottom : 1px solid #B7B7B7;
	height : 20px;
}

/* foot note*/
.footnote  {
	border-top : 1px none #B7B7B7;
	padding-top : 5px;
	color : #B7B7B7;
}

/* all links*/
a  {
	font-size : 12px;
	color : #9A9992;
	text-decoration : none;
	font-weight : bold;
}

a:hover  {
	color : #B7B7B7;
	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 : #B7B7B7;
	color : #FFFFFF;
}

/* iconlinks*/
a.homenavi  {
	font-size : 12px;
	font-weight : 700;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(images/iconhome.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	background-color : #B7B7B7;
}

a.homenavi:hover  {
	background-color : #E7E3F1;
	color : #FFFFFF;
}

a.infonavi  {
	font-size : 12px;
	font-weight : 700;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(images/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 : #E7E3F1;
	color : #FFFFFF;
}

a.emailnavi  {
	font-size : 12px;
	font-weight : 700;
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(images/iconemail.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
}

a.emailnavi:hover  {
	background-color : #E7E3F1;
	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;
	background-color : #B7B7B7;
	color : #FFFFFF;
}


/* subcategory links*/
a.subcatnavi  {
	font-size : 12px;
	color : #808080;
	text-decoration : none;
    padding : 4px;
}


a.subcatnavi:hover  {
	text-decoration : none;
	background-color : #B7B7B7;
	color : #FFFFFF;
}


/* buttons and boxes*/

.inputbox  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #E7E3F1;
	height: 20px;
}

.buttons  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
	text-align : center;
	color : #FFFFFF;
	background-color : #B7B7B7;
	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 : #E7E3F1;
	height: 20px;
}


.textarea  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	padding : 0px;
	background-color : #E7E3F1;
}


/* 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 : #E7E7E7;
	border-top : 1px solid #E7E3F1;
	border-bottom : 2px solid #E7E3F1;
}
