@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_framework/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_framework/yaml/print/print.css);
#header_navigation_left {
	position:absolute;
	width:235px;
	height:20px;
	border-bottom:#75001A 10px solid;
	padding: 8px 5px 0 25px;
	text-align:left;
}
#header_navigation_logo {
	position:absolute;
	left:265px;
	width:350px;
	height:103px;
	border:none;
	padding:0;
}
#header_navigation_right {
	position:absolute;
	left:615px;
	width:235px;
	height:20px;
	padding: 8px 25px 0 5px;
	text-align:right;
	border-bottom:#75001A 10px solid;
}
#sub_navigation_left {
	position:absolute;
	top:40px;
	width:400px;
	height:20px;
	padding: 8px 5px 0 25px;
	text-align:left;
}
#sub_navigation_right {
	position:absolute;
	top:40px;
	right:0px;
	width:300px;
	height:20px;
	text-align:right;
	padding: 8px 25px 0 25px;
}
#header a {
	color:#663300;
}
#header a:hover {
	text-decoration:underline;
}
#header li.current {
	text-decoration:underline;
	color:#993333;
}
.image_replace_aphrodites_toechter {
	background:url(../images/aphrodites_toechter_logo.png);
	background-repeat:no-repeat;
	width: 350px;
	height: 105px;
	text-indent: -999em;
}
#content {
	padding: 10px 100px 0 100px;
	background:none;
}
.subcl {
	padding: 0 20px 0 0;
}
.subcr {
	padding: 0 0 0 20px;
}
#footer {
	height:65px;
	margin:15px 0 0 0;
}
#suchmaschinenoptimierung {
	position:relative;
	top:50px;
	left:400px;
	height:10px;
}
#footer a {
	color:#CDC493;
}
.image_replace_suchmschinenoptimierung {
	
	width: 80px;
	height: 10px;
	text-indent: -999em;
}
.bild_rechts { float:right; padding: 0 0 0 15px;}
.bild_links { float:left; padding: 0 15px 0 0 ;}
.bild_mitte { text-align:center, padding: 0 15px 0 15px;}

