/* CSS Document */
html, body  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 12pp;
	font-style:normal;
	font-weight:normal;
}
/* 
	Teaser
*/
.teaser {
	width:242px;
	float:left;
	margin:15px 6px 15px 0px;
	padding:0px;
}
.teaser p{
	font-size:14px;
	text-align:right;
	margin:5px 0px 0px 5px;
	padding:0px;
}
.teaser p a{
	color:#3D1800;
}

/* Letzter Teaser in einer Reihe */
.teaser_last {
	width:175px;
	border: #CCC 1px solid; 
	float:left;
	margin:5px 0px 5px 0px;
	padding:0px;
}
.teaser_last img {
	margin:0px;
}
.teaser_last h1 {
	color:#333333;
	margin:3px 3px 3px 5px;
	font-size: 14px;
	font-weight: bold;
}
.teaser_last h2 {
	color:#000;
	margin:3px 5px 3px 5px;
	font-size: 11px;
	font-weight: bold;
}
.teaser_last .link {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding:3px 5px 3px 5px;
}
.teaser_last .link a{
	font-size: 11px;
	font-weight: bold;
	color:#CC0000;
	text-decoration: none;
}
.teaser_last .link a:hover {
	font-size: 11px;
	font-weight: bold;
	color:#666666;
	text-decoration: underline;
}
/* CMS style*/
/* 
Schriften 
*/

h1.show  {
	font-size: 28px;
	color: #232323;
	font-weight:lighter;
	margin:0px 0px 10px 0px;
	width:100%;
	display:block;
}
.zwei-spalten.show h1{
	font-size: 28px;
	color: #232323;
	font-weight: lighter;
	width:570x;
	margin:0px 0px 10px 0px;
}
h2.show  {
	font-size: 23px;
	color: #8B8581;
	font-weight:lighter;
	margin:20px 0px 5px 0px;
}
h3.show {
	font-size: 16px;
	color: #000;
	font-weight:normal;
	margin:20px 0px 2px 0px;
}
/* Liste */
ol.show {
	margin: 0px;
	padding:0px;
}
ul.show {
	margin: 0px;
	padding:0px;
}
li.show {
	padding: 5px 0px 0px 13px;
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	list-style-type: none;
	text-decoration: none;
	line-height: normal;
	background-image: url(../img/listenpunkt.gif);
	background-repeat: no-repeat;
	background-position: 6px 11px;
}
/* Teaser 
.teaser {
	width:175px;
	border: #CCC 1px solid; 
	float:left;
	margin:5px 14px 5px 0px;
}
*/
.teaser .show{
	width:175px;
	border: #CCC 1px solid; 
	float:left;
	margin:5px 14px 5px 0px;
}
.show .teaser  img {
	margin:0px;
}
.show .teaser h1  {
	color:#333333;
	margin:3px 3px 3px 5px;
	font-size: 14px;
	font-weight: bold;
}
.show .teaser  h2 {
	color:#000;
	margin:3px 5px 3px 5px;
	font-size: 11px;
	font-weight: bold;
}
/* Letzter Teaser in einer Reihe 
.teaser_last {
	width:175px;
	border: #CCC 1px solid; 
	float:left;
	margin:5px 0px 5px 0px;
}
*/
.teaser_last .show {
	width:175px;
	border: #CCC 1px solid; 
	float:left;
	margin:5px 0px 5px 0px;
}
.show .teaser_last h1 {
	color:#333333;
	margin:3px 3px 3px 5px;
	font-size: 14px;
	font-weight: bold;
}
.show .teaser_last h2 {
	color:#000;
	margin:3px 5px 3px 5px;
	font-size: 11px;
	font-weight: bold;
}

/* 
Absatzvorlage 
*/

/* Schriften */
h1.template  {
	font-size: 24px;
	color: #FE741A;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}
.zwei-spalten .template h1{
	font-size: 24px;
	color: #FE741A;
	font-weight: bold;
	width:570x;
	margin:0px 0px 10px 0px;
}
h2.template  {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}
h3.template {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin:9px 0px 2px 0px;
}
p.template  {
	font-size: 12px;
	font-weight: normal;
	margin:0px 0px 8px 0px;
}

/* Auflistungen */
ol.template {
	margin: 0px;
	padding:0px;
}
ul.template {
	margin: 0px;
	padding:0px;
}
li.template {
	padding: 5px 0px 0px 13px;
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	list-style-type: none;
	text-decoration: none;
	line-height: normal;
	background-image: url(../img/listenpunkt.gif);
	background-repeat: no-repeat;
	background-position: 6px 11px;
}
/* Teaser 
.teaser {
	width:175px;
	border: #CCC 1px solid; 
	float:left;
	margin:5px 14px 5px 0px;
}
*/
.teaser .template {
	width:175px;
	border: #CCC 1px solid; 
	float:left;
	margin:5px 14px 5px 0px;
}
.template .teaser h1  {
	color:#333333;
	margin:3px 3px 3px 5px;
	font-size: 14px;
	font-weight: bold;
}
.template .teaser  h2 {
	color:#000;
	margin:3px 5px 3px 5px;
	font-size: 11px;
	font-weight: bold;
}
/* Letzter Teaser in einer Reihe 
.teaser_last {
	width:175px;
	border: #CCC 1px solid; 
	float:left;
	margin:5px 0px 5px 0px;
}
*/
.teaser_last .template {
	width:175px;
	border: #CCC 1px solid; 
	float:left;
	margin:5px 0px 5px 0px;
}
.template .teaser_last h1 {
	color:#333333;
	margin:3px 3px 3px 5px;
	font-size: 14px;
	font-weight: bold;
}
.template .teaser_last h2 {
	color:#000;
	margin:3px 5px 3px 5px;
	font-size: 11px;
	font-weight: bold;
}

/*
	System
*/
.note_jrd {
	color:cc00000;
}


.content_artikel hr { 
	border: none 0; 
	border-top: 1px dashed #D9B67E;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.suche img {
	border:none;
}
/*
	Design
*/

/* 	zwei Spalten Text */
.txt-links {
	width:364px;
	float:left;
	margin:0px 0px 20px 0px;
}
.txt-rechts {
	width:364px;
	float:right;
	margin:0px 0px 20px 0px;
	display:block;
	}
.2sp_text-bild {
	width:364px;
	float:left;
	margin:0px 0px 20px 0px;
}
.2sp_text-link {
	width:300px;
	float:right;
	margin:0px 0px 20px 0px;
}
.2sp_text_l-bild_r {
	width:742px;
	display:block;
	margin:0px;
	padding:0px;
	float:left;
}
/* 	Bildreihe */
.bild5reihe {
	float:left;
	margin:0px;
	padding:3px;
	width:138px;
	}
	
.bild5reihe_last {
	margin:0px;
	padding:3px;
	display:block;
	}
.bild5rahmen {
	width:742px;
	margin:0px;
	padding:0px;
	display:block;
	}
/*Bereich gusto */
.text-bild {
	margin:0px;
	padding:0px;
	text-align:left;

}
.bild-text {
	margin:0px 0px 5px 5px;
	padding:0px;
	float:right;

}
.bild-l-text {
	margin:0px 5px 5px 0px;
	padding:0px;
	float:left;

}
.edit {
margin:0px;
padding:5px;
background-color:#CC3300;
display:block;
}
a.edit {
color:#FFFFFF;
}
a:hover.edit {
color:#FFFFFF;
}

/* ENDE -- CMS style*/