/* Colors of this CSS:
#9BACCA: Hintergrund "Inhalt"
#5061A3: Textfarbe "Inhalt"
#7B89BC: Linie "Inhalt"
#454545: Standard-Link
#E9EBF3: #containerBottom (Hintergrundfarbe)
#00389A: #containerBottom (Schrift)
#00389A: #containerBottom (Link)black: 
#containerBottom (Link - Mouseover)
#1F2D82: .topmenu (Link)
#FFFFFF: .topmenu (Link - Mouseover)
#7B89BC: Strich unter Menue-Ebene 1
*//***********************************************//* html tag styles *//***********************************************/
body,html {
	height: 101%; 
}

body {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	background: #FFFFFF;
}

body, td {
	font-family: verdana, sans-serif;		
	font-size: 12px;	
	color: black;
}

h1, .csc-subheader {
	font-size: 14px;
	/*	line-height: 16px;*/
	color: #1F2D82;
	font-weight: bold;
	margin: 0px;
}

h1.header-blau, .important, .csc-subheader-0 { color: #1F2D82; }
h1.header-schwarz, .csc-subheader-1 { color: #000000; }
h2,h3,h4	{
	font-size: 12px;
	color: black;
	font-weight: bold;
	margin: 0px;
}

h5 { font-size: 12px; }
h6 { font-size: 10px; }

.csc-header h2, .csc-subheader-2 {
	font-size: 12px;
	color: #1F2D82;
}

.csc-header h3, .csc-subheader-3 {
	font-size: 12px;
	color: #000000;
}

p.bodytext {
	margin: 5px 0px;
	padding: 0px;
}

.align-right { text-align: right; }
.align-center { text-align: center; }

a {
	color: #454545;
	text-decoration: underline;
}

a:hover	{
	color: black;
	text-decoration: none;
}

img { border: 0; }
div.indent {
	margin-left:15px;
}

form	{
	margin: 0;
	padding: 0;
}

.divLeft input { border: 1px dotted #C0C0C0; }
.detail { font-style: italic; }
.name-of-person { color: #1F2D82; font-weight: bold;}
.important { color: #C0C0C0; }
.csc-textpic-caption { font-style: italic; }

.csc-frame-frame1 {
	padding: 5px;	
	border: 1px solid #1F2D82;
}

.csc-frame-frame2 {
	padding: 5px;
	border: 1px solid #C0C0C0;
}

/***********************************************//* container styles			 *//***********************************************/
#containerRahmen {
	width: 1024px;	
	text-align: left;	
	margin: auto;	
	padding: 0;	
	background: url(images/rahmen/bg_rahmen_v2.gif) repeat-y;
}

#containerInhalt {
	width: 1024px;	
	float: left;	
	background: url(images/rahmen/bg_inhalt_v4.gif) no-repeat;
}

#containerBottom {
	clear: both;
	width: 1024px;		
	min-height: 14px;		
	padding: 6px 0 6px 0px;		
	background: #E9EBF3;		
	text-align: center;		
	font-family: verdana, sans-serif;		
	font-size: 10px;		
	line-height: 12px;		
	color: #00389A;
}

* html #containerBottom { height: 18px; }

/* inhalte ************************************/

.divLeft {
	float: left;		
	margin: 0px;		
	width: 182px;		
	height: auto;
	overflow-X: hidden;
}

#divLogo {
	margin: 0 0 10px 10px;
	width: 162px;		
	height: 37px;
}

#divMiddle {	
	float: left;		
	margin: 5px 0 0 3px;		
	padding: 10px 0 20px 0;		
	width: 647px;	
	height: auto;	
	line-height:18px;	
}

* html #divMiddle { 
	padding: 15px 0 20px 0; 
}

#divRight {	
	float: right;		
	margin: 50px 0 0 0px;		
	width: 192px;		
	height: auto;		
	overflow: hidden;
}

.date {		
	width: 100px;		
	margin: 0px;		
	padding: 3px 0px 0px 10px;		
	float: left;		
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
}

.topmenu {		
	background: transparent;		
	margin: 3px 6px 3px 0;		
	padding-right: 5px;		
	height: 12px;		
	float: right;		
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
}

* html .topmenu {		
	margin: 3px 3px 3px 0;
	padding-right: 5px;
}

.topmenu a {	
	text-decoration: none;
	color: #1F2D82;
	padding: 2px;	
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
}

