/* -- Allgemein -- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #32508D;
}
/* Die Farbe für Links wird auf den Standardschriftfarbwert gesetzt */
a {
	color: #32508D;
	font-weight: bold;
}
/* Formularfelder */
input,textarea,select{
	border: solid 1px #3A407F;
	background-color: #E8ECF7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #605A4C;
}
/* verhindert im IE6 einen Abstand unter einem Bild */
img {
	vertical-align: bottom;
}

table {
	border-spacing: 0px;
	padding: 0px; 
}
/* Klasse für Elemente die rechts vom Text umflossen werden */
.fleft {
	float: left;
}
/* Bilder im Content */
.content_pict {
	float: left;
	margin: 0px 20px 0px 0px; 
}
/* Headlines */
h1 {
}
h2 {
}
/* Typographie */

/* -- Layout -- */
/* Zentrierung und feste Breite im Browser */
#sitecontent {
	width: 860px;
	margin: auto;
}
#header {
	width: 860px;
	height: 210px;
	background-image:  url(../images/header_background_img.gif);
}
/* corporate muss eine Positionierung abweichend von static haben (relative) um die Kindelemente logo und siteheadline platzieren zu können */
#corporate {
	position: relative;
	width: 860px;
	height: 180px;
}
#servicenav {
	padding: 0px;
	width: 660px;
	height: 30px;
}
#main {
	background-image:  url(../images/content_background.gif);
	background-repeat: repeat-y;
}
#content_left {
	float: left;
	width: 200px;
}
#content {
	float: left;
	padding: 3px 3px 3px 3px;
	width: 454px;
	min-height: 500px;
}
/* Fix für einen Darstellungsfehler im Dreamweaver */
#bottom_content {
	width: 440px;
}
#content_right {
	float: right;
	width: 192px;
	padding: 3px 4px 3px 4px;
	height: 300px;
}
#end {
	clear: both;
	height: 20px;
	background-image:  url(../images/end.gif);
	background-repeat: no-repeat;
}
#legal {
	text-align: center;
	margin: 20px 10px 0px 0px;
	padding: 0px 240px 0px 240px;
	height: 45px;
	color: #3A407F;
	font-size: 10px;
	line-height: 12px;
}
/* mailto Link in der Legal Zeile */
#legal a {
	color: #3A407F;
	font-weight: normal;
}
#analogeins {
	margin: 5px 10px 0px 0px;
	color: #DBD3E0;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
#analogeins a {
	color: #DBD3E0;
	font-weight: normal;
}
#corporate img{
	position: absolute;
	top: 20px;
	left: 27px;
}
#siteheadline {
	padding: 10px;
	position: absolute;
	top: 136px;
	left: 5px;
	height: 24px;
}
#siteheadline h1{
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}




/* -- Joomla Core -- */
/* Fehlerkorrektur passiver Editor Buttons im Frontend */
.adminform {
	position: relative;
}
/* Servicenavigation */
/* -- Navigation -- */
/* Servicenavigation */
#servicenav ul {
	text-align: right;
	margin: 5px 20px 0px 0px;
}
#servicenav li {
 	display: inline;
	list-style-type: none;
}
#servicenav a {
	color: #80818E;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
}
#servicenav a:hover {
	text-decoration: underline;
}

/* Seitencontent */
/* Content Überschrift */
.contentpaneopen{
	border-collapse: collapse;
}
.contentheading {
	width: 454px;
	background-image: url(../images/headline_background.gif);
	background-repeat: repeat-x;
	padding: 2px 0px 20px 3px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
}
/* Listen im Content */
#content ul {
  list-style-type: disc;
  margin: 0px 0px 0px 20px;
}
/* Component Table */
.componentheading_table {
	width: 451px;
	height: 24px;
	padding: 2px 0px 0px 3px;
	margin: 0px 0px 12px 0px;
	background-image: url(../images/headline_background.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.contentdescription_table {
	padding: 0px 0px 24px 0px;
}
.sectiontableentry1_table {
	height: 26px;
	background-image: url(../images/table_arrow_20x26.gif);
	background-repeat: no-repeat;
}
.sectiontableentry1_table a {
	padding: 0px 0px 0px 20px;
}
.sectiontableentry2_table {
	height: 26px;
	background-image: url(../images/table_arrow_20x26.gif);
	background-repeat: no-repeat;
}
.sectiontableentry2_table a {
	padding: 0px 0px 0px 20px;
}
/* Component Blog */
.componentheading_blog {
	width: 451px;
	height: 24px;
	padding: 2px 0px 0px 3px;
	margin: 0px 0px 12px 0px;
	background-image: url(../images/headline_background.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.contentpaneopen_blog {
	border-right: 20px solid #FFFFFF;
}
.contentheading_blog {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.contentpaneopen_blog a {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	display: block;
	width: 70px;
	height: 16px;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9A6DB2;
	text-align: center;
}
/* User Moduel Info Right */
.moduletable_right {
	padding: 40px 0px 0px 0px;
}
/* Modul Newsflash */
	margin: 0px 0px 0px 0px; 
}
/* Modul Login */
/* blendet den Link: "Passwort vergessen" aus */
#bottom_content form a {
	visibility: hidden;
}
#bottom_content form .button {
	margin: 10px 0px 0px 0px;
}
#bottom_content form .button {
	
}
#mod_login_username {
	width: 200px;
	margin: 0px 0px 10px 0px;
}
#mod_login_password {
	width: 200px;
	margin: 0px 0px 20px 0px;
}
/* Modul Template Chooser */
.moduletable_tchooser {
	width: 164px;
	padding: 10px;
	color: #E8ECF7;
	background-color: #FFFFFF;
	border: 1px solid #E8ECF7;
}
.moduletable_tchooser h3 {
	color: #960014;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
#mod_templatechooser_jos_change_template {
	margin: 0px 0px 10px 0px ;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: normal;

}
/* Standardbutton */
.button {
	border: none;
	height: 26px;
	padding: 0px 14px 0px 14px;
	background-color: #32508D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
/* -- Joomla Erweiterungen -- */

/* -- Extended Menu -- */
/* Hauptnavigation */
#mainlevel {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
#mainlevel a {
	display: block;
	height: 21px;
	padding: 3px 0px 0px 26px;
	text-decoration: none;
	font-weight: bold;
	color: #32508D;
	background-image: url(background_menu.gif);
}

