body {
	margin:0;
	padding:0;
}
header {
	margin:0px 0 40px 0;
	padding-top:20px;
}
#wrapper {
	position:relative;
	display:block;
	width:980px;
	margin: 0 auto;
}
#mobile-nav-icon {
	display:none;
}
div.archive_notice {
	position: fixed;
	top: 0px;
	left: calc(50% - 150px);
	width: 300px;
	background-color: #ffef00;
	color: #000;
	z-index: 99999;
	font-size: 18px;
	padding: 10px 0 15px;
	text-align: center;
}

/* mannaiv */
#mainnav {
	float:left;
	width:200px;
	font-size:16px;
}
#mainnav ul {
	padding:0;
	margin:0;
}
#mainnav ul li {
	list-style-type:none;
}
#mainnav li a {
	display: block;
	padding:10px 20px;
	text-decoration:none;
	color:#000;
	letter-spacing:0.04em;
}
#mainnav li.active a, #mainnav li a:hover {
	background-color:#c3e7f7;
	color:#005596;
	font-weight:bold;
	letter-spacing:0em;
}

/* subnav */
#subnav {
	float:left;
	width:160px;
	margin-left:20px;
	border-left: 1px dashed #87cfef;
	font-size:14px;
	min-height:400px;
	padding-right:20px;
}
#subnav ul {
	padding:0;
	margin:0;
}
#subnav ul li {
	list-style-type:none;
}
#subnav li a {
	display: block;
	padding:10px 20px;
	text-decoration:none;
	color:#72CDF4;
	letter-spacing:0.05em;
}
#subnav li.active a, #subnav li a:hover {
	color:#005596;
	font-weight:bold;
	letter-spacing:0;
}
/* navmenu */
#navmenu {
	visibility:hidden;
	/*display:none;*/
}

#content {
	float:left;
	display:block;
	/* margin-left:20px; */
	padding-left:20px;
	border-left: 1px dashed #87cfef;
	min-height:400px;
	padding-bottom:20px;
	margin-bottom:40px;
}
#content.threecol {
	width:540px;
}
#content.twocol {
	width:720px;
}
.tooltip {
	background-color:#0FF;
}


/* contact */
/* mailchimp */
#mc_subscribe {
	float:right;
	width:280px;
	border-left: 1px dashed #87cfef;
	padding:10px;
	padding-top:52px;
	min-height:800px;
}
.mc-field-group .required {
	background-image:none;
}

.contact #content.twocol {
	width:420px;
}
/* form */
.wegspam {
	display:none;
}
#errormsg {
	padding:10px;
	color:#d03d15;
	border: 2px dotted #d03d15;
	margin-bottom:15px;
	margin-top:15px;
	width:366px;
}
td.label {
	width:100px;
}
.formfield, textarea {
	width:306px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width:1px;
	border:solid 1px #CCCCCC;
	text-indent:2%;
}
textarea {
	width:286px;
}
.formfield {
	height:22px;
	margin-bottom:5px;
}
.formfield.big {
	width:375px;
	height:100px;
}
.formfield.xbig {
	width:406px;
	height:100px;
}
.required {
	background-image: url(../images/bullet-required.png);
	background-repeat: no-repeat;
	background-position: right center;
}
input#submit:hover, button#submitBt:hover {
	-webkit-box-shadow:inset 1px 1px 1px 1px #BFBFBF;
	box-shadow:inset 1px 1px 1px 1px #BFBFBF;
}
input#submit, button#submitBt {
	display:block;
	width:150px;
	font-size:22px;
	font-family:'Open Sans', sans-serif;
	text-align:center;
	padding:10px 0;
	cursor:pointer;
	color:#005596;
	border:none;
	background-color:#C3E7F7;
	-webkit-box-shadow: 1px 1px 1px 1px #BFBFBF;
	box-shadow: 1px 1px 1px 1px #BFBFBF;
	-webkit-appearance: none;
	-moz-appearance: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: transparent;
	}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: transparent;
	}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: transparent;
	}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: transparent;
	}

/* styling */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
}
h1 {
	font-size:40px;
	margin-top:0;
	line-height:40px;
}
h2 {
	font-size:14px;
	color:#005596;
	margin-bottom:0px;
}
p {
	margin-top:0;
}
a {
	color:#005596;
}
a:hover {
	text-decoration:none;
}
hr {
	border:0;
	border-top: 1px solid #000;
}
.font_small {
	font-size:12px;
}
#content table.tableborder {
	border-collapse:collapse;
}
#content table.tableborder td {
	border: 1px solid #000;
	padding-left:5px;
}
.img-left {
	padding: 5px 5px 5px 0; 
	margin-right: 10px;
	float:left;
}
.img-right {
	padding: 0px 5px 5px 5px; 
	margin-left: 10px;
	float:right;
}


/* responsive ***************************************************/

/*		Tablet Layout: 768px.  ***********************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#wrapper {
		width:96%;
		padding:0 2%;
	}
	header img {
		width:100%;
		height:auto;
	}
	#subnav {
	}
	#content {
		float:left;
	}
	#content.twocol {
		width:460px;
		width: calc(100% - 250px);
	}
	#content.threecol {
		width:320px;
		width: calc(100% - 430px);
	}
	
	/* contact */
	.contact #content.twocol {
		width:460px;
		width: calc(100% - 250px);
	}
	#mc_subscribe {
		float:none;
		min-height:inherit;
		margin-left:200px;
		padding:0 10px;
	}
}
/*		Mobile Layout: 320px.   *********************************/
@media only screen and (max-width: 767px) {
	#wrapper {
		width:96%;
		padding:0px 2% 0;
	}
	header img {
		width:70%;
		height:auto;
	}
	#mobile-nav-icon {
		display:block;
		width:38px;
		height:34px;
		background-image: url(../images/mmenu.png);
		background-repeat: no-repeat;
		position:absolute;
		right:10px;
		top:30px;
	}
	#navmenu {
		visibility:visible;
	}
	#content {
		margin-left:0;
		padding:0 2% 40px 2%;
		border-left: none;
	}
	#content.twocol {
		width:96%;
	}
	#content.threecol {
		width:96%;
	}
	.col1, #subnav {
		display:none;
	}
	#mc_subscribe {
		float:none;
		min-height:inherit;
		padding:0 2%;
		border:none;
		width:98%;
	}
	h1 {
		font-size:28px;
		line-height:28px;
	}
	
	/* contact */
	.label {
		display:none;
	}
	.contact #content.twocol {
		width: 98%;
	}
	.formfield, textarea {
		width:100%;
	}
	.formfield.xbig {
		width:100%;
		height:100px;
	}
	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: inherit;
		}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: inherit;
		}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: inherit;
		}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: inherit;
		}

}
/*		Wide Mobile Layout: 480px.   **************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}