@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_fixed_seo"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_fixed_seo"
 *
 * @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.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_vlist.css);
@import url(screen/basemod.css);
@import url(screen/basemod_3col_fixed_seo.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_100_draft.css);

html {
	height: auto;
	}
	
body {
	min-height: none;
	}


#footer { 
    color:#666; 
    background: #f9f9f9;
    padding: 0;
    border: none;
	 }

#header {
	background-image: url(../img/topnavbkg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	border: none;
	border-left: 5px #fff solid;

}
	 
#topnav {
	font-size: 92%;
	}	 
	 
#navcontainer {
	position: relative;
	width: 186px;
	height: 386px;
	background: transparent url(../img/image1.gif) top left no-repeat;
	top: -160px;
	left: 20px;
	border: white solid 3px;
	border: none;	
	}

#navwrapper {
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: transparent;
	}

#submenu {
	margin: 0;
	border: none;
	font-size: 85%;
	color: #444;
	}
	
#submenu a {
	text-decoration: none;
	border-bottom: none;
	margin-bottom: 3px;
	}
	
/* Level 1 */
#submenu li a {
	width: 90%;
	padding-left: 10%;
	background-color: #fdf3e3;
	color: #444;
	}
	
#submenu li a:focus, #submenu li a:hover, #submenu li a:active {
	background: #fdf3e3 url(../img/navbtnbkg.jpg) no-repeat;
	color: #444;
	font-weight: bold;
	}
	
	
/* Level 2 */
#submenu li ul li a, #submenu li ul li#active, #submenu li ul li strong, #submenu li ul li span {
	width: 80%;
	padding-left: 20%;
	background-color: #fdf3e3;
	color: #444;
	}

#submenu li ul li a {
	background-color: #fdf3e3;
	color: #444;
	}
	
#submenu li ul li a:focus, #submenu li ul li a:hover, #submenu li ul li a:active {
	background: #fdf3e3 url(../img/navbtnbkg.jpg) no-repeat 12% 0;
	color: #444;
	font-weight: bold;
	}
	
#col1 {
	background: #fff url(../img/contentbkg.jpg) bottom right no-repeat;
	}
	
#col1_content {
	padding-right: 40px;
	padding-bottom: 40px;
	}

#page_margins {
	width: 766px;
	width: 772px;
	background: #fff url(../img/testbkg2.jpg) 0px 0px no-repeat;
	padding-top: 0px;
	padding-left: 29px;
	padding-right: 29px;
	}
	
.active {
	background: #fdf3e3 url(../img/navbtnbkg.jpg) no-repeat;
	color: #444;
	font-weight: bold;
	}
	
ul.wkorange {
  	color: #f5a748;
  }
  
#col1_content ul {
	font-size: 90%;
}

.footnote {
	font-size: 80%;
	font-style: italic;
}

blockquote {
	font-style: normal;
	font-weight: bold;
	}
	
blockquote p {
	margin: 0;
	padding: 0;
	}

cite {
	display: block;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	font-size: 90%;
	}

	
/* ----------------- */
#col1_content a {
	color: #444;
	text-decoration: underline;
	}

.smallnavi {
	font-size: 75%;
	}
	
/* ----------------- */
	
.right {
	text-align: right;
	}
	
	
form {
position: relative;
margin-top: 2.2em;
}

form > div { /* nur MOSe */
overflow: hidden;
}

label, input, textarea {
float: left;
}

label {
clear: left;
padding-top: .5em;
width: 100px;
}

input, textarea {
border: 0;
color: #444;
font: 1em/1.0 verdana, arial, helvetica, sans-serif;
margin-bottom: 1em;
padding: 5px 9px 3px;
}

input {
height: 23px; /* nur IE 5.x */
height/**/:/**/ 15px;
width: 341px; /* nur IE 5.x */
width/**/:/**/ 323px;
}

textarea {
height: 226px; /* nur IE 5.x */
height/**/:/**/ 218px;
width: 341px; /* nur IE 5.x */
width/**/:/**/ 323px;
}

#contactform {
background: #f5a748;
padding: 1em;
width: 490px; /* nur IE 5.x */
width/**/:/**/ 468px;
}

#senden {
color: #444;
font-weight: bold;
height: auto;
margin-left: 100px;
padding: 5px 0;
text-decoration: underline;
width: 341px;
}
