@charset "UTF-8";

/* CSSTidy 1.3dev: Wed, 13 May 2009 10:24:36 +0200 */
/**@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-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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 * @appdef yaml
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import nav styles | Basis-Stylesheets einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(../yaml/navigation/nav_vlist.css);


/* import core styles | Basis-Stylesheets einbinden
@import url(wb_modules.css); */
/* import core styles | Basis-Stylesheets einbinden*/
@import url(../yaml/navigation/tab_slidingdoor.css);
@import url(../yaml/navigation/tab_shinybuttons.css); 

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/navigation/nav_buttons.css);
@import url(../yaml/navigation/showmenu.css);

/* @import url(php_border.css);

import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

@media all
{
/* Your styles here */
html {
	font-family: Verdana, "Times New Roman", Geneva, Arial, Helvetica, sans-serif, "Comic Sans MS";
}

body { 
	background: transparent url(../images/wallpaper.jpg) repeat fixed top left; 
	border: 0px;
	padding: 0px;
	margin: 0px;
}

img { -ms-interpolation-mode:bicubic; }

ul li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

.link {
	text-decoration: none;
	background-color: transparent;
	color: #686868;
	font-weight: bold;

}

a:hover.link {
	background-color: #fff8dc;
	text-decoration: none;
}


.bold {
	font-weight: 600;
}

.page-margin {
	font-family: Verdana, "Times New Roman", Geneva, Arial, Helvetica, sans-serif,"Comic Sans MS" ;
	text-align: left;
	background: #ffffff none;
	color:#00008b;
	width: 920px;
}

.page {
/* styles | Basis-Stylesheets  */
	width: auto;
	border: 0px;
	padding: 0px;
}

#main {
/* styles | Basis-Stylesheets  */
	padding: 0px;		
}

/* ####################################
** ### Content columns ################
** ####################################
*/

#header {
/* styles | Basis-Stylesheets  */
	background: transparent;
   padding: 10px 1em 10px 1em;
}


#col1, #col2, #col3 {
/* styles | Basis-Stylesheets  */
	min-height: 460px;
	height: auto;
}

#col1 {
/* styles | Basis-Stylesheets  */
	width: 240px;
}

#col1-content,#col3-content {
/* styles | Basis-Stylesheets  */
	background-color: #ffffff;
	min-height: 460px;
	height: auto;
}

#col2 {
/* styles | Basis-Stylesheets  */
	width:1px;
	display: none;
}

#col3 {
/* styles | Basis-Stylesheets  */
	margin: 0px 0px 0px 250px;
}

#col3-content { 
/* styles | Basis-Stylesheets  */
	overflow: auto;
}

div.counter {
	position: relative;
	width: 180px;
	padding:  0px 0px 0px 10px;
}


#footer {
	background: #f5f5f5 none;
	color: #00008b;
	margin: 0;
	width: auto;
}


/* ####################################
** ### Borders around page ############
** ####################################
*/
/* ####################################
** ### Teaser #########################
** ####################################
*/
.infocolumns {
	margin: 2px 0px 0px 0px; 
	background-color:#fffff0;
	float: left;
}

html > body .fixiert {
	position:fixed;
}
html > body .fixierterKopf {
	position:fixed;
}

.fixierterfooter {
	background-color: #ebe8d6;
	background: transparent url(../yaml/navigation/images/shiny_buttons/background-blue.jpg) repeat-x center;
	bottom:0;
	left: 0px;
	color:#000000;
	font-size:12px;
	height:26px;
	padding-bottom:1px;
	padding-top:1px;
	position:fixed;
	text-align:center;
	width:100%;
	border-top: 3px ridge  #575F38;
	border-bottom: 3px ridge #575F38;
}

  .title {
    background-color: #d3d3d3;
	 padding: 15px;
	 border: 0px;
  }

  .benefits {
    color: #000;
    background-color: #EEEEEE;
    padding: 10px;
    vertical-align: top;
	 border: 0px;
  }


}
