@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(screen/basemod.css);
@import url(screen/content.css);
@import url(navigation.css);
@import url(formular.css);



/* import print layout | Druck-Layout einbinden */
@import url(print.css);
@media screen, projection
{
body {
	font-family:Verdana, Geneva, sans-serif !important;
}

p span {
	color: #4f83aa;
	font-weight:bold;
}

#header div.musik {
	position: absolute;
	top: 10px;
	left: 870px;
}
#header div.logo {
	position: absolute;
	top: 65px;
	left: 30px;
}
#header div.adresse p {
	position: absolute;
	top: 60px;
	left: 330px;
	text-align: center;
	color: #4f83aa !important;
}

.content_ds h2 {
	margin-bottom: 20px;
}

.content_ds_abstand_oben  {
	margin-top: 20px;
}

}
