/************************************************************************/
/*	body								*/
/************************************************************************/
body {
	background-color: #94a57b;

	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;

	/* height: 800px; */
	width: 750px;

	color: #000000;
	text-align: center;
	text-decoration: none;
	vertical-align: top;

	font-family: Sans-serif, Verdana, Helvetica, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

/************************************************************************/
/*	sheet								*/
/************************************************************************/
.sheet {
	background-color: #000000;

	border-bottom: 3px;
	border-left: 3px;
	border-right: 3px;
	border-top: 3px;

	border-color: #000000;
	border-radius: 16px 16px 16px 16px;
	border-style: solid;

	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

	/* height: 800px; */
	width: 750px;

	box-shadow: 0px 0px 25px 1px #000000;
}

/************************************************************************/
/*	header								*/
/************************************************************************/
.header {
	background-color: #000000;
	background-image: url(ressource/bg_header.png);
	background-repeat: no-repeat;

	border-radius: 12px 12px 0px 0px;

	height: 100px;
	width: 750px;
}

.header-wrapper {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
}

.header-wrapper-title {
	color: #ffffff;
	text-align: center;
}

.header-wrapper-text {
	color: #ffffff;
	text-align: justify;
}

/************************************************************************/
/*	menu								*/
/************************************************************************/
.menu {
	background-color: #000000;
	/* background-image: url(ressource/bg_menu.png); */
	/* background-repeat: no-repeat; */

	height: 40px;
	width: 750px;
}

.menu-wrapper {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 12px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
}

.menu-wrapper-title {
	color: #ffffff;
	text-align: center;
}

.menu-wrapper-text {
	color: #ffffff;
	text-align: justify;
}

/************************************************************************/
/*	menu navigation							*/
/************************************************************************/
.menu-wrapper-navigation {
	float: left;
	overflow: hidden;
}

.menu-wrapper-navigation a {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 0px;

	color: #ffffff;
	text-align: left;
	text-decoration: none;

	float: left;
	outline: none;
}

.menu-wrapper-navigation a:focus {
	color: #8a0000;
	text-decoration: none;
}

.menu-wrapper-navigation a:hover {
	color: #8a0000;
	text-decoration: none;
}

/************************************************************************/
/*	menu navigation dropdown					*/
/************************************************************************/
.menu-wrapper-navigation-dropdown {
	float: left;
	overflow: hidden;
}

/************************************************************************/
/*	menu navigation dropdown button					*/
/************************************************************************/
.menu-wrapper-navigation-dropdown-button {
	background-color: #000000;

	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;

	border-color: #000000;
	border-style: none;

	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 0px;

	color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;

	cursor: pointer;
	/* float: left; */
	outline: none;
}

.menu-wrapper-navigation-dropdown-button:focus {
	color: #8a0000;
	text-decoration: none;
}

.menu-wrapper-navigation-dropdown-button:hover {
	color: #8a0000;
	text-decoration: none;
}

/************************************************************************/
/*	menu navigation dropdown popup					*/
/************************************************************************/
.menu-wrapper-navigation-dropdown-popup {
	background-color: #ffffff;

	border-bottom: 3px;
	border-left: 3px;
	border-right: 3px;
	border-top: 3px;

	border-color: #000000;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;

	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;

	/* min-height: 150px; */
	min-width: 150px;

	box-shadow: 0px 0px 25px 1px #000000;

	display: none;
	position: absolute;
	z-index: 1;
}

.menu-wrapper-navigation-dropdown-popup a {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;

	color: #000000;
	text-align: left;
	text-decoration: none;

	display: block;
	float: none;
}

.menu-wrapper-navigation-dropdown-popup a:focus {
	background-color: #cccccc;

	color: #000000;
	text-decoration: none;
}

.menu-wrapper-navigation-dropdown-popup a:hover {
	background-color: #cccccc;

	color: #000000;
	text-decoration: none;
}

/************************************************************************/
/*	menu navigation dropdown ruler					*/
/************************************************************************/
.menu-wrapper-navigation-dropdown-ruler {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
}

.menu-wrapper-navigation-dropdown-ruler-wrapper {
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;

	border-color: #000000;
	border-style: solid;
}

/************************************************************************/
/*	menu navigation dropdown show					*/
/************************************************************************/
.menu-wrapper-navigation-dropdown-show {
	display: block;
}

/************************************************************************/
/*	menu socialmedia						*/
/************************************************************************/
.menu-wrapper-socialmedia {
	float: right;
	overflow: hidden;
}

.menu-wrapper-socialmedia a {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;

	color: #ffffff;
	text-align: left;
	text-decoration: none;

	float: right;
	outline: none;
}

.menu-wrapper-socialmedia a:focus {
	color: #008a00;
	text-decoration: none;
}

.menu-wrapper-socialmedia a:hover {
	color: #008a00;
	text-decoration: none;
}

/************************************************************************/
/*	content								*/
/************************************************************************/
.content {
	background-color: #ffffff;
	/* background-image: url(ressource/bg_content.png); */
	/* background-repeat: no-repeat; */

	/* height: 800px; */
	width: 750px;
}

.content-wrapper {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

.content-wrapper-title {
	color: #8a0000;
	text-align: center;
}

.content-wrapper-text {
	color: #000000;
	text-align: justify;
}

/************************************************************************/
/*	content table							*/
/************************************************************************/
.content-wrapper-table {
	display: table;
}

.content-wrapper-table-tr {
	display: table-row;
}

/************************************************************************/
/*	content table 1x1						*/
/************************************************************************/
.content-wrapper-table-tr-td-1x1 {
	display: table-cell;

	/* height: 50px; */
	width: 670px;				/* 750 - 40 - 40 = 670 */

	color: #000000;
	text-align: center;
}

/************************************************************************/
/*	content table 1x2						*/
/************************************************************************/
.content-wrapper-table-tr-td-1x2 {
	display: table-cell;

	/* height: 50px; */
	width: 335px;				/* (750 - 40 - 40) / 2 = 335 */

	color: #000000;
	text-align: center;
}

.content-wrapper-table-tr-td-2x2 {
	display: table-cell;

	/* height: 50px; */
	width: 335px;				/* (750 - 40 - 40) / 2 = 335 */

	color: #000000;
	text-align: center;
}

/************************************************************************/
/*	content table 1x3						*/
/************************************************************************/
.content-wrapper-table-tr-td-1x3 {
	display: table-cell;

	/* height: 50px; */
	width: 223px;				/* (750 - 40 - 40) / 3 = 223.5 */

	color: #000000;
	text-align: center;
}

.content-wrapper-table-tr-td-2x3 {
	display: table-cell;

	/* height: 50px; */
	width: 224px;				/* (750 - 40 - 40) / 3 = 223.5 */

	color: #000000;
	text-align: center;
}

.content-wrapper-table-tr-td-3x3 {
	display: table-cell;

	/* height: 50px; */
	width: 223px;				/* (750 - 40 - 40) / 3 = 223.5 */

	color: #000000;
	text-align: center;
}

/************************************************************************/
/*	content list 1x2						*/
/************************************************************************/
.content-wrapper-list-tr-td-1x2 {
	display: table-cell;

	/* height: 50px; */
	width: 600px;				/* 750 - 40 - 40 - 70 = 600 */

	color: #000000;
	text-align: left;
}

.content-wrapper-list-tr-td-2x2 {
	display: table-cell;

	/* height: 50px; */
	width: 70px;				/* 750 - 40 - 40 - 600 = 70 */

	color: #000000;
	text-align: right;
}

/************************************************************************/
/*	content list 1x3						*/
/************************************************************************/
.content-wrapper-list-tr-td-1x3 {
	display: table-cell;

	/* height: 50px; */
	width: 380px;				/* 750 - 40 - 40 - 220 - 70 = 380 */

	color: #000000;
	text-align: left;
}

.content-wrapper-list-tr-td-2x3 {
	display: table-cell;

	/* height: 50px; */
	width: 220px;				/* 750 - 40 - 40 - 380 - 70 = 220 */

	color: #000000;
	text-align: left;
}

.content-wrapper-list-tr-td-3x3 {
	display: table-cell;

	/* height: 50px; */
	width: 70px;				/* 750 - 40 - 40 - 380 - 220 = 70 */

	color: #000000;
	text-align: right;
}

/************************************************************************/
/*	content imprint 1x2						*/
/************************************************************************/
.content-wrapper-imprint-tr-td-1x2 {
	display: table-cell;

	/* height: 50px; */
	width: 335px;				/* (750 - 40 - 40) / 2 = 335 */

	color: #000000;
	text-align: left;
}

.content-wrapper-imprint-tr-td-2x2 {
	display: table-cell;

	/* height: 50px; */
	width: 335px;				/* (750 - 40 - 40) / 2 = 335 */

	color: #000000;
	text-align: right;
}

/************************************************************************/
/*	content ruler							*/
/************************************************************************/
.content-wrapper-ruler {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
}

.content-wrapper-ruler-wrapper {
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;

	border-color: #000000;
	border-style: solid;
}

/************************************************************************/
/*	content link							*/
/************************************************************************/
.content-wrapper a:link {
	color: #00008a;
	text-decoration: none;
}

.content-wrapper a:visited {
	color: #00008a;
	text-decoration: none;
}

.content-wrapper a:hover {
	color: #8a0000;
	text-decoration: none;
}

.content-wrapper a:active {
	color: #8a0000;
	text-decoration: none;
}

/************************************************************************/
/*	content image							*/
/************************************************************************/
.content-wrapper img {
	background-color: #ffffff;

	border-bottom: 2px;
	border-left: 2px;
	border-right: 2px;
	border-top: 2px;

	border-color: #000000;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;

	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;

	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

	/* min-height: 10px; */
	/* min-width: 10px; */

	box-shadow: 0px 0px 25px 1px #000000;
}

/************************************************************************/
/*	footer								*/
/************************************************************************/
.footer {
	background-color: #000000;
	/* background-image: url(ressource/bg_footer.png); */
	/* background-repeat: no-repeat; */

	border-radius: 0px 0px 12px 12px;

	height: 30px;
	width: 750px;
}

.footer-wrapper {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
}

.footer-wrapper-title {
	color: #ffffff;
	text-align: center;
}

.footer-wrapper-text {
	color: #ffffff;
	text-align: justify;
}
