body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:400;
	color: #333;
}
body {
	background: #ddd;
	
	margin: 0;padding:0;
}
a:link, a:visited, a:active {
	color: #603;color:#018D80;
	text-decoration: none;
}
a:hover {
	color: #f08500;
	text-decoration: none;
}
hr {
	
	
	border: 0;
	border-top: 1px solid #ccc;
	height: 1px;
	width: 100%;
}
h1 {    font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #993366;color:#018D80;
	text-align: left;
	margin: 8px 2px 8px 2px;
	font-weight:300;
}

.main {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
 box-shadow: 10px 10px 16px 0px rgba(0, 0, 0, 0.05); /* Standard */ 
	
}
.banner, .search_box {
	height: 80px;
	



	text-align: center;
	padding-top: 20px;
}

#flags{
	position: absolute;
	height: 20px;
        text-align:right;

	width: 1000px;
	height: 20px;
	/*margin-right:25px;*/
	z-index: 200;
	
	margin-right: 30px;
	text-align: right;
	top: 0px;
}
#flags img{ border-width:0px;}



.banner {
height: 220px;
background-image: url(images/logo-neu.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 0px;
	float: left;
	text-align: left;
}
div#headline{
position:relative;
font-family: 'Oswald', sans-serif;
margin-top:70px;
height: 220px;
display:table-cell!important;
vertical-align: bottom;
width:370px; float:right; padding:20px 30px;
color:#018D80;
}



.search_box {
position:absolute;
float:right;
top:20px;
margin-left:750px;
	height:80px;
	width: 240px;
}

.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFF;
}
.banner span {
	color: #D0D0D0;
}

.menu { font-family: 'Oswald', sans-serif;
	width: 185px;
	margin: 3px 0px 20px 25px;
	font-size:110%;
float:left;
}

.left{ 
font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color: #666;
}

.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu-default a:link, .menu-default a:visited, .menu-default a:active {
border: 0;
	border-bottom: 1px dashed #999;
	
}
.menu-default a:hover {
border: 0;
	border-bottom: 1px dashed #333;
}

.menu-current  {
border: 0;
	border-bottom: 1px dashed #999;
	font-weight:bold;
}

.menu fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.menu legend {
	color: #603;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

.content {
width:754px;
background:#fff;
	float:right;
	padding: 4px 20px 14px 10px;
	text-align: left;

}
.footer {
width:100%;
	background-color: #FFF;
	clear: both;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 80%;
	color: #666;
	text-align: center;
	line-height: 18px;
	
}
.powered_by {
	text-align: center;
	font-size: 80%;
	padding: 10px;
}