* html .topmenu a { padding: 2px; }
.topmenu a:hover { color: #FFFFFF; }
.lang-menu { padding:0; }
.lang-menu img { margin-bottom:-2px; }
.divArticle {
	margin: 5px 0 0 10px;
	padding: 0px;	
	width: 627px;
}

* html .csc-textpic {	margin-top: 20px;}
.divLeft .divArticle { width: 170px;}
.divArticle ul {
	list-style-type: none;	
	padding: 0 0 10px 0;
	margin: 0;
}

.divArticle li {
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;	
	background-position: 0 6px;
	padding: 0 0 0 8px;		
	font-family: verdana, sans-serif;
	font-size: 12px;	
	line-height: 16px;	
	color: black;
}

.divArticle ul ul { margin-left: 5px; }
.divArticle ul ul ul { margin-left: 10px; }
.divArticle ol li {	
	background:none;	
	padding-left:0;
}

.contenttable td { vertical-align: top; }
.c-table_5050 td {width:50%;}
.c-table_5050 th {border-bottom:1px dotted #000;}

/***********************************************//* klassen styles				 *//***********************************************/
.divLeft ul {	
	list-style: none;	
	width: 182px;	
	overflow-X: hidden;
	font-size: 12px;	
	margin: 0px;	
	padding: 0px;
}	

.divLeft li {	
	min-height:13px;	
	padding: 3px 0px 3px 0px;	
	border-bottom: 1px solid #7B89BC;
}

.divLeft li a {
	padding-left: 10px;	
	color: #000;	
	font-size: 12px;	
	display: block;	
	text-decoration: none;
}

.divLeft li ul {
	list-style: none;	
	padding-bottom: 5px;
}

.divLeft li li {
	padding: 0px;
	border-bottom: none;
}

.divLeft li li a {	
	padding-left: 20px;	
	padding-top: 2px;
	font-size: 10px;	
	color: #00389A;	
	line-height: 14px;	
	display: block;	
	background: url(images/arrow-menu.gif) left no-repeat;
	background-position: 10px 6px;
}

.divLeft li a:hover {	
	color: white;	
	text-decoration: none;
}

.divLeft li li a:hover {	
	background: url(images/arrow-menu-white.gif) left no-repeat;
	background-position: 11px 7px;
}

.divLeft li a.active {	
	font-weight: bold;
	background: none;
}

.divLeft li li ul { 
	margin-left: 10px; 
}

.left-content { margin-top: 15px; }

#divRight ul {
	margin: 0;
	padding-left: 13px;	
	color: #454545;
}

#divRight * {font-size:11px;}
.themenbild { border: 5px solid white; }
.hm	{ margin: 0; }
.hmHeadline	{ margin: 20px 0 0 0; }
.form {
	margin: 10px 0 0 0;	
	padding: 0;
}

.infobox {
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	/*color: #454545;*/
}

.infobox h1	{
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: black;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;
}

.infobox h2	{
	font-family: verdana, sans-serif;
	font-size: 10px;	
	line-height: 14px;	
	color: #454545;	
	font-weight: bold;
	margin: 0;
}

.infobox a	{
	font-family: verdana, sans-serif;	
	font-size: 10px;	
	line-height: 14px;	
	color: #454545;	
	text-decoration: underline;
}

.infobox a:hover	{
	color: #454545;
	text-decoration: none;
}

.box.search {
	margin-top: 20px;	
	margin-bottom: 20px;
}

.search select { display: none; }
.search input { margin-left: 10px; }

* html .search input {
	width: 120px;
	height: 18px;
}

.search input.submit {	
	width: auto;
	height: auto;
	border: 1px solid #7B89BC;
	background: #7B89BC;
	padding: 2px;
	color: #000;
	float: left;
	margin: 5px 0px 20px 10px;
}

* html .search input.submit {
	width: 46px;
	height: 13px;
}

.submit	{
	color: black;
	font-size: 12px;	
	line-height: 11px;
}

.suchen a	{
	background: #7B89BC;
	color: black;
	font-size: 12px;
	text-decoration: none;
}

.search input.submit:hover	{
	background: none;
	color: white;
	font-size: 12px;
	text-decoration: none;
}

.link	{ margin: 5px 0 5px 0; }
.abstand5 {	
	height: 5px;
	width: 20px;
}
	
.abstand10	{
	height: 10px;	
	width: 20px;
}

.abstand20	{	
	height: 20px;	
	width: 20px;
}

.ausrichtungLinks	{
	float: left;
	margin: 0 8px 8px 0;
}

.ausrichtungRechts	{
	float: right;
	margin: 0 0 8px 8px;
}

.keineAusrichtung	{
	margin-bottom: 15px;
	display: block;
}

.pfeilVorne	{ margin: 0 5px 0 0; }
.pfeilHinten	{ margin: 0 5px 0 5px; }
.pfeilBack	{ margin: 2px 8px 0 56px; }
.menueBottom { margin: 5px 0 0 164px; }
.trenner	{
	margin: 5px 0 10px 0;	
	border-top: 1px solid #454545;	
	width: 100%;
}

.index	{	
	width: auto;	
	overflow: auto;	
	margin: 0 0 10px 0;
}

#bildTopic	{	
	width: 431px;	
	height: 131px;	
	border: 5px solid white;	
	/*voice-family:"\"}\""; 	voice-family:inherit;		width: 421px;		height: 121px;*/
}

