/*CSS Document*/
html.size {
	height: 100%;
  	width: 100%;
}

body.base {
	background-color: #cc9966;
	height: 100%;
  	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Consolas', 'Verdana';
}

div.wrapper {
	height: 100%;
	width: 100%;
  	display: block;
	margin: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*border: solid 1px;
	border-color: #ffcc99;
	border-radius: 5px;*/
}

div.logo_box {
	background-image: url("../../img/logo.png");
	margin: auto;
	height: 110px;
	width: 538px;
	/*border: solid 1px;
	border-color: #999966;
	border-radius: 5px;*/
}

div.menu_box {
	position: fixed;
  	top: 156px;
  	left: 10px;
  	width: 165px;
	height: 300px;
	border: solid 1px;
	border-color: #000000;
	border-radius: 5px;
}

div.content_box {
    margin-top: 5px;
	width: 61%;
	height: 87vh;
	margin: auto;
	border: solid 1px;
	border-color: #000000;
	border-radius: 5px;
}

img.stamp {
	margin-top: 20px;
	display: block;
	margin-right: auto;
    margin-left: auto;
	align: center;
	height: 172px;
	width: 222px;
	opacity: 0.4;
}

div.kontakt {
	margin-top: 5px;
    width: 250px;
    height:100%;
    margin: 35px auto;
	font-weight: normal;
	/*background-color:#FFA500;*/
}

div.copyright_box {
	width: 100%;
	height: 100%;
	font-family: 'Consolas', 'Verdana';
	font-size: 11px;
	text-align: center;
	color: #000000;
	/*border: solid 1px;
	border-color: #000000;
	border-radius: 5px;*/
}

h3.content {
	font-weight: normal;
	font-size: 15px;
	text-align: left;
}

h4.headline {
	/*display: list-item;*/
	font-family: 'Consolas', 'Verdana';
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	color: #000000;
	line-height: 1;
}

h4.inline {
	/*display: list-item;*/
	font-family: 'Consolas', 'Verdana';
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	color: #000000;
	line-height: 1;
}
	
a.link {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	line-height: 1;	
}