@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Uniform design of standard content elements
* (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
*
* @copyright       Copyright 2005-2008, Dirk Jesse
* @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
*                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         3.0.6
* @revision        $Revision: 202 $
* @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
* @appdef yaml
*/

@media all
{
/**
* Fonts
* (en) font-family and font-size selection for headings and standard text elements
* (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
*
* @section content-fonts
*/

/* (en) reset font size for all elements to standard (16 Pixel) */
/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * {
	font-size: 100.01%;
}

/* (en) reset monospaced elements to font size 16px in Gecko browsers */
/* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
}

/* (en) base layout gets standard font size 12px */
/* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75.00%; 
	color: #444;  
	padding-left:20px;
}

h1,h2,h3,h4,h5,h6 { 
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#666;
	margin: 0 0 0.25em 0; 
}


.content {
	width: 395px;
	padding-right:20px;
	overflow:hidden;
}
.right {
	width: 130px;
	padding-right:20px;
	font-size:11px;
}
.contentElement {
	margin-bottom:10px;
	width: 100%;
	display:table;
}
.printheader {
	font-size: 11px;
}
/*
.csc-textpic-image {
	margin-right:5px;
}
*/
.csc-textpic-imagewrap {
	margin-bottom:5px;
	margin-right:5px;
}

.csc-header h1.teaser {
	color: #3399ff;
	vertical-align: middle;
}

img.teaserarrow {
	margin-left: 5px;
	vertical-align: middle;
}

h1 {
	font-size: 14px;
	color: #39f;
	margin-bottom: 18px;
}

div#titleWithSubtitle h1 {
	margin-bottom: 0;
}

div#titleWithSubtitle {
	margin-bottom: 18px;
}

sup {
	font-size:.8em;
	vertical-align:top
}


h2 { font-size: 200%; color:#182E7A}          /* 24px */
h3 { font-size: 150% }                        /* 18px */
h4 { font-size: 133.33% }                     /* 16px */
h5 { font-size: 116.67% }                     /* 14px */
h6 { font-size: 116.67%; font-style:italic }  /* 14px */

#header h1 {
	font-size:2.5em;
	letter-spacing:-2px;
	line-height:65%;
	color:#000;
}

.csc-header h1,
.csc-header h2,
.csc-header h3,
.csc-header h4,
.csc-header h5,
.csc-header h6 {
	font-size: 12px;
	color: #3399FF;
	margin-bottom: 4px;
}



#header span {
	color:#999;
}

p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

/* ### Lists | Listen  #### */

ul, ol, dl {
	line-height: 1.5em;
	margin: 0 0 1em 1em;
}
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}

/* ### text formatting | Textauszeichnung ### */

cite, blockquote {
	font-style:italic;
}
blockquote {
	margin: 0 0 1em 1.5em;
}

strong,b {
	font-weight: bold;
}
em,i {
	font-style:italic;
}

pre, code {
	font-family: monospace;
	font-size: 1.1em;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: .1em dashed #c00;
	cursor: help;
}

/**
* Generic Content Classes
* (en) standard classes for positioning and highlighting
* (de) Standardklassen zur Positionierung und Hervorhebung
*
* @section content-generic-classes
*/

.note {
	background: #dfd;
	padding: 1em;
	border-top: 1px #bdb dotted;
	border-bottom: 1px #bdb dotted;
}
.important {
	background: #ffd;
	padding: 1em;
	border-top: 1px #ddb dotted;
	border-bottom: 1px #ddb dotted;
}
.warning {
	background: #fdd;
	padding: 1em;
	border-top: 1px #dbb dotted;
	border-bottom: 1px #dbb dotted;
}

.float_left {
	float: left;
	display:inline;
	margin-right: 1em;
	margin-bottom: 0.15em;
}
.float_right {
	float: right;
	display:inline;
	margin-left: 1em;
	margin-bottom: 0.15em;
}
.center {
	text-align:center;
	margin: 0.5em auto;
}

/**
* External Links
*
* (en) Formatting of hyperlinks
* (de) Gestaltung von Hyperlinks
*
*/

a {
	color: #4D87C7;
	text-decoration:none;
}
a:focus,
a:hover,
a:active {
	color:#182E7A;
	text-decoration:underline;
}

#topnav a {
	color: #999;
	font-weight: normal;
	background:transparent;
	text-decoration:none;
}
#topnav a:focus, 
#topnav a:hover,
#topnav a:active {
	text-decoration:underline;
	background-color: transparent;
}

#footer a {
	color: #666;
	background:transparent;
	font-size: 12px;
}
#footer a:focus, 
#footer a:hover,
#footer a:active {
	background-color: transparent;
	text-decoration:underline;
}

/**
* (en) Emphasizing external Hyperlinks via CSS
* (de) Hervorhebung externer Hyperlinks mit CSS
*
* @section             content-external-links
* @app-yaml-default    disabled
*/

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