.textBildTopic	{
	margin: 99px 0 0 20px;	
	font-family: arial, sans-serif;	
	font-size: 24px;	
	line-height: 24px;	
	font-weight: bold;	
	color: white;	
	text-transform: uppercase;
}

.sitemap1	{
	margin: 5px 0 0 10px;
	font-size: 12px;
	font-weight: bold;	
	color: #999;
}

.sitemap1 a	{
	font-size: 12px;	
	font-weight: bold;
	color: black;	
	text-decoration: none;
}

.sitemap1 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #454545;	
	text-decoration: none;
}

.sitemap2	{
	margin: 0 0 0 20px;	
	width: 405px;
}

.sitemap3	{
	margin: 0 0 0 30px;
	width: 395px;	
	font-size: 10px;	
	color: #999;
}

.sitemap4	{
	margin: 0 0 0 40px;	
	width: 385px;	
	font-size: 10px;
	color: #999;	
	margin: 0 0 0 35px;
}

.sitemap5	{
	margin: 0 0 0 45px;	
	width: 380px;	
	font-size: 10px;	
	color: #999;	
	margin: 0 0 0 40px;
}

.sitemap3 a, .sitemap4 a, .sitemap5 a	{
	font-size: 10px;
	color: #454545;
	text-decoration: none;
}

.sitemap3 a:hover, 
.sitemap4 a:hover, 
.sitemap5 a:hover	{
	font-size: 10px;
	color: black;	
	text-decoration: none;
}

/*####### CONTACT ########*/
.csc-mailform {
	border: 0px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	padding-bottom: 15px;
	width: 425px;	
	font-size: 12px;
}

* html form .csc-mailform {	
	padding: 0px;	
	margin: 0px;
}

.csc-mailform-field input, 
.csc-mailform textarea	{	
	width: 180px;		
	border: 1px solid #C0C0C0;	
	margin: 5px;		
	padding: 2px;
}		
	
textarea { width: 100%; }
.csc-mailform textarea {
	display: block;	
	float: right;	
	width: 400px;
}

* html .csc-mailform textarea {	
	width: 415px;	
	margin-left: 0px;
}

.csc-mailform-field input { float: right; }
.csc-mailform-field { clear: both; }

.csc-mailform-field label {
	line-height: 1.50em;
	width: 220px;
	float: left;
	margin: 5px;	
	margin-left: 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #E0E0E0;
}

* html .csc-mailform-field label {	
	width: 210px;	
	line-height: 1.45;	
	margin-left: 0px;
}

.csc-mailform-field .csc-mailform-check {
	float: left;	
	width: 15px;	
	margin-left: 8px;	
	border: none;
}

* html .csc-mailform-field .csc-mailform-check { margin-left: 4px; }
.csc-mailform-field .csc-mailform-submit {	
	display: block;	
	margin-top: 10px;	
	color: #000000;	
	padding: 2px;	
	background: #C0C0C0;
	float: left;	
	font-size: 12px;	
	border: 1px solid #7B89BC;
}

* html .csc-mailform-field .csc-mailform-submit {	
	padding: 2px;	
	margin-left: 0px;
	width: auto;
}

.csc-mailform-field .csc-mailform-submit:hover {	
	background: #7B89BC;	
	border: 1px solid #C0C0C0;
}

sub { display: block; }

/* ### FE-User Registrierung ### */
#tx-srfeuserregister-pi1-fe_users_form fieldset { border: 1px solid #C0C0C0; }
#tx-srfeuserregister-pi1-fe_users_form dt {
	text-align: left;
	margin-left: 3px;
}

* html #tx-srfeuserregister-pi1-fe_users_form dt { margin-left: 2px; }
#tx-srfeuserregister-pi1-fe_users_form label span { color: #000000;}

#tx-srfeuserregister-pi1-fe_users_form input {	
	font-size: 12px;	
	padding: 2px;
}

