@charset "utf-8";
@import url("../webfonts/OpenSans_Regular/stylesheet.css");
@import url("../webfonts/OpenSans_SemiBold/stylesheet.css");
@import url("../webfonts/OpenSans_Light/stylesheet.css");
/* CSS Document */
/* ************** Bilder 100% ***********************/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width: 100%;
}
/* ************** *********** ***********************/


/* CSS reset */
body, div, dl, dt, dd, /*ul, ol, li,*/ h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, /*blockquote,*/ th, td {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input {
	border: 1px solid #b0b0b0;
	padding: 3px 5px 4px;
	color: #979797;
	width: 190px;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	/* [disabled]list-style: none;
*/
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* General Demo Style */
.ie7 body {
	overflow: hidden;
}
body {
	height: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-color: #948b79;
	background-image: none;
}
.content {
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	font-family: "OpenSans Regular", sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #666666;
	/* [disabled]background-color: #948b79;
*/
}
.header {
	background-color: #FFFCE6;
	text-align: center;
	padding-top: 2%;
	padding-right: 9%;
	padding-bottom: 2%;
	padding-left: 9%;
	margin-top: 3%;
}
.menue {
	background-color: #FFFCE6;
	text-align: center;
	padding-top: 3%;
	padding-right: 8%;
	padding-bottom: 3%;
	padding-left: 8%;
}
.content .menue a {
	font-family: "OpenSans Regular";
	font-size: 18px;
	color: #000;
	text-decoration: none;
	padding-top: 0.25%;
	padding-right: 1%;
	padding-bottom: 0.25%;
	padding-left: 1%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 0%;
}
.content .menue a:hover {
	color: #CC3300;
}
.chap-header {
	background: #fff;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
}
.chap-weiss {
	background-color: #FFF;
	text-align: left;
	padding-top: 3%;
	padding-right: 8%;
	padding-bottom: 3%;
	padding-left: 8%;
}
.chap-trans {
	padding-top: 1%;
	padding-right: 8%;
	padding-bottom: 1%;
	padding-left: 8%;
	background-color: #948b79;
	text-align: right;
}
.chap-trans a {
	color: #000;
	text-decoration: none;
	text-align: right;
}
.chap-2sp {
	width: 48%;
	float: left;
	padding-right: 2%;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.chap-2sp {
	width: 48%;
	float: left;
	/* [disabled]padding-left: 2%; */
}
.textlink {
	text-decoration: none;
	color: #CC3300;
}
.content h1 {
	font-weight: bold;
	font-size: 24px;
}
.content h2 {
	font-weight: bold;
}
.content .chap-weiss .chap-2sp ul li {
	list-style-position: outside;
	list-style-type: square;
}

_________min500max900_________ {
}
@media screen and (min-width: 500px) and (max-width: 900px) {
.header {
	padding-right: 15%;
	padding-left: 15%;
}
}
_________max900_________ {
}
@media screen and (max-width: 900px) {
.content {
	font-size: 14px;
}
.content .menue a {
	font-size: 14px;
}
.chap-2sp {
	width: 98%;
	float: left;
	padding-left: 2%;
	margin-bottom: 2%;
}
}
_________min1100_________ {
}
@media screen and (min-width: 1100px) {
.content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
}
