/* CMS Elements */

.cms_content {
}

h1.cms {/* Überschrift 1 */
	display:				block;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				25px;
	font-weight: 			normal;
	color:					#2979A5;
	font-variant: 			small-caps;
	text-transform: 		none;
	letter-spacing:			1px;
	line-height: 			2em;
	/*background:				url(../elements/tagback.jpg);*/
	background-repeat:		repeat;
	height:					50px;
	padding-left:			11px;
	padding-right:			20px;
	padding-bottom:			0px;
    position:    			absolute;
    right:    				-1px;
	top:    				-70px;
   	z-index:    			94;
}

h1.cms * {/* Überschrift 1 */
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-variant: 			small-caps;
	text-align:				left;
	font-size:				25px;
	color:					#2979A5;
}

h2.cms {/* Überschrift 2 */
	display:				block;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-weight:            bold;
	font-size:				14px;
	max-width:				566px;
	line-height: 			1.3em;
	color:					#333333;
	margin:					0px;
	margin-top:				10px;
	margin-bottom:			12px;
	margin-left: 			6px;
	padding-right:			16px;
	padding:				0px;
	padding-bottom:			5px;
}

h2.cms * {/* Überschrift 2 */
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:            bold;
	color:					#333333;
	line-height:			1.3em;
	max-width:				566px;
}

div.hr_cms { /* Trennlinie */
	margin-top:				4px; 
	margin-bottom:			3px;
	margin-left: 			3px;
	margin-right:			0px;
	line-height:			0;
	border:					0px none;
	border-bottom:			1px dotted #999;
	height:					1px;
}

div.space_cms { /* Abstand */
	height: 				10px;
}

div.cms { /* Absatz */
	display:				block;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#444444;
	margin-bottom:			0px;
	margin-top:				10px;
	margin-left:			6px;
	margin-right:			0px;
	padding-right:			0px;
	text-align:				justify;
	line-height:            1.6em;
}

img.cms { /* Bild */
	float:					left;
	display:				block;
	padding-right:			18px;
	padding-left: 			0px;
	margin-left:			6px;
	border:					0px none;
}

img.img_frame { /* Bild mit Rahmen */
	padding:				0px;
	margin:					0px;
	border:					1px solid #C2B2A4;
}

table.cms { /* Tabelle */
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	margin-top:				5px;
	margin-bottom:			0px;
	width:				    598px;
	margin-left: 			0px;
	margin-right:			0px;
	color:					#222;
}

table.cms th { /* Tabellenkopfzeilen */			
	background-color:		#CCCCCC;
	padding:				2px;
	padding-left:			10px;
	padding-right:			10px;
	height:					15px;
	text-align:				left;
}

table.cms tr { /* Tabellenzeilen */ 
    background-color:        transparent;
}

table.cms tr.color { /* Farbe für abwechselnd eingefärbte Zeilen */
    background-color:        #EBF7FC;
}

table.cms td { /* Tabellenzellen */
	padding-left:			0px;
	font-size:				12px;
	width:     				auto;
	padding-left:			0px; /* hier mit padding-left und padding right die Umbrüche beeinflussen */
	padding-right:			0px;
	margin:					0px;
	line-height:            1.6em;
	vertical-align:			top;
}

table.cms td.cms_text { /* Tabellenzellen mit Text */
	font-size:				11px;
	width:     				auto;
	margin:					0px;
	padding-left:			4px;
	padding-right:			22px; /* padding-left und padding-right gelten hier nur für Tabellenzellen mit Textinalt */
	text-align:				justify;
}

table.cms td img.img_frame { /* gerahmte Bilder in Tabellen */
	padding:				0px;
	margin:					0px;
	border:					1px solid #C2B2A4;
}

table.cms td * {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}

table.cms td img {
}

table.cms ul {
	margin-left:			0px;
}

ul.cms {
	margin-top:			    0px;
	margin-left:			0px;
	padding-left:			9px;
	list-style-position:	outside;
	/* list-style-type:		square;*/
	color:					#000;
	list-style-image:       url(../elements/dot.gif)
}

ul.cms * {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}

ul.cms li {
	margin-left:			5px;
}

.cms_big {
	font-size:				14px; /* große Schriftart */
}

.cms_small {
	font-size:				10px; /* kleine Schriftart */
}

.cms_subtitle {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	font-weight:			normal;
	text-align:				left;
	color:					#777777;
}

a.cms {
	color:					#1F7AA7;
	text-decoration:		none;
}

a.cms * { /* lässt alle Links (egal, welche Farbe im CMS eingestellt wurde) in blau erscheinen */
	color:					#1F7AA7 !important;
}

a.cms:link {
}

a.cms:active {
	color:					#1F7AA7;
}

a.cms:hover {
	text-decoration:		underline;
}

a.cms:visited {
}