@charset "utf-8";
/* CSS Document */

/* Login/Logout */
.tx-felogin-pi1{border: 1px solid #CCCCCC; padding:10px; background-color:fafafa;}
.felogin_input_bn{float:left; padding-right:30px;}
.felogin_submit, .felogin_option{padding-top:20px;}

/* AccountSystem */
.AccountSystem {border: 1px solid #CCC; padding:10px; margin-top:20px; width:650px; background-color:fafafa; margin-left:140px;}
.AccountSystem .textbox{padding-top:2px; width:100%}
.AccountSystem table{width:100%;}
.AccountSystem td{padding-top:10px;}
.accsys_cf_label{width:110px;}
.accsys_cf_input{width:120px; padding-left:10px;}
.column2{padding-left:20px;}
.accsys_error p{color:#F00; font-style:italic;}
.accsys_radioinput input{float:left;}
.accsys_radioinput label{float:left; padding-left:10px; width:35px;}
.accsys_infotext {
	display:none;
	height:0;
	margin:0;
	padding:0;
	visibility:hidden;
	width:0;
}
#tx-srfeuserregister-pi1-static_info_country, #tx-srfeuserregister-pi1-language{width:100%;}
#tx-srfeuserregister-pi1-comments{width:490px;}
#as_uid4{width:128px; padding-left:25px;}
#as_uid9, #as_uid23{width:50px;}
#as_uid10{width:65px;}
#as_uid12{width:75px;}
#as_uid15, #as_uid17, #as_uid19{width:490px;}
#as_uid21, #as_uid35{width:160px;}
#as_uid22, #as_uid24{width:20px;}
#as_uid25{width:180px;}
#as_uid28, #as_uid32{width:50px;}
#as_uid29, #as_uid33{width:280px;}
#as_uid27, #as_uid31{width:130px;}
#as_uid36{width:93px;}
#as_uid37{width:75px;}
/*--------------------Browser Standards zuruecksetzten-------------- 
-----------------------------------------------------------------*/
* { 
	padding: 0; margin: 0; 
	font-weight:normal;
	border:none;
}
	
ul, ol { 
	list-style:none;}
	
b, strong {
	font-weight:bold;}

img, a img {
	border:none;
	vertical-align:top;
}

/*--------------------Corporate Identity Einstellungen-------------
-----------------------------------------------------------------*/
* {			font-family: Verdana, Geneva, sans-serif;}
.yellow {	color: #ffcc33; }
.gray  {	color: #999999; }
.darkgrey {	color: #666666;}

/*--------Seitenlayout Einstellungen, Farben, Hintergruende---------
-----------------------------------------------------------------*/
body {

	background: url(site-bg-headline-gelb.png) repeat-x;
	text-align: center;
	font-size:100.1%;
}

#wrap {
	background: #FFF;
	width: 980px; height: auto;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 275px;
}

#content {
	clear: both;
	padding:10px 10px 15px 10px;
	width: 960px; 
	height: auto;
	float:left;
}

#footer { 
	clear: both;
	position:relative;
	color: #FFF; 
	height: 25px;
	width: 100%;
	background: #999999;
	border-top: 5px solid #ffcc33;  
	font-size: 0.63em;
	margin-bottom: 5px;
}

/*--------------------Design/Layout Kopfbereich--------------------
-----------------------------------------------------------------*/
#logoarea {
	position: relative;
	height: 85px;
}

#toplogo {
	/*margin: 5px 0px 10px 0px;*/
}

#topnavi {
	position:absolute;
	top: 5px; right:5px;
}

#lang_switcher{
	position:absolute;
	top: 28px; right:5px;
}

#memebrslogin{
	position:absolute;
	top:26; right:81px;
}

#memebrslogin p{
	font-size:10px;
}

#header form.searchform {
	position: absolute;
	top: 50px; right:5px;	
}

#headerphotoarea {
	height: 170px;
}

#sectionheader_photo {
	width: 100%; 
	height: 100%;
}

#headertocontenttrans {
	width: 100%; 
	height: 20px;
	background: url(header-content-trans.png) repeat-x;
}


/*--------------------Design/Layout Contentbereich-----------------
-----------------------------------------------------------------*/

#leftbar {
	float: left;
	width: 0px;
	border:none;
}

#main {
	float: left;
	padding: 0 25px 0 25px;
	width: 610px;
	border:none;
}

#rightbar {
	float: right;
	width: 300px;
	border:none;
}


/*------------------------Design/Layout Footer---------------------
-----------------------------------------------------------------*/
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer-left{
	position:absolute;
	top:5px; left:5px;
}
#footernavi{
	position:absolute;
	top:5px; right:5px;
}

/*------------------Design Schriften und Text----------------------
-----------------------------------------------------------------*/

/* Überschriften */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	letter-spacing:1px;
	margin-top:25px;
	color:#666666;
}
h1 { 
border-left:10px solid #FFCC33;
font-size:0.82em;
margin-bottom:15px;
padding-left:5px;
} 

