@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,400,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

body {
	background-color: #eeeae9;
/* 	background-image: url('../img/body_bg.jpg'); */
	background-repeat: repeat-x;
	font-family: 'Open Sans', Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 130%;
	font-size: 80%;
	color: #333;
	background: rgb(235,241,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(99%,rgba(171,211,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#abd3ee',GradientType=0 ); /* IE6-9 */
}

.wrapper {
	width: 820px;
	margin: 0 auto;
}

.accordion h3 {
	font-size: 160%;
}

#infobox {
	background-image: url('../img/infobox.png');
	width: 430px;
	height: 108px;
	color: #f2f2f2;
	text-align: center;
}

#infobox p {
	font-size: 140%;
	line-height: 120%;
}

#infobox h2 {
	font-size: 200%;
	color: #f2f2f2;
}

#logo img {
	margin: 46px 0;
}

#header a img {
	border: none;
}

a {
	color: #161f79;
}

a:hover {
	color: #F1923D;
}

#navigation {
	margin-top: 60px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	height: 36px;
}

#navigation ul li {
	list-style: none;
	float: left;
	margin: 0;
}

#navigation ul li a {
	display: block;
	color: #161f79;
	background-color: #f2f2f2;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	/* border-bottom: 5px solid #f2f2f2; */
	font-size: 120%;
}

#navigation ul li a:hover,
#navigation ul li.active a {
	background-color: #161f79;
	color: #f2f2f2;
/* 	border-bottom: 5px solid #f39668; */
background: none;
background-color: #F1923E;
}

ul#subnavigation {
	background-color: #f2f2f2;
	padding: 20px 0;
	margin-top: 17px;
}

ul#subnavigation li {
	list-style: none;
}

ul#subnavigation li a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	background-color: #f2f2f2;
}

ul#subnavigation li a:hover {
	background-color: #e1dddc;
}

#infobox {
	float: right;
	margin-top: 22px;
}

.headerimage {
	margin: 30px 0 10px 0;
}

.shadow {
	border: 5px solid #f2f2f2;
	-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#impressum {
	float: right;
}

#footer {
	background-color: #e1dddc;
	padding: 5px 0;
	margin-top: 50px;
}

#footer a.active {
	border-bottom: 5px solid #f39668;
}

#content {
}

.p30 {
	width: 250px;
}

.p50 {
	width: 400px;
}

.p70 {
	width: 550px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.p50.left {
	margin-right: 10px;
}

.p50.right {
	margin-left: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	color: #161f79;
}

hr.clearer {
	clear: both;
	visibility: hidden;
}

.quote {
	border-left: 10px solid #dedfe8;
	padding: 20px;
	font-size: 140%;
	font-weight: 100;
	color: #161f79;
	line-height: 150%;
}

.title {
	border-top: 8px solid #f39668;
	padding-top: 12px;
}

.small {
	font-size: 10px !important;
	margin-top: -10px !important;
	font-weight: normal !important;
}

#footer .wrapper {
	position: relative;
}

.wild {
	text-align: center;
	position: absolute;
	top: -20px;
	left: 300px;
}

.wild a img {
	margin: 0 10px;
	border: none;
}

.orange {
	color: #E77918;
}

.blue {
	color: #004091;
}

.lead {
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	margin: 30px 0;
	padding: 20px 30px;
	background-color: #F1923E;
	border-radius: 20px;
	color: #462303;
}

.eundk {
	text-align:right;
	margin-bottom: 0;
	margin-right: 100px;
	font-size: 22px;
	font-family: 'Pacifico', cursive;
	color: rgb(22, 31, 121);
}