/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : content.css
**  Funktion    : Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
**
*/

@media all
{
/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
** 

/* ### Überschriften, Fliesstexte ###################################################################### */

body { color: #444; font-size: 82%; font-family: 'Arial', Verdana, Helvetica, sans-serif; } /* 13px */
h1,h2,h3,h4 { font-family: 'Arial', Verdana, Sans-Serif; }

h1 {font-size: 1.3em; color: #000; margin: 1em 0 0.8em 0; padding-top: 0em; font-weight: bold;}
h2 {font-size: 1.3em; color: #000; margin: 0 0 0.25em 0; padding-top: 0em; font-weight: normal; }
h3 {font-size: 1.2em; color: #000; margin: 0 0 0.4em 0; padding-top: 0em; font-weight:normal; }
h4 {font-size: 1.0em; color: #000; margin: 0 0 0.30em 0; padding-top: 0em; font-weight:bold; /* border-bottom: 1px #ddd solid; */ }
h5 {font-size: 1.0em; color: #000; margin: 0 0 0.30em 0; font-style:italic; }
h6 {font-size: 1.0em; color: #000; margin: 0 0 0.30em 0; font-style:italic; }

#teaser h1 { font-size: 1.3em; border: 0; }

#col3 h2, #col3 h3, #col3 h4, #newsletter h2 { font-size: 1.3em; color: black; font-weight: bold;}

#col3 h2, #newsletter h2 {
	margin: 0 0 0.5em; padding-top: 0.1em;
}
#newsletter h2 {
	margin: 0 0 0.5em; padding-top: 0.5em;
}
p,ul,dd,dt { line-height: 1.5em;  }
p, dd { line-height: 1.3em; margin: 0 0 1em 0; }

#content p, #content dd {
	font-size: 1em;
}


strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr {
	color: #fff;
	background: transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.1em 0;
	border: 0;
	border-top: 1px dotted #ccc;
}
#col3 hr, #col3 #updated hr {
		margin: 1em 0 0.5em 0;
}
#updated hr {
	margin: -0.7em 0 1em 0;
	padding: 0 0 0.5em 0;
}
#footer {
           font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}
#footer hr {
	display: none;
}
#footer hr.show {
	display: block;
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

/* specials for bws */

.hiddennav {
	display: none;
}
p.small {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 7px 0 0 0;
	font-size: 0.8em !important;
	color: #8C8C8C;
}
span.small {
        font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #8C8C8C;
}
img.border {
	border: 1px solid black;
	margin-bottom: 7px;
}

/* ### Bildpositionierung ############################################################################ */

img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }
img.framed {padding:3px; border: 1px #ddd solid; background: #f4f4f4 }

/* ### Auszeichnung lokaler und Externer Links ######################################################## */
a, a em.file {
	color: #8C8C8C;
	text-decoration: underline;
}
a:hover {color: #900; text-decoration:none;}
a:focus {color: #900; text-decoration:none;}

#topnav a { color: #fff; background:transparent; text-decoration:none; }
#topnav a:hover { text-decoration:underline; background-color: transparent;}
#topnav a:focus { text-decoration:underline; background-color: transparent;}

#footer a { color: #ccc; }
#footer a:hover {color: #900; }
#footer a:focus {color: #900; }

#main a[href^="http:"], #main a[href^="https:"]
{
	padding-left: 12px;
	background-image: url('../../img/icons/ext_link.gif');
	background-repeat: no-repeat;
	background-position: 0 0.45em;
}

#main h3 a[href^="http:"], #main h3 a[href^="https:"]
{
	padding-left: 0;
	background-image: none;
}
#main a.imagelink {
	padding-left: 0;
	background: transparent;
}

/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; width: 100%; margin-bottom: 0.5em; }

form {overflow:hidden;}

input, textarea {
    width: 155px;
	border: 1px #000 solid;
    background: #fff;
	padding: 1px 2px 1px 2px;
	color: #000;
	margin-bottom: 5px;
}

input[type=text]:focus, textarea:focus {
	background: #E7E7E7;
	color: #333;
	border-color: #666;
}
input[type=checkbox] {
   text-align: left;
	width: auto;
}
input[type=submit] {
	margin-left: 45px;
	background: #DCDCDC;
	width: 95px;

}
input[type=submit]:hover {
	margin-left: 45px;
	background: #f0f9f0;
	color: #333;
	border-color: #666;
	cursor: pointer;
}
#col2 input[type=submit] {
	margin: 20px 0 20px 245px;
	width: 163px;
}