h2 { 
	font-size: 0.75em;
	margin-bottom:4px;
	padding-bottom:6px;
	border-bottom:solid 1px #FFCC33;
}

h3 {
	font-size:0.69em;
	margin-bottom:5px;
	margin-top:10px;	
}

h4 {
	font-size: 0.69em; 
	font-style:italic;
}

h5 {
	margin-top:0px;
	margin-bottom:9px;
	font-size:0.63em;
}
/*Zusammengesetzte Überschriften aus Kategorie, Titel und Untertitel*/
.category{
	margin:0 0 15px 0;
	padding:0px;
	text-decoration:underline;
}

.title{
	margin-bottom:5px;
}
.subtitle{
	margin-top:0px;
	border-left:none;
	padding-left:15px;
	font-weight:normal;
}


/*Beachte Einstellungen fuer margin-top bei erster Ueberschrift in einem Bereich
  (.csc-firstHeader) in den grundsaetzlichen Formatierungen am Ende der Datei*/

/*Normaler Text*/
.bodytext, .bt, label{
	font-size:0.69em;
	line-height:1.4em;
	margin-bottom:8px;
	color:#333;
}

/*Bildkommentare*/
.csc-textpic-caption, .image_table p, .iti_caption p{
	font-size:0.63em;
	font-style:italic;
	color:#999999;
	padding:0px;
	margin: 5px 0 10px 0;
}


/*Eingeruekter Text*/
.indent {
	margin-left:10px;
	padding-left: 10px;
}

/*Aufzaehlungen im Main-Bereich*/
#main ul, ol {
	font-size:0.69em;
	line-height:1.4em;
	color:#333;
	margin-left:15px;
	list-style-type:square;
	list-style-position:outside;
}

#main li{
	margin-bottom:8px;
}

/*Aufzaehlungen in schmaler Seitenspalte*/

.narrow_list ul{
	font-size:0.69em;
	line-height:1.4em;
	color:#999999;
	list-style-type:square;
	list-style-position:outside;
	margin-left:15px;
}

.narrow_list span{color:#333333;}

/*--------------------------Design Menues--------------------------
-----------------------------------------------------------------*/

/*Topmenue*/
#topnavi li {
	display:inline;
	font-size: 0.63em;
	font-weight:bold;
}
#topnavi a {
	float:left;
	margin:0;
	text-decoration:none;
}
#topnavi a:hover {
	color:#000;
}

/*Footermenue*/
#footernavi li {
	display:inline;
}
#footernavi a {
	float:left;
	margin:0;
	text-decoration:none;
}
#footernavi a:hover {
	color:#000;
}

/*Sidemenue*/
#left_sidenavi{
	margin-bottom:35px;
}

#left_sidenavi  ul {
	display:list-item;
}
#left_sidenavi li {
	padding-bottom:8px;
	font-size: 0.63em;
	font-weight:bold;
}
#left_sidenavi a {
	float:left;
	margin:0;
	text-decoration:none;
}
#left_sidenavi a:hover {
	color:#000;
}

/*--------------------------Design Links--------------------------
-----------------------------------------------------------------*/
a { 
	color: #999999;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: inherit;
}

.internal-link, .external-link-new-window{
	color:#666;
	text-decoration:underline;
}

.internal-link:hover, .external-link-new-window:hover {
	color:#000;
}
.download{
	color:#666;
}

.link_deeper{
	margin-bottom:20px;
	margin-top:15px;
}

.link_deeper a{
	text-decoration:none;
}

.link_deeper span{
	border:  #666 solid 1px;
	padding:0 2px 1px 2px;
}

.link_deeper span:hover{
	border:  #999999 solid 1px;
}


/*-----------------------Design Tabellen--------------------------
-----------------------------------------------------------------*/

.contenttable {
	border-collapse:collapse;
}

.contenttable tr{
	vertical-align:middle;
}

.contenttable td{
	padding:4px;
}

.contenttable p{
	margin:0px;
}

/*Farbe für jede zweite Zeile (Wechsel zw. tr_zero und tr_one)*/
.tr_one {
	background-color:#CCCCCC;
}


.image_table table{
	border:none;
}

.it_imagerow td{
	padding:0px 10px;
}

.it_descrrow td{
	padding:0px 10px;
}


/*-----------------------Design Seminare--------------------------
-----------------------------------------------------------------*/
.sem_quickinfo{
	padding: 5px 0px 10px 0px;
}

.sem_img{
	margin:5px 0px 5px 10px;
	float:right;
}

.sem_infotable{
	float:left;
}

/*-------------------Formatierung spezieller Seitinhalte-----------
-----------------------------------------------------------------*/
/*News*/
.news_item{
}

.ni-footer{
	border-top:1px solid #999999;
	border-left:10px solid #999999;
	padding:10px 0 0 10px;
	margin-top:40px;
}

.ni-footer h1{
	font-size: 0.82em;
	margin-bottom:5px;
	padding-left:0px;
	border-left:none;
}
.ni-footer table{
	border:none;
}
.ni-footer td{
	padding:1px;
}

