/**
 * This typography file is included in the WYSIWYG editor
 */
 
/**
 * General
 */
/*a img{
	border:0;
}*/

/**
 * Typo-Bereich
 */

.typography{
	font-family: Arial,Helvetica,sans-serif;
}
.typography * {
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
	list-style:none;
}
.typography p, .typography li, .typography a{
	font-size:1.4em;
}

.typography p a, .typography li a, .typography #breadcrumps a, .typography li ul li, .typography p li, .typography  h3 a{
	font-size:1em;
}

.typography img.right {
	float:right;
	margin-left:20px;
	padding-left:10px;
}
.typography img.left {
	float:left;
	margin-right:10px;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
	margin-bottom: 10px;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/*
.typography #ContentBoxRight img{
	border: 2px #FFF solid;
} */

/**
 * Header-Bereich
 */
.typography	#Menu1 li a {
	font-weight:bold;
	text-decoration:none;
}


/**
 * Content-Bereich
 */
.typography h1{
	padding:30px 0px 10px 0px;
	font-size:1.8em;
	color:#e60000;
}
#breadcrumps{ height:10px; padding-bottom:5px;}
/*.typography #ContentProduct h1{
	padding:15px 0px 10px 0px;
}*/
.typography h2{
	font-size:1.6em;
	color:#000;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	margin:0px;
}
.typography h3{
	font-size:1.4em;
	color:#000;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.typography #Content li{list-style-image:url(../images/design/bubble.gif); margin-left:20px;}
.typography p{padding-bottom:0.5em;}
.typography a{
	text-decoration:none;
	color:#e60000;
	font-weight:bold;
}
.typography a:hover{
	text-decoration:none;
	color: #990000;
}
.typography img{
	border:1px solid #000;
}
.typography	#Content #HomeTeaser li {
	font-weight:bold;
	text-decoration:none;
}
.prodLieferant{color:#777;}
/*
.typography	.TeaserBox h3{
	padding: 3px 0px 20px 0px;
	margin:0px;
	font-size:1.4em;
	font-weight:bold;
}
.typography	.TeaserBox h3 a{
	text-decoration:none;
}

.TeaserBox li{
	margin-bottom:2px;
}
.TeaserBox li a{
	color:#666666;
	text-decoration:none;
	background:url(../images/design/NavList.gif) top left no-repeat;
	padding-left:12px;
	border-bottom: #666 1px dashed; 
}
.TeaserBox li a.NewsLink{  background:none;}
.TeaserBox a:hover{
	color:#000000;
	text-decoration:none;
	
}
.TeaserBox a.current, .TeaserBox a.section{
	color:#000000;
	font-weight:bold;
	background:url(../images/design/NavListSet.gif) top left no-repeat;
}

.TeaserBox a.current span, .TeaserBox a.section span{
	color:#c10a64;
	font-weight:bold;
	margin-right:3px;
}
#ContentTeaser li{list-style-image:url(../images/design/Arrow_black.gif); margin-left:20px;}
#NewsList li{font-size:1.2em;}
#NewsList .newsDateTitle{font-weight:bold;}*/