@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0 beta1 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);
/* @import url(../yaml/debug/debug.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_100_draft.css);

#page_margins {
	margin-left: 8%;
	margin-right: 8%;
}

#header {
	background-color: #fff;
}

#teaser {
	background-color: #eee;
	font-size: 125%;
}

.justified {
	text-align: justify;
}

.wide_margins {
	margin-left: 10%;
	margin-right: 10%;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

#col3 {
	background-color: #fff;
}

#col3_content hr {
	width: 75%;
}

#col3_content ul li {
	list-style-type: square;
	list-style-image: inherit;
	list-style-position: outside;
}

#col1_content img {
	float: right;
	padding: 2px;
	margin: 2px;
	border-color: #000;
	border-width: 1px;
}

.quote {
	background-color: #eee;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 1em;
	padding: 4px;
	padding-bottom: 0px;
}

cite {
	font-weight: bold;
	font-style: normal;
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 4px;
}

h3 {
	margin-top: 4px;
}

@media print {
	#teaser {
		display: none;
	}

	#page_margins {
		margin-left: 0;
		margin-right: 0;
	}
}

/* css elements for the question and expanding/collapsing answers page */
.holder {
	width:97%;
	margin:5px;
	padding:1em;
	border:1px solid #ddd;
	float:left;
}

.holder h2 {
	text-align:left;
}

a.hid {
	color:#000;
	text-decoration:none;
	outline-style:none;
}

a.hid em {
	display:none;
}

a.hid:hover {
	text-decoration:none;
}

a.hid:active, a.hid:focus {
	background:#fff;
}

a.hid:active span, a.hid:focus span {
	display:none;
}

a.hid:active em, a.hid:focus em {
	display:block;
	color:#555;
	width:100%;
	font-style:normal;
	cursor:default;
}

/*.clear {
	clear:both;
}*/
