﻿@import url('styles/layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #336633;
}
#container {
	width: 980px;
	margin: 0 auto;
	background-color: #ffffcc;
	height:auto
}
#masthead {
	text-align: right;
	width: 980px;
	overflow: auto;
	background-color: #ffffcc;
}
#sidebar {
	border-top:1px solid #336633;
	float: left;
	width: 154px;
	background-color: #ffffcc;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 796px;
	height:700px;
	padding: 15px;
	overflow: auto;
	background-color: #ffffff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 826px;
	position:relative;
	left: 154px;
	background-color: #ffffcc;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 0px solid #336633;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #336633;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #336633;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ddddbb;
	border-bottom: 1px solid #336633;
	background-color: #336633;
}
/* Fußzeile */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #33663;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Modal */

body {
    color: #333333;
    font-family:'Helvetica', arial;
    height:1500px;
}
.wrap {
    padding: 40px;
    text-align: center;
}
hr {
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #aaaaaa;
}
h1 {
    font-size: 3em;
    font-family: sans-serif;
    color: #336633;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
}
p {
    margin-bottom: 20px;
}
.btn {
    background: #428bca;
    border: #357ebd solid 1px;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color .1s ease;
}
.btn:hover {
    background: #357ebd;
}
.btn.btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px;
}
.btn-close {
    color: #336633;
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.btn-close:hover {
    color: #919191;
}
.modal:target:before {
    display: none;
}
.modal:before {
    content:"";
    display: block;
    background:0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.modal .modal-dialog {
    background: #fefefe;
    border: #336633 solid 2px;
    border-radius: 0px;
    margin-left: -200px;
    position: fixed;
    left: 50%;
    width: 360px;
    top: 20%;
}
.modal:target .modal-dialog {
    top: -100%;
   
}
.modal-body {
    padding: 20px;
}
.modal-header, .modal-footer {
    padding: 10px 20px;
}
.modal-header {
    border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
    font-size: 20px;
}
.modal-footer {
    border-top: #eeeeee solid 1px;
    text-align: right;
}

