/*MEBA-Media GbR*/
/* font global in table rows*/
td  {
	font-family : Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 10px;
}

/* font global, background color and scrollbar */
body { background-repeat:repeat; font-size: 11px; line-height:18px; font-weight: normal; font-family: tahoma, arial, verdana, sans-serif; color: #000; background-color: #790346; background-image: none; margin: 0; padding: 0; scrollbar-face-color: #8A0150; scrollbar-highlight-color: #8A0150; scrollbar-3dlight-color: #620139; scrollbar-darkshadow-color: #620139; scrollbar-shadow-color: #8A0150; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #620139; }
/* images*/
img  {  }

/* images with link settings */
img.border  {
    border: solid 1px #8d0652;
    cursor:  pointer;
}
/* top row with background image*/
.tdimage  {
	background-image : 
	none;
	background-color : #f7f7f7;
	width : 100%;
    height : 55px;
}


/* horizontal lines */
hr  {
	height : 1px;
	border : solid 1px #8d0753;
}


/* columns: background color, sizes and alignments */
.leftcolumn  {
	background-color : #F7F7F7;
	vertical-align : top;
	width : 20%;
	color : #FFFFFF;
}

.centercolumn  {
	padding : 12px;
	vertical-align : top;
	line-height : 18px;
	background-color : #FFFFFF;
}

.rightcolumn  {
	background-color : #F7F7F7;
    padding-right : 15px;
	vertical-align : top;
	width : 20%;
}

/* columns: background color, sizes and alignments */
.contentleftcolumn  {
	margin : 8px;
	margin-right : 0px;
	width : 170px;
	background-color : #F7F7F7;
    padding : 10px;
}

.contentrightcolumn  {
	margin : 8px;
	padding-right : 15px;
	padding-top : 10px;
	background-color : #F7F7F7;
    padding : 10px;
}



.titlecontents  {
	font-size : 15px;
	font-weight : 700;
	color : #FFFFFF;
	background-color : #BAABC2;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : bottom;
}

.titlecontentsmiddle  {
	font-size : 15px;
	font-weight : 700;
	color : #8d0754;
	background-color : #f1eef2;
	padding-left : 10px;
	padding-bottom : 1px;
	height : 21px;
	vertical-align : bottom;
}

/* background for top images home, info and email*/
.tdiconnavi  {
	background-color : #8d0754;
	text-align : center;
	vertical-align : bottom;
}

/* background for contact, imprint links etc.*/
.tdnavi  {
	vertical-align : bottom;
	background-color : #BAABC2 ;
}


/* table content links*/
.tablenavi  {
	padding-left : 10px;
}

/* rows category links*/
.tdmaincat  {
	width : 100%;
	border-bottom : 1px solid #8d0753;
	height : 20px;
}

/* rows subcategory links*/
.tdsubcat  {
	width : 100%;
	border-bottom : 1px dashed #FFCE00;
}

/* foot note*/
.footnote  {
	border-top : 1px none #ffce00;
	padding-top : 5px;
	color : #8d0754;
}

/* all links*/
a  { font-size : small; color : #8d0754; font-weight: bold; text-decoration : none; }

a:hover  { color : #8d0754; text-decoration: underline; }
/* links (imprint etc.)*/
a.navi  {
	font-size : 10px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
	height : 21px;
	padding : 4px 5px 0 6px;
	border-right : 1px solid #ffffff;
}

a.navi:hover  {
text-decoration : none;
	background-color : #8d0754;
	color : #ffffff;
}

/* iconlinks*/
a.homenavi  {
	font-size : 12px;
	font-weight : 700;
	color : #ffffff;
	text-decoration : none;
	background-image : none;
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
	background-color : #8d0754;
}

a.homenavi:hover  {
	background-color : #BDAAC6;
	color : #FFFFFF;
}

a.infonavi  {
	font-size : 12px;
	font-weight : 700;
	color : #ffffff;
	text-decoration : none;
	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 : #BDAAC6;
	color : #FFFFFF;
}

a.emailnavi  {
	font-size : 12px;
	font-weight : 700;
	color : #ffffff;
	text-decoration : none;
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
	padding : 45px 4px 2px 5px;
}

a.emailnavi:hover  {
	background-color : #BDAAC6;
	color : #FFFFFF;
}

/* category links */
a.maincatnavi  {
	font-size : 11px;
	font-weight : bold;
	color : #8d0753;
	padding : 3px 0;
	width : 100%;
	display : block;
}


a.maincatnavi:hover  {
	text-decoration : none;
	background-color : #8d0754;
	color : #ffffff;
}


/* subcategory links*/
a.subcatnavi  {
	font-size : 10px;
	color : #808080;
	text-decoration : none;
    padding : 4px;
}


a.subcatnavi:hover  {
	text-decoration : none;
	background-color : #8d0754;
	color : #ffffff;
}


/* buttons and boxes*/

.inputbox  {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #f7f7f7;
	height: 20px;
}

.buttons  {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
	text-align : center;
	color : #ffffff;
	background-color : #8d0754;
	height : 19px;
	border : 0 #b56235;
	padding : 0;
	margin-bottom : 5px;
	cursor : pointer;
}

/* list boxes */
.select  {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #f7f7f7;
	height: 20px;
}


.textarea  {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	padding : 0;
	background-color : #f7f7f7;
}


/* banner */
.bannertext	{
	font-size : 10px;
	font-family : "Courier New", Courier, mono;
	font-weight: bold;
	color: #808080;
	text-align : center;
}






/* sitemap*/
.sitemap  { padding : 3px; background-color : #f1eef2; border-top : 1px solid #baabc2; border-bottom : 2px solid #baabc2; }
.table { outline: solid thin #eeebeb; }
.a  { font-size : small; color : white; font-weight: bold; text-decoration : none; }
#link { color: #8d0753; font-size: x-small; }

