@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_slidingdoor.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

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

.page_margins{
	background:black;
	
}

#header {
	background-image: url(../bilder/kopf.jpg);
	height: 110px;
	width: 1024px;
}

#nav {
	background-image: url(../bilder/menu.jpg);
	height: 56px;
	width:1024px;	
}

#col1 {
	background-image: url(../bilder/lrand.jpg);
	width: 229px;
	height: 564px;
	left: -397px;
	position: relative;
	vertical-align: middle;
}

#lag {
  position: relative;
  text-align: right;
  padding: 0 6px 0 0
}

#col2 {
	width: 723px;
	background-color: #ffffd9;
	height: 564px;
	left:78px;
	top:-564px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

#col2_content {
	vertical-align: middle;
	        font-size: 12px;
        font-family: verdana, sans-serif;
  padding: 10px;

}

.posleft
{
  text-align: left;
}

#col3 {
	background-image: url(../bilder/rrand.jpg);
	width: 73px;
	height: 564px;
	left:476px;
	top:-1128px;
	position: relative;
}
#footer {
	background-image: url(../bilder/fuss.jpg);
	height: 71px;
	width: 1024px;
	bottom: 100px;
}

#main{
	height: 564px;
	width: 1024px;
}

#itext {
	font: 10pt Tahoma, Arial, Sans-Serif; 
}

h2{
        font-size: 15px;
        font-family: verdana, sans-serif;

}

.hlist {
margin: 5px;
padding:5px;
padding-top: 11px;
width: auto;
display: inline;
position:relative;
height: auto;
float: right;
padding-right: 80px;
}

.hlist ul ,.hlist li{
 list-style: none;
        margin: 1px;
        padding: 1px;
		display: inline;
}

.hlist li a:link , .hlist li a:visited , .hlist li a:active {display:block;height:38px;
line-height:38px;
background-color: #b77c44;

        color:#fff;
        text-decoration:none;
		text-align:center;
        font-size: 15px;
        font-family: verdana, sans-serif;
		padding: 5px 5px 5px 5px;
        margin:0px;
		display: inline;
		border: 1px solid;
		border-color: #b77c3c;
		
}

.hlist li a:hover {background-color:#FEFFFF;
background-color: #b77c44;
        color:#000;
}