#col2 label {
	display: block;
	float: left;
	width: 245px;
}
#col2 .check-label label {
}
#col2 #suche label {
	display: inline;
	float: left;
	width: 110px;
}
#col2 #suche input[type=submit] {
	margin: 8px 0 20px 110px;
	width: 163px;
}
#col3 label, #newsletter label {
	display: block;
	float: left;
	width: 45px;
}
#col3 input, #newsletter input {
	width: 134px;
}
#col3 input[type=submit], #newsletter input[type=submit]  {
	width: 90px;
}



/* ######################################################################################################
** ### Spezielle Formatanweisungen des YAML-Standard-Layouts ############################################
** ######################################################################################################
*/

/* ###  Textformatierungen ################################################################## */

blockquote { 
	color: #444; 
	background: #f8f8f8; 	
	border: 1px #ddd solid;
	border-left: 8px #ddd solid;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 1em;
}

/* Ungeordnete Listen ohne Listenpunkt */ 
ul.linklist { list-style-type: none; margin: 0 0 1em 0; }
ul.linklist li { margin: 0 0 1em 0; }

/* Browser-Kompatibilitıtsliste */ 
ul.browsers { margin: 0  0 .4em 0; }

ul.browsers li {
	margin: 0;
	list-style-type: none;
	background: #f8f8f8; color: #444; 
	padding: 0.1em 0.1em 0.2em 0.5em; 
	font-weight: normal;
	text-align: left; 
	border-bottom: 1px #fff solid; 
	border-right: 1px #fff solid;
}

ul.browsers li img { vertical-align:bottom;
}

ul.browsers li.title {
	font-weight: bold;
	background: #eee; color: #444; 
	padding: 0.2em 0.2em 0.2em 0.5em; 
}


/* Auszeichnungen fır Code, Dateien, Verzeichnisse */
em.mono, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.mono { 
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}

em.file { 
	padding:0 0 0 14px;
	color: #008;
	background: transparent url(../../img/icons/file.gif) no-repeat left;
}

em.directory { 
	padding:0 0 0 15px;
	color: #008;
	background: transparent url(../../img/icons/dir.gif) no-repeat left;
}

pre, code {
	display:block;
	margin: 0 0 1em 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border: 1px #ccd solid;
	border-left: 8px #ccd solid;
}

code.css { 
	background-image: url(../../img/bg_css.gif);
    background-repeat: no-repeat;
	background-position: top right;
}

code.xhtml { 
	background-image: url(../../img/bg_xhtml.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/* ### Tabellen ################################################################## */

table.bugs { margin-bottom: 1em; margin-top: .5em; }
table.bugs th { 
	background: #444; color: #fff; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #fff solid; 
	border-right: 1px #fff solid;
}

table.bugs td {
	background: #888; color: #fff; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #fff solid; 
	border-right: 1px #fff solid;
}



/* ######################################################################################################
** ### images #############################################################################
** ######################################################################################################
*/
div.csc-textpic {
	margin: 1.2em 0 0 0;	
}
#main div.csc-textpic a[href^="http:"], #main div.csc-textpic a[href^="https:"]
{
	/* padding-left: 0px;
	background-image: none; */
}
#col3 div.csc-textpic {
	margin: 1em 0 0 2em;	
}
#col2 div.csc-textpic {
	margin: 1.2em 0 1.2em 0;	
}
#col2 div.csc-textpic-intext-left-nowrap  div.csc-textpic-text {
	padding-left: 10px;
}
#col2 div.csc-textpic-intext-left  div.csc-textpic-text {
	padding-left: 0px;
}


dl {
	margin: 0;
	padding: 0 0 7px 0;
}
#col2 div.csc-textpic-intext-left dl {
	padding: 0;
}
dd {
	margin: 0;
}
#col2 .csc-textpic-imagewrap {
}
#col1 dd.csc-textpic-caption,
#content dd.csc-textpic-caption  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 0.5em;
	color: Gray;
	}
#col1 dd.csc-textpic-caption p {
   padding-top: 5px;

}
#content dd.csc-textpic-caption p {
	margin-bottom: 0;
}	
.csc-textpic-border img {
	border: 1px solid black;
}
.csc-textpic-image {
	padding-top: 3px;
	
}

/* newsletter iframe */

iframe {
 margin: 0;
 padding: 0;
 border: none;
}
#newsletter_iframe {
	 margin: 0;
 padding: 0;
 border: none;

}


/* ###################################################################################### */
/* ### content element ################################################################## */
/* ###################################################################################### */
#projects {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.project h2 { font-size: 1.3em; color: #A20013; font-weight: normal;
	padding-top: 0em; 
			}
.project h3 { font-size: 1.3em; color: black; font-weight: normal;
	padding-top: 0em; 
			}

.project {
	margin: 0;
	padding: 0;
}

.p_left {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
	
}

.p_right {
	width: auto;
	margin: 0px 0px 0px 160px;
	
}
.press_right {
	width: auto;
	margin: 0px 0px 0px 120px;
	
}
.project-right {
	margin: 0px 0px 0px 0px;
}
#content .source {
		font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
}

