/*CSS Format by http://HomepageHelfer.net*/

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana;
	color:  #72c25c;
	font-size: 1.0em;
    margin: 0;
	padding: 0;
	background: #c9de96;
    background: url(../design/bg.jpg) no-repeat center center fixed;
    background-size: cover;
}
ul, ol, dl {
	margin: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	padding-left: 12px;
	color: #629853;
	text-align: left;
	margin-bottom: 15px;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-variant: small-caps;
	letter-spacing: 0.11em;
	padding-left: 8px;
	color: #629853;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 0.10em;
	padding-left: 8px;
	color: #629853;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-variant: small-caps;
	letter-spacing: 0.10em;
	padding-left: 8px;
	color: #629853;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: initial;
}
a:link {
	font-family: Verdana;
	color: #81A475;
	font-size: 1em;
	text-decoration: none;
}
a:visited {
	color: #81A475;
	text-decoration: none;
}
a:active {
	color: #81A475;
	text-decoration: none;
}
a:hover {
	color: #56744C;
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding: 1%;
}
textarea {
	color: #57704E;
	font-size: 12px;
	font-family: "Arial Narrow";
	padding: 3px;
	background-color: #E6FFDD;
	border: 1px solid #AB9C54;
	border-radius: 3px;
}
/*-------- design--------- */
.container {
	width: 100%;
    max-width: 900px;
	background-color: #ffffff;
	border: 0px solid #AB9C54;
	-webkit-box-shadow: 2px 2px 2px 2px #c7de8c;
    box-shadow: 2px 2px 2px 2px #c7de8c;
	margin: 1% auto;
}
.header {
	width: 100%;
	max-height: 100%;
	border-bottom: 4px double #AB9C54;
	margin-bottom: 2%;
}
.sidebar {
	float: left;
	width: 22%;
}
.box-left {
	float: left;
	width: 96%;
	text-align: center;
	font-size: 1.0em;
	padding: 1%;
	margin-bottom: 2.5%;
}
.box-left-navi {
	float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 96%;
	text-align: left;
	padding: 1%;
	padding-bottom: 15px;
	margin-bottom: 2.5%;
}
.content {
	float: left;
	width: 77%;
    margin-bottom: 1.4%;
	border-left: 1px solid #AB9C54;
}
.content-text {
	float: left;
	width: 98%;
    text-align: left;
	padding: 1%;
    background-color: transparent;
}
.footer {
	position: relative;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
    border-top : 1px solid #AB9C54;
    clear: both;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.balken-werbung {
    float: left;
    width: 98%;
    background-color: transparent;
    margin-bottom: 1%;
    text-align: center;
    padding: 1%;
    border-top: 1px solid #AB9C54;
}

/* ----------Copyright-------- */
.copyright {
	font-size: 14px;
	font-family: Impact;
	font-style: normal;
	color: #81a475;
	text-align: center;
}
.copyright a {
	font-size: 14px;
	font-family: Impact;
	font-style: normal;
	color: #56744C;
	text-decoration: none;
}
.copyright a:hover {
	color: #81A475;
}
/* --------------Media Screen------------ */
/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
.container {
	width: 97.5%;
}
.header {
	width: 100%;
}
.sidebar {
	width: 100%;
}
.content {
	width: 100%;
	border-left: 0;
}
.footer {
	width: 100%;
}
.box-left {
	width: 100%;
	visibility: hidden;
	display: none;
}
.box-left-navi {
	width: 98%;
}
img {
	max-width: 100%
}
}
/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 768px) and (orientation: portrait) {
.container {
	width: 97.5%;
}
.header {
	width: 100%;
}
.sidebar {
	width: 100%;
}
.content {
	width: 100%;
	border-left: 0;
}
.footer {
	width: 100%;
}
.box-left {
	width: 98%;
	visibility: hidden;
	display: none;
}
.box-left-navi {
	width: 98%;
}
img {
	max-width: 100%
}
}
/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
.container {
	width: 97.5%;
}
.header {
	width: 100%;
}
.sidebar {
	width: 100%;
}
.content {
	width: 100%;
	border-left: 0;
}
.footer {
	width: 100%;
}
.box-left {
	width: 98%;
	visibility: hidden;
	display: none;
}
.box-left-navi {
	width: 98%;
}
img {
	max-width: 100%
}
}
/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
.container {
	width: 97.5%;
}
.header {
	width: 100%;
}
.sidebar {
	width: 100%;
}
.content {
	width: 100%;
	border-left: 0;
}
.footer {
	width: 100%;
}
.box-left {
	width: 98%;
	visibility: hidden;
	display: none;
}
.box-left-navi {
	width: 98%;
}
img {
	max-width: 100%
}
}