/* CSS Document */



.content,
.description
,.info,
#content {
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 38px;
	margin-bottom: 30px;
}
.content h2 /* blaue h */
,.description h2
,.info h2{ /* blaue h im descr. bereich */
	color: #82A2CD;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 18px;
}

.description h3
,.info h3{ /*große graue Überschrift im description/info bereich*/
	font-family: Georgia;
	font-size: 30px;
	color: #787878;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
}


.startseite .content h2{
	margin-bottom: 8px;
}

.content a
,.description a
,.info a{
	color: #B90437;
}

.content img.align-top
,.description img.align-top
,.info img.align-top{
	/* Contentbilder mit voller Breite */
	margin-left: -60px;
	margin-top: 38px;
}


.content .hr hr
,.description .hr hr
,.info .hr hr{
	display: none;
}
.content .hr
,.description .hr
,.info .hr{
	border-top: 1px solid #E5E5E5;
	margin-top: 15px;
	margin-bottom: 25px;
}

.content .sitemap ul
,.description .sitemap ul{
	list-style-type: none;
}


.description,
.info
{
	color: #787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}


.content .bluebox
,.description .bluebox
,.info .bluebox
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #E0ECFB;
	padding: 10px 15px;
	width: 130px;
	float:right;
	text-align: right;
	overflow: hidden;
}

.content img.align-left{
	margin: 15px 30px 15px 0;
}

.content img.align-right{
	margin: 15px 0 15px 30px;
}

.content ul{
	padding-left: 16px;
	list-style-type: square;
	margin: 12px 0;
}

.content .serif{
	font-family: "Times New Roman", Times, Georgia, serif;
}



/** HTML Templates **/

.template-two-columns .tr-subtitles
,.template-picture-with-subtitle .subtitle
,.template-three-columns .tr-subtitles{
	font-family: "Times New Roman";
	font-size: 13px;
	color: #808080;
	line-height: 17px;
	font-style: italic;
}

.template-two-columns .tr-subtitles p
,.template-picture-with-subtitle .subtitle p{
	margin: 0;
	line-height: 17px;
}

.template-three-columns .tpl-spacer{
	width: 18px;
}



/*** PLUGINS ***/

.plugin-content-teaser-content a{
	display: inline;
	white-space:nowrap;
}
.plugin-content-teaser-content ul
{
	display: inline;
	list-style-type: circle;
}
.plugin-content-teaser-content li{
	display: inline;
	list-style-type: circle;
	margin-left: -15px;
}


/** content-edit **/

.content-edit table {
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}

.content-edit td,
.content-edit th {
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}


.content img.align-bottom{
	position: relative;
	top: 4px;	
}


.content .validation-failed{
	border: 2px solid #E00542;
	background-color: yellow;
}