@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.2
 * 
 */

/* 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);

body{
	background: #D5D5D5;;
	font-family: Verdana, Geneva, sans-serif;
}

p{
	font-size: 0.8em;
	margin-bottom: 2em;
	line-height: 1.3em;
}

h2{
	width: 100%;
	color: #333;
	margin-bottom: 0.1em;
}

.hint{
	font-size: 0.6em;	
}

.list{
	font-size: 0.9em;	
}

.page{
	padding: 0px 5px 0px 0px;	
}

.page_margins{
	background-color: #B3B3B3;	
}

#nav{
	background-color: #333;	
}

#nav .hlist{
	background-color: #333;	
}

.hlist{
	background: #333;	
}

.hlist li{
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	border-bottom: none;
}

.hlist ul li:focus, .hlist ul li:hover, .hlist ul li:active{
	background-color: #666;	
}

.hlist ul li:focus a, .hlist ul li:hover a, .hlist ul li:active a{
	background-color: #666;	
}

.hlist a:focus, .hlist a:hover, .hlist a:active{
	background: #F99600;
	background: none;
}

.hlist ul li.active, .hlist ul li.active:focus, .hlist ul li.active:hover, .hlist ul li.active:active{
	background: #F99600;	
}

.hlist a{
	background: #333;	
}

.hlist strong{
	background: #333;	
}

.hlist li.active strong{
	color: #E6E6E6;	
	background: #F99600;
	color: #F2F2F2;
}

#nav .hlist a{
	color: #E6E6E6;	
	padding-bottom: 4px;
}

#nav ul{
	margin-left: 0px;	
}

#nav li{
	background: #333;
	border-bottom: 0px;
}

#header{
	background-color: #F99600;
	height: 210px;
	padding: 0;
}

#main{
	background-color: #B3B3B3;	
	text-align: justify;
}

#footer{
	border-top: 2px solid #333;
	background-color: #333;
	height: 70px;
	padding: 10px 5px;
	font-size: 0.7em;
}

#footer img{
	margin: 10px 20px;
	float: right;
}

#footer a{
	color: #666;
	text-decoration: none;
}

#footer a:hover{
	color: #B3B3B3;	
}

#footer .footerhlist{
	width: 500px;
	background-color: #333;
}

#footer .footerhlist ul{
	text-align: left;
	list-style: none;
	list-style-position: outside;
	margin: 0;
	background-color: #333;
}

#footer .footerhlist li{
	background-color: #333;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	list-style-type: none !important;
}

#border-bottom{
	clear: both;
	height: 20px;
	background-color: #333;
}
