@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}


body {
	background:url(../img/bg.gif) repeat;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#3a3a3a;
}

/*———— Typo ————*/

h1, .h1 {
	font-size:20px;
	color:#ff9d09;
	line-height: 1.2em !important;
	text-shadow: 0 1px 1px #fff;
}

h2, .h2 {
	font-size:14px;
	color:#3a3a3a;
	line-height: 2.0em;
	margin: 0 0 10px 0;
	font-weight:600;
	text-shadow: 0 1px 1px #fff;
}

h3, .h3 {
	font-size:14px;
	color:#ff9d09;
	margin: 0 0 5px 0;
	text-shadow: 0 1px 1px #fff;
}

a {
	text-decoration: underline;
	/*text-decoration:none;*/
	color: #3a3a3a;
	/*color:#ff9d09;*/
}

a:hover {
	text-decoration: none;
	/*text-decoration:underline;*/
}

p {
	line-height:1.4em;
	text-shadow: 0 1px 1px #fff;
	margin: 0 0 1.4em 0;
}

#content ul {
	line-height:1.4em;
	text-shadow: 0 1px 1px #fff;
	margin: 0 0 1.4em 10px;
	list-style: outside url(../img/list.gif);
}

#navi li a {
	text-decoration:none;
	color:#fff;
}

#navi li a:hover {
	text-decoration:underline;
}


.partner-table {
	border-collapse: collapse;
}

.partner-table td {
	border: 1px solid #b3b3b3;
	padding: 2px 8px;
	margin: 5px 0;
}

.partner-table tr:nth-child(odd) td {
	background-color: #fff;
}


/*———— Container ————*/

.flex-logo img {
	height: 40px;
}

#navi {
	width: 100%;
	height: 65px;
	margin: 0 0 10px 0;
	background-color: #3a3a3a;
}

.navi-inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#navi ul {
	width: 650px;
	height: 65px;
	position: absolute;
	left: 0;
	float: left;
}

#navi img {
	margin: 15px -470px 0 0;
	right: 50%;
	position: absolute;
}
	
	#navi li {
	  background-color: #3a3a3a;
		display:inline-block;
		list-style:none;
		padding:25px 10px 10px 10px;
		text-transform:uppercase;
		font-size:14px;
		font-weight:300;
		letter-spacing:1px;
		line-height: 1.0em;
		color:#fff;
	}
	
	#navi .activ {
		background-color:#ff9d09;
		border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
	}

#banner {
	width: 940px;
	height: 275px;
	margin: 0 auto;
	background-image:url(../img/banner.png);
}

#content {
	width: 940px;
	margin: 40px auto;
}
	
	#content-left {
		width:650px;
		float:left;
		padding: 0 30px 0 0;
	}
	
	#content-right {
		width:260px;
		float:right;
	}
	
		#content-right img {
			margin: 0 0 15px 0;
		}
		
		.image-border {
			border: 5px solid #fff;
		}
		
		#news {
			background-color: #f8f8f8;
			color: #4d4d4d;
			border: 1px solid #fff;
			margin: 0 20px 20px 0;
			padding: 12px;
			box-shadow: inset 0 1px 2px #ccc;
			-moz-box-shadow: inset 0 1px 2px #ccc;
			-webkit-box-shadow: inset 0 1px 2px #ccc;
		}
	
	#placeholder {
		width:100%;
		height:10px;
		clear:both;
	}

#footer {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	clear:both;
}
	
	#logo {
		width: 100%;
		height: 157px;
		margin: 0 0 10px 0;
		background:url(../img/logo.gif) top center no-repeat;
		border-bottom: 2px groove #fff;
	}
	
	#kontakt {
		height:80px;
		text-align:center;
	}
	
		#kontakt a {
			text-decoration:none;
			color:#3a3a3a;
		}
		
		#kontakt a:hover {
			text-decoration: underline;
			color: #ff9d09;
		}

.footer-menu {
	text-align: right;
	margin-bottom: 30px;
}

.footer-menu a {
	color: #3a3a3a;
	text-decoration: none;
}

.footer-menu a:hover {
	text-decoration: underline;
}

/* --- Formular --- */


input, textarea {
	width: 275px;
	font-size: 12px;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  background-color: #f8f8f8;
  color: #4d4d4d;
  border: 1px solid #fff;
	margin: 0 20px 20px 0;
  padding: 8px 12px;
	box-shadow: inset 0 1px 2px #ccc;
	-moz-box-shadow: inset 0 1px 2px #ccc;
	-webkit-box-shadow: inset 0 1px 2px #ccc;
}
.submit {
	width: 300px;
	box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
}
textarea {
  width: 600px;
	height: 150px;
  overflow: auto;
}
/* The CSS */
select {
	width: 300px;
	font-size: 12px;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	background-color: #f8f8f8;
  color: #4d4d4d;
  border: 1px solid #fff;
	margin: 0 20px 20px 0;
  padding: 8px 12px;
  border: 1px solid #fff;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
	box-shadow: inset 0 1px 2px #ccc;
	-moz-box-shadow: inset 0 1px 2px #ccc;
	-webkit-box-shadow: inset 0 1px 2px #ccc;
}
label {position:relative}
label:after {
	content: url(../img/select.gif);
  color:#4d4d4d;
  right:30px; top:0px;
  padding:0 0 2px;
  position:absolute;
  pointer-events:none;
}
label:before {
    content:'';
		right:25px; top:0px;
		width:25px; height:25px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}​@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../img/bg.gif) repeat;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#3a3a3a;
}

.agb ol {
	margin-left: 18px;
}

.agb ol li {
	margin-bottom: 10px;
}

.agb table {
	border-collapse: collapse;
}

.agb td {
	padding: 5px 20px;
	/*border: 1px solid #ccc;*/
	vertical-align: top;
}