@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_shinybuttons.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: url("../images/verlauf.jpg") repeat-x fixed left top white;
	padding: 0px;
}

.page {
	padding: 0px;
}

#header {
	background: url("../images/verlauf.jpg") repeat-x fixed left top white;
	padding: 0px;
}

.gs_image {
	padding: 3px;
}

h1 {
	margin-bottom: 1em;
}


h2,h3 {
	margin-top: 1em;
	margin-bottom: 1em;
}

table {
	border-style: inset;
}

td, th {
	padding: 10px;
}

.rahmen {
	border: 1px solid silver;
	padding: 10px;
	margin-bottom: 10px;

}
#topnav a {
	color: white;
}
