@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-2007, 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.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @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) base layout gets standard font size 12px */
/* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif; 
}

p {
	font-size:1.2em;
	margin-bottom: 10px;
}


/* headings */

h1 {
	color:#003366;
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

h2,h3,h4,h5,h6 {
	color:#003366;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-top: 10px;
}


/**
* External Links
*
* (en) Formatting of hyperlinks
* (de) Gestaltung von Hyperlinks
*
*/

a {
	margin: 0;
	padding: 0;
	text-decoration:underline;
	color: #003366;
}

a:focus,a:active {
	text-decoration:underline;
	color: #003366;
}

a:hover {
	text-decoration:underline;
	color:#C90000;
}
  
.infotitle {
	color:#003366;
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom: 10px;
}

.news-list-container {
	padding-bottom:10px;
}

.news-single-item {
	padding-bottom:10px;
	padding-top: 10px;
}

.news-single-img{
	float:left;
}

.news-list-item {
	padding-top: 30px;
	clear:both;
}

.image{
	float: left;
	margin-top:3px;
	margin-right: 10px;
}

.info{
	margin-left: 110px;
}

.datetime {
	color: #003366;
	font-size: 1.2em;
	margin-bottom: 8px;
}

.title{
	color:#003366;
	font-size: 1.4em;
	font-weight:bold;
	float:left;
	width: 100%;
	margin-bottom: 5px;
}
.news-single-item .title {
	color:#003366;
	font-size: 1.4em;
	font-weight:bold;
	padding-top: 2px;
}

.title a{
	color:#003366;
	/*background:url(../img/arrow_blue_icon.gif) no-repeat left 3px;*/
	/*padding-left: 18px;*/
	text-decoration: none;
	float:left;
}

.title a:hover {
	/*background:url(../img/arrow_red_icon.gif) no-repeat left 3px;*/
	color:#C90000;
	/*padding-left: 18px;*/
	text-decoration: none;
}

.info-singleview .text {
	margin-bottom: 10px;
	font-weight: bold;
	float:none;
}

.info-singleview .title {
	float:none;
}

.link-more a{
	background:url(../img/arrow_red_icon.gif) no-repeat left 3px;
	padding-left: 18px;
	color: #C90000;
	font-size: 1.2em;
	font-weight:bold;
	text-decoration: none;
}

.link-more a:hover {
	text-decoration:none;
}

.link-back {
	margin-bottom: 20px;
}

.link-back-bottom {
	padding-top: 10px;
}

.link-back a, .link-back-bottom a{
	background:url(../img/arrow_back_red_icon.gif) no-repeat left 3px;
	padding-left: 18px;
	color: #C90000;
	font-size: 1.2em;
	font-weight:bold;
	text-decoration: none;
}

.link-back a:hover, link-back-bottom a:hover {
	text-decoration:none;
}

#downloads{
	color: #003366;
	font-size: 1.2em;
}

#downloads a{
	background:url(../img/download_icon.gif) no-repeat left 3px;
	padding-left: 18px;
	color: #003366;
	font-size: 1.2em;
	font-weight:bold;
	text-decoration: none;
}

#downloads a:hover {
	text-decoration:underline;
}

#content {
	clear:both;
	padding-top: 10px;
}

ul {
	font-size: 1.2em;
}

}

/* table */
table {
	font-size:1.2em;
	margin-bottom: 10px;
	margin-top:10px;
	width:100%;
	border-collapse:separate;
	border-spacing:1px 1px;
	empty-cells:show;
	vertical-align:middle;
	text-align:left;
	border:0;
}
thead td {
	background-color:#B3E3EE;
	border:1px solid #B3E3EE;
	padding:0.4em;
	font-weight:bold;
}
thead td:hover {
	background-color:#FFF;
}
tbody td {
	background-color:#CCC;
	border:1px solid #CCC;
	padding:0.4em;
}
tbody td:hover {
	background-color:#FFF;
}
td p {
	font-size:1em;
	margin: 0px;
}

/* image - einzelne margins für ie ->js */
img.links_textumflossen {
	float:left;
	margin-top:0.2em;
	margin-right:1em;
	margin-bottom:0.2em;
	margin-left:0.1em;
}
img.rechts_textumflossen {
	float:right;
	margin-top:0.2em;
	margin-right:0.1em;
	margin-bottom:0.2em;
	margin-left:1em;
}

