@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @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: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden 
@import url(../yaml/navigation/nav_shinybuttons.css);*/
@import url(jquery.lightbox-0.5.css);


@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);
@import url(menu-suckerfish.css);


body {
	background: #8A1E26;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	color: #8A1E26;
	background: #FFF;
	padding: 5px;
}

#page_margins {
	border: 1px solid #DADADA;
	border-width: 0;
	padding: 5px 0;
	background: #FFFFFF;
	max-width: 975px;
	min-width: 975px;
}

#page {
	border: 0px none #FFF;
	
}

#header {
	height: 140px;
	margin: 0;
	padding: 10px 10px 0;
	background: transparent url(../img/header.png) right top no-repeat;
	color: #FFF;
	line-height: 104%;
	overflow: show;
}

#header div#kopf {
	font-size: 100%;
}

#cont_menu {
	margin: 0;
	height: 25px;
	background: #8A1E26;
	color: #FFF;
}

#col1 {
	width: 18%;
}

#col3 {
	margin: 0 25% 0 20%;
}

#rootline {
	margin-top: 10px;
	border-bottom: 1px solid #DADADA;
}

/*****************************
 * Rootline
 ****************************/
 .rootline-prefix {
 	font-weight: bold;
 	color: #666666;
 	margin-left: 10px;
 }
 .last-updated {
 	float: right;
 	margin-right: 50px;
 }
 .last-updated-prefix {
  	font-weight: bold;
 	color: #666666;
 }

/*****************************
 * Untermenu
 ****************************/
 .untermenu {
 	list-style-type: none;
 	margin: 0 5px;
	background: #DEDEDE;
 }
 
 #cont_footer {
 	border-top: 1px solid #DADADA;
 	text-align: center;
 }
 
 .quicklinks {
 	list-style-type: none;
 }
 
 .quicklinks li {
 	display: inline;
 	margin: 0 10px;
 }
 
 #col1_content {
	padding: 10px 0 10px;
 }

 #col1_content h3 {
 	padding-left: 10px;
 }
 
 .untermenu li {
 	padding: 3px 20px;
 	margin: 0;
 	border: 1px solid #FFF;
 	border-style: none none solid;
 }
 
 .untermenu li:first-child {
 	border-top-style: solid;
 }
 
 .untermenu li:hover,
 .untermenu li.aktiv {
 	background: #D0D0D0;
 }
  

/*****************************
 * Galerie
 ****************************/
dl.galerie {
	margin: 0 0 0 0px;
	padding: 0;
}

dl.galerie dt {
	margin: 10px 0 0 0;
	padding: 0;
}

dl.galerie dd,
dl.bilder dd {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 90%;
}

dl.galerie img {
	border: 0px none #FFF;	
}

ul.galerie {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
}

ul.galerie li {
	margin: 10px 0 0 0;
	padding: 0;
	color: #666;
	font-size: 90%;
}

ul.galerie img {
	border: 0px none #FFF;	
}

#cont_main ul.galerie {
	padding: 1em 0;
}

#cont_main ul.galerie li {
	float: left;
	width: 28%;
	height: 14em;
	margin: 0 1%;
	padding: 0 1%;
}

ul.galerie li p {
	text-align: center;
}

/******************************
 * Standardartikel
 *****************************/
.standardartikel{

	text-align: justify;
	border-top: 1px solid #DADADA;
	padding-top: 10px;
	overflow: hidden;
}

.standardartikel:first-child {
	border-top-style: none;
	padding-top: 0px;
}

.standardartikel dl.bild1 {
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}

.standardartikel dl.bild2 {
	margin: 0 0 10px;
	padding: 0;
}

.standardartikel dd {
	color: #666;
	font-size: 90%;
	margin: 0;
}

.standardartikel dl.bilder dt {
	margin: 0;
	padding: 0;
}

.standardartikel dl.bilder dd {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 90%;
}

.standardartikel .mitbild {
	margin-left: 220px;
}

.standardartikel table {
	border: 1px solid #CCC;
	empty-cells: hide;
	border-spacing: 0;
	border-collapse: collapse;
}

.standardartikel table td {
	border: 1px solid #CCC;
	padding: 3px 10px;
	margin: 0;
}

#cont_right .standardartikel {
	font-size: .9em;
	color: #666;
}

#cont_right h2 {
	font-size: 140%;
}

#cont_right h4 {
	font-size: 120%;
}

.download {
	padding-left: 25px;
	line-height: 25px;
	background-position: left middle;
	background-repeat: no-repeat;
}

.pdf {
	background-image: url(../img/pdf.gif);
}

.gif, .png, .jpg, .jpeg, .bmp {
	background-image: url(../img/bild.gif);
}

.zip {
	background-image: url(../img/zip.gif);
}

.hideme {
	display: none;
}

div.linkliste {
	border-top: 1px dotted #DADADA;
	margin: 10px 0 10px 220px;
	padding: 5px 0;
}

#cont_right {
	padding-left: 10px;
}

#cont_right div.linkliste {
	border-style: none;
}

#efa_switch {
	float: right;
}

#efa_switch a {
	margin: 0 3px;
}

#suche {
	float: right;
	height: 25px;
	background: #8A1E26;
}

#suchtext {
	margin-top: 3px;
	height: 18px;
	display: inline;
}

#suchesubmit {
	color: #FFF;
	display: inline;
	border: 1px solid #adadad;
	background: #B32731;
	margin: 4px 3px 0;
}

#grafiklinks {
	padding-left: 10px;
	text-align: center;
	margin-bottom: 2em;	
}

.randomImage {
	border: 1px solid #DADADA;
	padding: 2px;
}

#w3c-logos {
	float: right;
	margin-top: 10px;
}

/**
 * @section Formulare
 **/
 .formulare .teaser {
 	margin: 2em 0;
 }
 
 .formulare img.toggler {
 	width: 10px;
 	height: 10px;
 	vertical-align: middle;
 	margin-right: 10px;
 }