@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_seo"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_seo"
 *
 * @copyright       Copyright 2005-2009, 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.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

/* 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(screen/basemod.css);
@import url(screen/basemod_2col_advanced.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden 
@import url(../yaml/print/print_100_draft.css);
*/

body {
color:#FFF;
font-family:Verdana,sans-serif;
}

.page {
padding:0px;
}

/*
#main, .page, .page_margins {
background: none !important;
}
*/

#main {
background: url(images/wrapper-bg.gif) repeat-y top left;
padding: 2em;
}

#header {
/*background:url(images/bg_header.gif) repeat-x bottom;*/
padding:5px 2em 20px 20px;
}

#topnav {
position: relative;
width:99%;
text-align: center;
}

#col1_content {
padding: 0 0 0 1.5em;
background: #F8F8F8 none repeat scroll 0 0;
color: #333333;
margin-top: 15px;
}

#col1_content p {
}

#col1_content h2 {
padding: 0 0 1em 0;
color: #333333;
letter-spacing: 0.2em;
font-size:1.7em;
}

#col1_content img {
margin: 0.5em 1em 0.7em 0.5em;
border: 1px solid grey;
}

#col3 {
border: none;
}

#col3_content {
padding: 5px 25px 0 1px;
}

#footer {
margin: 10px 0 0 0;
padding: 10px 0 2px 0;
color: #CCC;
font-size: 0.8em;
}

#footer a {
font-weight: normal;
text-decoration:none;
color: #CCC;
}

a.startlist {
padding: 1em 0em 0em 0em;
font-size: 1.3em;
}

#menu {
background-color: #F8F8F8;
color: #464646;
font-size: 1em;
margin-top: 10px;
}

#hauptmenu {
margin: 0;
padding: 2px;
font-weight:bold;
}

#hauptmenu ul, li.kategorie  {
list-style: none;
margin:0;
padding: 0;
display:block;
list-style-image:none;
line-height: 1.5em;
border-top:1px dotted #C8C8C8;
}

#hauptmenu a {
background-image:url(images/listenitem-link.gif);
background-position: 1px 5px;
background-repeat:no-repeat;
display:block;
margin:0;
color: #53AC00;
padding:4px 2px 4px 20px;
text-decoration:none !important;
}

#hauptmenu a:hover, #hauptmenu a:focus, .active a  {
background-image:url(images/listenitem-active.gif);
background-position: 5px 5px;
background-repeat:no-repeat;
display:block;
margin:0;
color: #E23C23 !important;
padding:4px 2px 4px 24px;
text-decoration:none !important;
background-color: #F3F3F3;
}

/*------MENUE ENDE------*/

#col1_content a {
color: #53AC00;
text-decoration:underline;
}

li.redlist {
list-style-image: url(/assets/templates/gsp/css/images/dreieck-rot.gif) !important;
line-height: 1.9em;
margin: 0 0 0 3em;
}

li.greenlist {
list-style-image: url(/assets/templates/gsp/css/images/dreieck-gruen.gif) !important;
line-height: 1.9em;
margin: 0 0 0 3em;
}

p {
line-height: 1.5em;
}

.rechts {
text-align: right;
}

.links {
text-align:left;
}

.objleft {
float: left;
}

.objright {
float:right;
}

.fett {
font-weight:bold;
}

.infocall {
padding: 1px 15px 0 0;
background: #D5E39C;
color: #000;
font-size: 1.1em;
padding: 1em 2em;
}

.infocall img {
padding: 2px 0 0 0;
}

.infocall a {
text-decoration:underlined;
color: #000;
font-weight:bold;
}

.slogan {
margin: 0 0 0 2em;
}

.block {
display:block;
}

fieldset.kontaktform span {
display:block;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 999999999;
}

#lbCenter, #lbBottomContainer {
	z-index: 9999999999;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

/* Commented by doze, generated in javascript
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}*/

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

/* Commented by doze, generated in javascript
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}*/

#lbNextLink {
	right: 0;
}

/* Commented by doze, generated in javascript
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}*/

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 133px;
	height: 22px;
	/*background: transparent url(closelabel.gif) no-repeat center;*/
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
