@CHARSET "ISO-8859-1";

@import url(https://fonts.googleapis.com/css?family=Questrial);

html{
	background-color: #cbe4d9;
	color: #007052;
	overflow-y: scroll;
}

body{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #abc4b9;
	font-family: 'Questrial',Arial;
}

header{
	vertical-align: center;
	padding-bottom: 0px;
	display:block;
	width: 100%;
	background-color: #ffffff;
}

header img.logo{
	width: 20%;
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
}

header img.uschrift{
	width: 50%;
	margin-left:15%;
	margin-right:15%;
	display: inline;
	padding-top: 5%;
	float: right;
}

header h1{
	text-align: left;
	display: block;
	width: 100%;
	padding-top: 50px;
}

div.t1{
	display:table;
	width: 100%;
}

div.t2{
	display:table-row;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}

nav{
	width: 20%;
	display: table-cell;
	padding: 5px;
}

nav ul{
	padding-left: 0px;
	list-style-position: inside;
}

nav li{
	padding-left: 40px;
}

nav ul li a{
	color: #007052;
	text-decoration: none;
}

nav ul li:hover {
	background-color: #cbe4d9;
	color: #007052;
	text-decoration: none;
}

li{
	margin-bottom: 5px;
}

article{
	width: 75%;
	display: table-cell;
}

article a,acticle a:hover,article a:active,article a:focus {
	color: #007052;
	text-underline: none;
}

p.frage{
	 font-weight: bold;
}

td.preis{
	text-align: right;
}

article textarea{
	overflow-y: scroll;
	font-family: 'Questrial';
}

footer{
	display: block;
}