#mainlevel a:hover {
	background-position: 0px -24px;
	color: #FFFFFF;
}

#mainlevel .sublevel {
	height: 18px;
	padding: 0px 0px 0px 36px;
	background-image: url(main_navi_background_l2_img.gif);
	font-weight: normal;
}
#mainlevel .sublevel:hover {
	background-position: 0px -18px;
	color: #FFFFFF;
}

/* Modul Latest Events (JEvents Component) */
#bottom_content .moduletable h3 {
	width: 451px;
	height: 21px;
	padding: 3px 0px 0px 3px;
	background-color: #9A6DB2;
	margin: 10px 0px 10px 0px;
	color: #FFFFFF;
	font-weight: bold;
}
.mod_events_latest_table {
	width: 454px;
}
.mod_events_latest_table td {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	background-color: #EBE2F0;
	line-height: 16px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Modul Losungen  */
.TL {
	width: 451px;
	height: 21px;
	padding: 3px 0px 0px 3px;
	background-color: #9A6DB2;
	margin: 10px 0px 10px 0px;
	color: #FFFFFF;
	font-weight: bold;
}
.SL {
	margin: 0px 0px 10px 0px;
	color: #B391C5;
}
/* Component ChronosForms */
.formular_1 {
	width: 300px;
	margin-bottom: 10px;
}
.formular_2 {
	width: 160px;
	margin-bottom: 10px;
}
.chronoform {
	visibility: hidden;
}






.Row th { 
	font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
	background-color: #f7f7f7; 
	white-space: nowrap;
	}

.Row td { 
	font-size: 100%;
	padding: 2px;
	vertical-align: top;
	background-color: #E8ECF7; 
	}

.Row a:link { 
	color: #507bb2;
	}

.Row a:visited { 
	color: #507bb2;
	}

.Row a:hover, .Row a:active { 
	color: #cc4141;
	}
.AltRow td { 
	font-size: 100%;
	padding: 2px;
	vertical-align: top;
	background-color: #ffffff; 
	}

.AltRow a:link { 
	color: #507bb2;
	}

.AltRow a:visited { 
	color: #507bb2;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #cc4141;
	}


#key {
	position:absolute;
	left:10px;
	top:-1050px;
	width:300px;
	height:150px;
	z-index:-2;
	font-size: 50%;
	color: #fff;
}
.Stil4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.Stil3 {font-size: 10px}
#top_1 {
	position:absolute;
	left:10px;
	top:-800px;
	width:807px;
	height:238px;
	z-index:1;
}
#top_2 {
	position:absolute;
	left:230px;
	top:-500px;
	width:298px;
	height:223px;
	z-index:2;
}
#top_3 {
	position:absolute;
	left:324px;
	top:-500px;
	width:529px;
	height:28px;
	z-index:3;
}
#top_4 {
	position:absolute;
	left:650px;
	top:-500px;
	width:298px;
	height:223px;
	z-index:2;
}
#top_5 {
	position:absolute;
	left:230px;
	top:-500px;
	width:385px;
	height:83px;
	z-index:1;
}
#top_6 {
	position:absolute;
	left:555px;
	top:-500px;
	width:385px;
	height:83px;
	z-index:1;
}
#top_7 {
	position:absolute;
	left:230px;
	top:-500px;
	width:298px;
	height:223px;
	z-index:2;
}
#top_8 {
	position:absolute;
	left:212px;
	top:-500px;
	width:750px;
	height:28px;
	z-index:3;
}
#top_9 {
	position:absolute;
	left:650px;
	top:-500px;
	width:298px;
	height:223px;
	z-index:2;
}
#top_10 {
	position:absolute;
	left:230px;
	top:-500px;
	width:385px;
	height:83px;
	z-index:1;
}
#top_11 {
	position:absolute;
	left:212px;
	top:-500px;
	width:750px;
	height:28px;
	z-index:3;
}
#top_12 {
	position:absolute;
	left:230px;
	top:-500px;
	width:480px;
	height:14px;
	z-index:3;
}
.Stil7 {font-size: 18px}
.Stil8 {font-size: 24px; }
.Stil9 {font-size: 22px; }
.Stil10 {font-size: 10px}
.Stil7a {font-size: 10px}
.Stil8a {
	font-size: 12px;
	font-weight: bold;
}
.Stil6a {font-size: 10}
.Stil7b {
	color: #FFFFFF;
	font-size: 2%;
}

