@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (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(screen/basemod.css);
@import url(screen/content.css);

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

#header {
	padding: 0px;
}
ul, ol, dl {
	margin: 0 0 0.5em 1em;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
}
#col3_content {
	background-attachment: scroll;
	background-color: #69a7a9;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	height: 410px;
	padding-top: 40px;
	padding-left: 15px;
}
#col3_content p {
	color: #000;
	padding-left: 15px;
	padding-right: 15px
}
#col1_content {
	height: 450px;
	width: 253px;
	padding: 0px;
	background-color: #69a7a9;
}
#col2_content {
	height: 450px;
	width: 253px;
	padding: 0px;
	background-color: red;
}
#NaviListe li {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	list-style-type: none;
}
#col3_content li {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	list-style-type: none;
}
div#wn {
	position: relative;
	width: 420px;
	height: 360px;
	overflow: hidden;
}
#scrollLinks {
	float: right;
}
#main {
	margin: 0px 0;
}
#footer {
	padding: 5px 5px;
}
#NaviListe ul {
	padding-top: 30px;
	padding-left: 48px;
}
h5 {
	color: #000;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 5px;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:link {
	text-decoration: none;
	color: white;
	
}
a:hover {
	text-decoration: none;
	color: #f49d00;
}
a:active {
	text-decoration: none;
	color: #006ab3;
}
#footer a:focus {
	text-decoration: none;
	color: #666666;
	;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:link {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #006ab3;
}
#footer a:active {
	text-decoration: none;
	color: black;
}
#topnav a:focus, #col3 a:focus {
	text-decoration: none;
	color: black;
}
#topnav a:visited, #col3 a:visited {
	text-decoration: none;
	color: black;
}
#topnav a:link, #col3 a:link {
	text-decoration: none;
	color: black;
}
#topnav a:hover, #col3 a:hover {
	text-decoration: none;
	color: #006ab3;
}
#topnav a:active, #col3 a:active {
	text-decoration: none;
	color: black;
}
a:focus {
	text-decoration: none;
	color: white;
}
#bild {
	float: left;
	width: 253px;
	text-align: left;
}
#complimente {
	margin: 0 253px;
	width: auto;
	text-align: center;
}
#design {
	float: right;
	width: 253px;
	text-align: right;
}
.page_margins {
	max-width: 82em;
	min-width: 82em;
	width: auto;
}