#tx-srfeuserregister-pi1-static_info_country, 
#tx-srfeuserregister-pi1-zone, 
#tx-srfeuserregister-pi1-language {	
	width: 190px;	
	font-size: 12px;	
	padding: 2px;
}

/* ### NEWSLETTER ### */
.newsletter-subscribe {	margin: 0px 5px 15px 10px; }

.newsletter-subscribe input {	
	height: 11px;	
	font-size: 10px;
	padding: 2px;
	margin-bottom: -5px;
}

* html .newsletter-subscribe input { height: 18px; }

.newsletter-subscribe input.submit {	
	width: 65px;	
	height: 13px;	
	border: 1px solid #7B89BC;	
	background: #7B89BC;	
	padding: 2px;	
	color: #000;	
	float: left;	
	margin: 10px 0px 20px 0px;
}

/* ### UPLOADS ### */
.csc-uploads { 	
	width: 100%; 	
	border-collapse: collapse; 
}

.csc-uploads .tr-odd { background: #E0E0E0; }
.csc-uploads td { vertical-align: top; }
.csc-uploads .csc-uploads-icon {width:25px;}

.csc-uploads .csc-uploads-description { 	
	margin-top: 0px; 	
	margin-bottom: 10px;
}

.csc-uploads-fileSize { width: 40px; }
.tx_abdownloads_listView_downloads {}

.tx_abdownloads_listView_download_1, 
.tx_abdownloads_listView_download_2 {
	display:block;	
	min-height:40px;	
	padding: 5px 5px;	
	border-bottom: 1px dotted #C0C0C0;
}

.tx_abdownloads_listView_download_2{background-color:#E0E0E0;}

.tx_abdownloads_listView_downloads .csc-uploads-description {
	width:250px;	
	float:left;	
	margin: 3px 5px;
}

.tx_abdownloads_listView_downloads .csc-uploads-fileSize {
	float:right;	
	margin: 3px 5px;	
	width: 60px;
}

/* ### TEASER (rechte Spalte) ### */
.teaserads, .random-content { 
	margin: 0px 5px; 	
	padding: 10px 0px; 
}

.random-content p.bodytext { width: 170px; }
.random-content .divArticle {
	margin:0px;	
	padding:0px;	
	width: 180px;
}

.random-content.border {border-bottom:1px solid #000;}
.random-content .divArticle li { font-size: 10px; }
.teaser-head {
	font-weight: bold; 	
	font-size: 12px; 	
	margin-bottom: 10px; 
}

* html .teaserads ul { padding: 0px; }
* html .teaserads ul li { 
	margin: 0px; 	
	margin-left: 3px; 	
	padding: 0px; 
}

.teaser-image { 	
	float: left; 	
	margin-right: 5px; 
}

/*### FAQ ###*/
.tx-irfaq-dynheader .bodytext {	color:#5061A3;}
/* ### tx_fdfx2cols_pi1 ### *//* 	Styles 2 Column DIV Section */ 

#divMiddle .tx-fdfx2cols-pi1-l1,
#divMiddle .tx-fdfx2cols-pi1-l2,
#divMiddle .tx-fdfx2cols-pi1-l3{
	width:620px;
	min-height: 10px;
	clear: both;	
	margin-bottom:10px;
} 

/* Layout 1 */ 
.tx-fdfx2cols-pi1-l1 .left{
	width:49%;  
  	float:left;	
	margin:0;	
	padding: 0; 
   	white-space:normal;  
} 

.tx-fdfx2cols-pi1-l1 .right{  
  	width:49%;    
	float:right;
	margin:0;	
	padding: 0;    
	white-space:normal;
} 

/* Layout 2 */ 
.tx-fdfx2cols-pi1-l2 .left{
	width:49%;  
  	float:left;
	margin:0;	
	padding: 0;  
  	white-space:normal;    
} 

.tx-fdfx2cols-pi1-l2 .right{  
  	width:48%;  
  	float:right;
	margin:0;	
	padding: 1%;  
  	white-space:normal; 
	background: #DCE1F8;
	border: 1px solid #9BACCA;
} 

/* Layout 3 embedded */ 
.tx-fdfx2cols-pi1-l3 .left{
	width:69%;    
	float:left;	
	margin:0;	
	padding: 0;   
 	white-space:normal; 
} 

.tx-fdfx2cols-pi1-l3 .right{  
 	width:28%; 
   	float:right;
	margin:0;	
	padding: 1%;   
 	white-space:normal; 
	background: #DCE1F8;	
	border: 1px solid #9BACCA;
}

img#tx_mwimagemap_img_1026 {margin-left:9em;}