/**
* Tables | Tabellen
* (en) Generic classes for table-width and design definition
* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
*
* @section content-tables
*/

table {
	width: auto;
	border-collapse:collapse;
	margin-bottom: 0.5em;
}
table.full {
	width: 100%;
}
table.fixed {
	table-layout:fixed
}

th,td {
	padding: 0.5em;
}
thead th {
	background: #444;
	color: #fff;
}
tbody th {
	background: #ccc;
	color: #333;
}
tbody th.sub {
	background: #ddd;
	color: #333
}

/**
* Miscellaneous | Sonstiges
*
* @section content-misc
*/

hr {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #eee solid;
}

#copyright {
	font-size: 11px;
}

#copyright a {
	color: #666;
	font-size: 11px;
}
#copyright a:focus, 
#copyright a:hover,
#copyright a:active {
	text-decoration: underline;
}

#col1 a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
#col1 a:hover{
	color: #39f;
}

#col1 a:focus, 
#col1 a:visited, 
#col1 a:active {
	color: #999;
}

#col1 {
	color: #666;
}

.contenttable {
	width: 100%;
	border: 1px #666 solid;
}
.contenttable img {
	border: 0px;
}
.contenttable td{
	padding: 4px;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

.contenttable .td-last {
	border-right: 0:
}

.contenttable .tr-last td {
	border-bottom: 0:
}
.contenttable th {
	background-color: white;
}

.contenttable-1 tr.tr-0 td,
.contenttable-2 tr.tr-0 td,
.contenttable-3 tr.tr-0 td,
.contenttable-3 tr td.td-0 {
	color: #333;
	font-weight: bold;
}

.contenttable-2 tr.tr-even td,
.contenttable-3 tr.tr-even td {
	background-color: #b3e3f4;
}

.contenttable-2 tr.tr-odd td,
.contenttable-3 tr.tr-odd td {
	background-color: #dcdcdc;
}

.contenttable-1 tr.tr-0 td,
.contenttable-2 tr.tr-0 td,
.contenttable-3 tr.tr-0 td {
	background-color: #FFF;
}

div#col1.large div.contentElement,
div#col1.overview div.contentElement,
div#col2 div.contentElement {
	width: 210px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(../../img/shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 10px;
}

div#col1.large div.contentElement,
div#col1.overview div.contentElement {
	/*height: 225px;*/
	float: left;
	margin-right: 5px;
}


div#col1.large div.contentElement h1.teaser,
div#col1.overview div.contentElement h1.teaser {
	margin: 0;
}


div#col1.large div.contentElement div.contentElement,
div#col1.overview div.contentElement div.contentElement,
div#col2 div.contentElement div.contentElement {
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	height: auto;
}
div#col1.large div.contentElement div.contentElement div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image,
div#col1.overview div.contentElement div.contentElement div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image,
div#col2 div.contentElement div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-right: 0;
}




div.contentElement div.csc-header h1 {
	color: #3399ff;
}
div.contentElement div.csc-header h1.teaser {
	color: #000000;
}

#col1 div.contentElement div.csc-header a, #col2 div.contentElement div.csc-header a, #col2 div.contentElement div.csc-header a:link, #col2 div.contentElement div.csc-header a:visited, #col2 div.contentElement div.csc-header a:hover, #col1 dl.csc-menu a, #col1 dl.csc-menu a:link, #col1 dl.csc-menu a:visited  {
	color: #3399ff;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/assets/img/arrow.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: 100% 0%;

}

#main div.contentElement div.teaser p.bodytext a.internal-link, #main div.contentElement div.teaser p.bodytext a {
	color: #3399ff;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/assets/img/arrow.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: 100% 0%;
}




#main.home div.contentElement div.teaser {
	overflow: visible;
}

/*
#main div.csc-textpic-text h1.teaser {
	background-image: url(/assets/img/arrow.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: 100% 20%;
}
*/

#col1 div.contentElement div.csc-header h1.teaser a, #col2 div.contentElement div.csc-header h1.teaser a:link, #col2 div.contentElement div.csc-header h1.teaser a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
}

#col1 div.contentElement div.csc-header h1.teaser a:hover, #col2 div.contentElement div.csc-header h1.teaser a:hover {
	color: #3399ff;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
}

	.csc-uploads-icon {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.csc-uploads-fileName {
		padding-top:5px;
		padding-bottom: 0px;
	}
	.csc-uploads-fileName p{
		margin-bottom:6px;
		line-height: 12px;
	}
	.csc-uploads table {
		margin-top: 10px;
	}

	div.csc-sitemap ul {
		margin: 0px;
		margin-bottom: 1em;
	}
	
	div.csc-sitemap ul li A { color: #8A0020; } 
	
	div.contentElement ol {
		margin-left: 4px;
	}
	div.contentElement ul {
		margin-left: 0px;
		list-style-image: url(/assets/img/bullet.gif)
	}

	DIV.csc-textpic-clear {
		clear: none;
		display: none;
	}


}