#aktuelles img {
	border: 2px solid black;
}
#col1_extracontent {
 padding: 20px 34px 20px 35px;
 font-family: verdana,arial, helvetica, sans-serif;
 font-size: 0.8em;
}
#col1_extracontent dl.csc-textpic-image a {
	padding-left: 0;
	background-image: none;
}

/* ######################
** menu subpages w/abstract + picture
*/
div.csc-menu-4 div.picture, div.news-list-item div.picture {
	float: left;
	margin: 3px 10px 20px 0;
	padding-right: 8px;
}
div.csc-menu-4 div.text {
   margin-left: 120px;
}
div.element {
	padding-bottom: 5px;
}
/* ######################################################################################################
** ### tt_news #############################################################################
** ######################################################################################################
*/
div.news-latest-item {


}
#col2_content div.news-latest-item p {

}
#col2_content div.news-latest-item h3 {

	
}
#col2_content div.news-latest-item h3 a:link, #col2_content div.news-latest-item h3 a:visited {

}
#col2_content div.news-latest-item h3 a:hover, #col2_content div.news-latest-item h3 a:active {
}
#col2_content p.news-latest-gotoarchive {

}

#col2_content div.news-list-date {

}


#content p.news-list-date, div.news-single-data {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: black;

}
div.news-single-data {
	color: #990000;
}
div.news-list-date, div.news-single-date, 
div.news-latest-date, div.news-latest-location { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
}
#col2_content div.news-latest-date {
	
}
div.news-single-backlink {

}
dl.news-single-files {

}
dl.news-single-files img {
	margin-right: 5px;
}
div.news-single-item table {
   margin: 0;
	padding: 0;
}
div.news-single-item  tr {
   margin: 0;
	padding: 0;
}
div.news-single-item  td {
   margin: 0;
	padding: 0 10px 0 0;
	border-spacing: 0;
	vertical-align: top;
}
.news-latest-item hr {
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0.5em 0;

}
/* ######################
** forms // powermail
*/
form {
 line-height: 1.3em;
}
form div {

}
fieldset {
  margin-bottom: 1em;
}
legend {
  font-weight: bold;
  margin-bottom: 1.6em;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
 display: none;
}

#col2 div.tx-powermail-pi1 label {
 width: 180px;
 padding: 0 1em 0 0;
 margin: 0;
 margin-bottom: 1em;

}
div.tx_powermail_pi1_fieldwrap_html {
  clear: both;
 margin-bottom: 1.4em;
padding-bottom: 1.2em;

  
}
div.tx_powermail_pi1_fieldwrap_html_select  {
margin-bottom: 0;
clear: both;
}
div.tx_powermail_pi1_fieldwrap_html_check  {
padding-top: 1em;

clear: both;
}
#col2 div.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html_check  label {
 width: 270px;

}
#col2 div.tx-powermail-pi1 input, #col2 div.tx-powermail-pi1 textarea {
 float: left;
 width: 175px;
}
#col2 div.tx-powermail-pi1 input[type=checkbox] {
width: auto;
}
#col2 input.powermail_submit {
  margin-left: 193px;
}

.powermail_mandatory_js {
  color: #BD3D2B;
float: left;
padding-left: 10px;
border: 0px solid red;
}
input.validation-failed, input.validation-failed:focus {
	border-color: #BD3D2B;
	background-color: #F4DFDB;
}
/* ------------------ */
div.cc_licence  {

  margin-top: 15px;
}
div.cc_licence div.csc-textpic {

  width: 90%;
  margin: 15px auto !important;
  padding-left: 20px;
}
div.cc_licence div.csc-textpic-text p.small {
  padding: 12px 0;
}

/* ------------------ */
div#socialbookmarks_target {
  display: inline;

  
  
}
span#socialbookmarks_trigger {
  display: inline;
  text-decoration: underline;
  cursor: pointer;
  color: #900;
  font-weight: bold;

}

span#socialbookmarks_trigger:hover {
  text-decoration: none;
}
div#socialbookmarks_target_inner {
 display: block;
 position: absolute;
  border: 1px solid silver;
  background-color: white;
  padding: 12px 6px;
  margin-top: -1px;
}
#main  div#socialbookmarks_target_inner a {
  padding: 1px 1px;
  background-image: none;
}
#main  div#socialbookmarks_target_inner a:hover {
 border-bottom: 1px solid silver;
}
/* ------------------ */
#main  div#socialbookmarks_footer {
  padding: 12px 2px 20px 6px;
  color:  #900;

}
#main  div#socialbookmarks_footer a {
  padding: 1px 10px;
  background-image: none;
}
#main  div#socialbookmarks_footer a:hover {
 border-bottom: 1px solid silver;
}

}
