@charset "utf-8";
/* CSS Document */

@import url(font-box.css);

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;	
}

table {
	border-spacing: 0px;
	border-collapse: collapse;	
}

table td {
	vertical-align: top;
}

/* ------------------------------------------------ 
Header 
------------------------------------------------ */


header {
	position: relative;
	background: url(../images/backgrounds/bg-header.png) no-repeat top center;
	width: 100%;
	height: 552px;
	top: 0px;
	left: 0px;
	margin: 0 auto;
}

.undersite {
	position: relative;
	background: url(../images/backgrounds/bg-header-2.png) no-repeat top center;
	width: 100%;
	height: 322px;
	top: 0px;
	left: 0px;
	margin: 0 auto;
}

.header {
	position: relative;
	width: 903px;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	text-align: left;
	font-family: 'Signika', sans-serif;
}

#lg-mecode {
	position: relative;
	width: 900px;
	height: 46px;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 34px 0 22px;	
}

nav {
	position: relative;
	background: url(../images/backgrounds/bg-nav.png) no-repeat;
	width: 903px;
	height: 74px;
}

nav ul.navi {
	position: relative;	
	top: 4px;
	left: 5px;
}

nav li {
	float: left;
	background: url(../images/backgrounds/bg-linie.png) right center no-repeat;	
	display: inline;
	list-style: none;
}

nav li a {
	float: left;	
	display: block;
	height: 35px;
	color: #ffffff;
	font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 21px 17px 0;
}

nav li a:hover, nav li a.active {
	background: url(../images/backgrounds/bg-nav-hover.png) repeat-x;
}

nav li a:hover.home, nav li a.active2 {
	background: url(../images/backgrounds/bg-nav-home.png) repeat-x;
}

nav li:hover ul {
	visibility: visible;
}

nav li ul {
	position: absolute;
	background: #3d80b8;
	width: 220px;
	top: 40px;
	visibility: hidden;
	border-radius: 5px;
	margin-top: 8px;
	z-index: 1000;
}

nav li ul li {
	background: none;
}

nav li ul li a {
	min-width: 185px;	
	height: 32px;	
	padding: 21px 17px 0;
}

nav li ul li a:hover {
	background: url(../images/backgrounds/bg-nav-hover.png) repeat-x center center;
	border-radius: 5px;
}

.middle {
	position: relative;
	width: 920px;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------------------------ 
Content
------------------------------------------------ */

#content {
	position: relative;
	background: url(../images/backgrounds/bg-content-top.png) top center  no-repeat #ffffff;
	width: 100%;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	z-index: 850;
}

.content {
	position: relative;
	width: 900px;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	text-align: left;
	line-height: 22px;
}

#social-network {
	position: relative;
	height: 50px;
	top: -20px;	
	text-align: right;
}

#social-network img {
	margin-left: 5px;
}

#social-network a:hover img {
	opacity: 0.8;
	box-shadow: 2px 2px 2px #00baff;
	border-radius: 30px;
}

.text {
	float: left;
	width: 582px;	
	margin-bottom: 60px;
}

.kontakt {
	float: left;
	background: url(../images/backgrounds/bg-schatten.png) no-repeat bottom left;
	width: 218px;
	padding: 0 40px 20px;
	margin-left: 20px;
}

.undersite2 {
	margin-bottom: 0px;	
}

.undersite3 {
	margin-bottom: 0px;
	width: 900px !important;	
}

.content-info {
	position: relative;
	background: url(../images/backgrounds/bg-content-info.png) top center no-repeat;
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	z-index: 800;
}

.content-box {
	position: relative;
	width: 900px;	
	top: 20px;
	margin: 0 auto;
}

.last {
	margin-right: 0;	
}

.pic {
	float: right;
}

#content-bt {
	position: relative;
	background: url(../images/backgrounds/bg-content-bottom.png) top center  no-repeat;
	width: 100%;
	height: 134px;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	z-index: 600;
}


/* ------------------------------------------------ 
Footer 
------------------------------------------------ */

footer {
	position: relative;
	background: url(../images/backgrounds/bg-footer.png) top center no-repeat;
	width: 100%;
	height: 220px;
	top: 0px;
	left: 0px;
	margin: 0 auto;
}

.ui-top {
	position: relative;		
	width: 42px;
	top: 32px;
	left: -6px;
	margin: 0 auto;
}

.footer {
	position: relative;
	width: 600px;
	top: 80px;
	left: -6px;
	margin: 0 auto;
	text-align: center;
	color: #cd3100;
	font-size: 80%;
	font-family: 'Signika', sans-serif;
	font-style: italic;
}

.footer a {
	color: #cd3100;
	text-decoration: none;	
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;	
}

.clear, section {
	clear: both;	
}

