/* CSS Document 
Styles für normalen content und teaser
*/


/* CONTENT*/
body, td, div, a, p, li, span, th, input, h3, textarea, .rot, .span{
	font-family:	arial, helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/bg.jpg);

	scrollbar-3dlight-color:#000000;
  scrollbar-arrow-color:000000;
  scrollbar-track-color:#D4D0C8;
  scrollbar-darkshadow-color:#CCCCCC;
  scrollbar-face-color:#D71F30;
  scrollbar-highlight-color:#D4D0C8;
  scrollbar-shadow-color:#000000;
}
 

td {
	font-size:	12px;
	font-weight:normal;
	color:#000000;
}

h3 {          /*z.B. in teaser_arikel*/
 color: #999999; 
 font-size: 15px;
 font-weight: bold;
 letter-spacing:1px;
}

.whiteAktiv {
 color: #FFFFFF;
 font-weight: bold;
}
/*Standardlinks im Text z.B für E-Mail in Kartenbestellung */
a:link {color: #991B1F;  font-size: 12px;  font-weight:bold; text-decoration: underline;}
a:visited {color: #991B1F;  font-size: 12px;  font-weight:bold; text-decoration: underline;}
a:hover {color: #991B1F;  font-size: 12px;  font-weight:bold;  text-decoration: none;}


/*z.B. in liste_default*/
.teaserliste:link {color: #000000; font-size: 12px; font-weight:normal; text-decoration: none; }
.teaserliste:visited {color: #000000; font-size: 12px; font-weight:normal;  text-decoration: none; }
.teaserliste:hover {color: #000000; font-size: 12px; font-weight:normal;  text-decoration: underline; }

.black:link {color: #000000; font-size: 12px; font-weight:normal; text-decoration: none; }
.black:visited {color: #000000; font-size: 12px; font-weight:normal;  text-decoration: none; }
.black:hover {color: #000000; font-size: 12px; font-weight:normal;  text-decoration: underline; }


.powered a:link, .powered a:hover, .powered a:visited {
	color: #333366;
	font-size: 12px;
	font-weight:normal;
}
.powered .ven {
	color: #F89C1D;
	font-size: 12px;
	font-weight:normal;
}




/* Ende - CONTENT*/



/*	#####		BEGINN - TEASER bzw article		*/
.teaserHead {
  padding-top:0;
  vertical-align:top;
}

.TeaserHeadline {
 text-align:right;
}

.teaserContent {
  padding:0 10px 5px 5px;
  width:390px;
  vertical-align:top;
}

.teaserBox {
  padding-top:3px;
  font-size: 11px;
}

.teaserlink:link {color: #9A1B1F;	font-size: 14px; font-weight: normal;  text-decoration: underline; }
.teaserlink:visited {color: #9A1B1F; font-size: 14px; font-weight: normal; 	text-decoration: underline; }
.teaserlink:hover {color: #9A1B1F;  font-size: 14px; font-weight: normal;  text-decoration: none;}


/*z.B. in teaser_default*/
.span {
	color: #9A1B1F;	
	font-size: 14px; 
	font-weight: normal;  
	text-decoration: none; 
}

.pageHeader {
	color: #9A1B1F;
	font-size: 14px;
	font-weight: normal;
	padding-bottom:15px;
}

.TeaserArtikel {
	padding:0;
	margin:0;
  text-align:left;
  vertical-align:top;
  /*border:1px solid blue;*/
}

/* ENDE - TEASER*/

/* hack that table */

td#container_129 table, td#container_129 td{
	border: none!important;
}

div.TeaserArtikel td, div.TeaserArtikel table{
	border: none!important;
}