/*Personenprofil*/
.person_listitem {
background-color:#F5F5F5;
border:1px solid #CCCCCC;
float:left;
margin-bottom:5px;
margin-top:5px;
padding:10px;
width:1037px;
}

.per_header{
float:left;
width:100%;
}

.per_photo{
float:left;
margin-bottom:10px;
width:75px;
}

.per_photo p{
margin-bottom:0;
}

.per_body{
border-top:solid 1px #ccc;
padding-top:5px;
}

/* Infotextbox */
.infobox {
	width:400px;
	padding:4px;
	border:1px dashed #ffcc33;
	background-color:#999999;	
	margin-top:5px;
}

.infobox p {
	color:#FFF;
}

/*Linklisten (Nutzt Klassen der Extension "css_filelinks")*/
.filelinks_layout_0 {padding:0 5px;}
.filelinks_layout_0 div{
	padding-top:5px;
	padding-bottom:5px;
	background: transparent url(/typo3/gfx/fileicons/default.gif) no-repeat scroll left;
	margin-bottom:5px;
	}
.filelinks_layout_0 div span{
	font-size:0.69em;
	line-height:1.4em;
	color:#333;
	vertical-align:middle;
	}
.filelinks_layout_0 .pdf{background-image: url(/fileadmin/Image_Archive/Icons/pdf.gif) !important}
.filelinks_layout_0 .ppt{background-image: url(/fileadmin/Image_Archive/Icons/ppt.gif) !important}
.filelinks_layout_0 .filecount{visibility:hidden; display:none; height:0px; margin-bottom:0px;}
.filelinks_layout_0 div.even{background-color:#cccccc;}
.filelinks_layout_0 div.last{margin-bottom:0px;}


/*--------------------------SONSTIGES------------------------------
-----------------------------------------------------------------*/
/* Bilder */
img {
	border: none;
}
.csc-textpic-imagewrap {
    margin-top:4px;
}

img.float-right{
  margin: 5px 0px 5px 15px;  
}
img.float-left{
  margin: 5px 15px 5px 0px;
}

.csc-textpic-text{
	position:relative;

}



/* Zitate */
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* Codebeispiele */
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* form elements */
/*
form {
	margin:auto; padding: 0;
	background-color: #FAFAFA;
	padding: 0 10px 10px;
}
*/
#mailform {
	margin:auto; padding: 0;
	background-color: #FAFAFA;
	padding: 0 10px 10px;
	width:380px;
}


.csc-mailform-label{
	font-size:0.69em;
	line-height:1.4em;
	margin-bottom:8px;
	margin-top:10px;
	color:#333;
}

label {
	display:block;
	font-weight:normal;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #ffcc33;
	font:bold 1em;
	color:#777;
}
textarea {
	width:380px;
	padding:2px;
	font: bold 1em;
	font-size:0.68em;
	border:1px solid #FFCC33;
	height:100px;
	display:block;
	color:#777;
}

select{
	width:378px;
	border:1px solid #FFCC33;
    font-size:0.68em;
	height:18px;
	color:777777;
}
.tx-macinasearchbox-pi1 input.button{ 
	margin-top: -4px; 
	font: bold 1em; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
	font: bolder 9px Arial; 
	background: #FAFAFA;
	border: 1px solid #FFCC33;
	color: #777;	
	height: 18px;
	vertical-align:2px;
	line-height:100%;
}

input.button { 
	font: bold 1em; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding-bottom:3px;
	padding-left:2px;
	padding-right:3px;
	color: #4284B0;	
	font: bolder 9px Arial; 
	background: #FAFAFA;
	border: 1px solid #FFCC33;
	color: #777;	
	height: 18px;
	line-height:100%;
}

input.button:hover { 
 	background: #f2f2f2;
}


/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}

input.textbox {
	border: 1px solid #ffcc33; 
	background: #FFF;
	color: #333; 
	height: 18px;
	vertical-align: top;
	font-size: 10px;
	padding-left:2px;
}

form.searchform input.textbox{ 
	width: 100px;
}
form.searchform input.button { 
	width: 50px;
}

.autocompleter-choices li span {
	font-size: 0.58em
}

/*-------------------Grundsaetzliche Formatierungen----------------
-----------------------------------------------------------------*/

.csc-firstHeader {
	margin-top:0;
}

/*--------------------------Layout-Classes-------------------------
-----------------------------------------------------------------*/

/* alignment classes */
.float-left  { float: left;}
.float-left-marg { float: left; margin-right:10px;}
.float-right {	float: right; }
.float-right-marg { float: right; margin-left:10px;}
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* width classes */
.full_width {width:100%;}
.half_width {width:50%;}
.third_width {width:33%;}
.quarter_width {width:25%;}

/* additional classes */
.clear { clear: both; }

.link_veranst a{
	text-decoration:none;
	font-weight:bold;
}
@charset "utf-8";
/* CSS Document */

