/* ------------ general ----------*/

* {
	padding: 0;
	margin: 0;
}

body {
		background: url(../images/bg.png) repeat-x #FFFFFF;
		font-size: 14px;
		line-height: 23px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#000000;
}

html, body, #wrapper-outer {height: 100%;}

body > #wrapper-outer {height: auto; min-height: 100%;}

#main {padding-bottom: 30px;}  /* Muss genau so hoch sein wie der Footer */

#footer {
	position: relative;
	margin-top: -80px; /* Negativer Wert der Footer-Höhe */
	height: 80px;
	clear:both;
}
#footer_menue {
	background-color: #f4f4f4;
	position: relative;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear:both;
}
#footer_menue a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer_menue a:hover, a:active, a.active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 14px;
	text-transform: uppercase;
}
#footer_bottom {
	background-color: #000000;
	background-image: url("../images/footer-acht.png");
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 30px;
	clear:both;
}

/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

.clear {clear: both;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */

/* ------------ elements ----------*/

a:focus	{outline:1px dotted;}
	
a	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
	
a:hover	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	text-decoration: none;
	}
a span	{font-size:90%;}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	font-weight: 100;
	margin-bottom: 20px;
}
	
h1	{font-size:25px;
	text-transform: uppercase;}
h2	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:35px;
	color: #000;
	font-weight: 100;
	padding-bottom: 7px;
	margin-bottom: 25px;
	line-height: 1em;
}

h3	{
	font-size:30px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1em;
}
h4	{font-size:19px;
	text-transform: uppercase;}
h5	{font-size:17px;
	text-transform: uppercase;}
h6	{font-size:15px;
	text-transform: uppercase;}

li {
	list-style: none;
}

img {
	border: 0 none;
}

a {
	border: 0 none;
}

/* ------------ structure ----------*/

#wrapper	{
	max-width: 910px;
	padding: 0 10px;
	margin: 0 auto;
}

#index #header {
}

.content {
	padding-top: 40px;
	margin-bottom: 100px;
}

/* ------------ imageslider ----------*/

#left {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 20px;	
	left: 0;
}
	
/* ------------ header ----------*/

#header {
	width: 910px;
	margin: 0 auto;
	padding: 0 10px;
}

h1#logo {
	margin-top: 85px;
	float: left;
}

ul#navigation	{
	float: right;
}

ul#navigation li {
	float: left;
	text-align:center;
	margin-left: 4px;
	position: relative;
	height: 180px;
}

h1#logo-small-screen {
	display: none;
}

ul#navigation li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	text-transform: uppercase;
	text-decoration:none;
	color:#000000;
	font-size:13px;
	top: 150px;
	height: 20px;
	font-weight:bold;
	position: relative;
	padding: 0 13px;
	z-index: 1;
	-webkit-transition: all 0.6s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.6s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.6s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.6s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.ie7 ul#navigation li a {
	left: 0;
	text-transform: none;
	text-transform: uppercase;
}

ul#navigation li span {
	position: absolute;
	height: 0;
	background:#000;
	z-index: 0;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

ul#navigation li:hover span, ul#navigation li.current span {
	height: 180px;
	text-transform: uppercase;
}

ul#navigation li:hover a, ul#navigation li.current a {
	color: #fff;
	text-transform: uppercase;
}

.navigation-small-holder {
	display: none;
}

/* ------------ content ----------*/

.box img {
	float: left;
	margin-right: 10px;
}

.box {	
	padding-bottom: 60px;
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
}

.box-activities {	
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}

.box-activities img {	
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}

.box p {
	max-width: 633px;
	padding-left: 277px;
}


/* ------------ footer ----------*/
#footer {
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	width: 100%;
	height: 30px;
}
#footer ul {
	width: 400px;
	margin: 0 auto;
}

#footer ul li {
	text-align: center;
	float: left;
	margin: 0 10px;
	padding-top: 4px;
}

/* ------------ form ----------*/

.error, .success	{display:none;}

p.error	{margin-left:140px; margin-top:10px;}

#contact_form	{
	max-width: 650px;
}

#contact_form label {
	line-height:50px;
	width:100px;
	float:left;
}

#contact_form input {
	flot: right;
	width: 500px;
}

#contact_form textarea {
	float:right;
	padding:10px;
	border:1px solid #CCCCCC;
	background:#fcfcfc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#contact_form input#name,
#contact_form input#email,
#contact_form input#subject {
	float:right;
	padding:10px;
	border:1px solid #CCCCCC;
	margin-left:5px;
	background:#fcfcfc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


#contact_form textarea {font-size: 13px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; width:500px;height:150px; resize: none; margin-bottom: 10px;display: block;}


#contact_form	#send_message{background:#000000 ; display:inline-block; padding:5px 10px 6px; color:#fff; text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); text-shadow:0 -1px 1px rgba(0,0,0,0.25); border-bottom:1px solid rgba(0,0,0,0.25); position:relative; cursor:pointer; font-size:16px; font-weight:bold; line-height:1; border:0; width: 200px; position: relative; margin-left: 128px;}
#contact_form #send_message:hover						{background-color:#111; color:#fff; text-decoration:none; top: 1px;}


/* ------------ Responsive ----------*/

@media only screen and (max-width: 930px) {	

#header {
 width: auto;
	max-width: 910px;
	padding: 0 10px;
}

}


@media only screen and (max-width: 700px) {
	
	/* ------------ content ----------*/

.box img {
	float: none;
	margin: 0 auto 20px auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.box h3 {
	text-align: center;
}

.box p {
	max-width: 100%;
	padding-left: 0;
}

.box p.center {
 text-align: center;
	padding-top: 10px;
}

.box {
	margin-bottom: 50px;
	padding-bottom: 20px;
}

	/* ------------ header ----------*/

h1#logo {
	display: none;
}

h1#logo-small-screen {
	text-align: center;
	margin: 18px 0 16px;
	display: block;
}

body {
	background: url("../images/bg-small.gif") repeat-x;
}

ul#navigation {
	height: 27px;
	padding-top: 6px;
	display: block;
	float: none;
}

#navigation span {
	display: none;
}

ul#navigation li {
	height: auto;
	text-align: left;
}

ul#navigation li a {
	top: 0;
	font-size: 16px;
	padding: 0 30px 0 0;
}

ul#navigation li:last-child a {
	padding-right: 0;
}

ul#navigation li.current a, ul#navigation li:hover a {
	color: #666;
}

	/* ------------ index ----------*/
	
#left {
	margin-top: 0;	
}

	/* ------------ form ----------*/
	
#contact_form input#name, #contact_form input#email, #contact_form input#subject, #contact_form textarea {
	float: none;
	margin-left: 0;	
	max-width: 97%;
	width: 97%;
	display: block;
	padding: 10px 1.5%;
}

#contact_form label {
	float: none;
}

#contact_form #send_message {
	margin-left: 0;
}

}

@media only screen and (max-width: 500px) {
	
	/* ------------ footer ----------*/

#footer ul li {
	float: none;
	margin-bottom: 10px;
}

#footer_menue {
	height: auto;
}

#footer_menue ul {
	width: auto;
}

.navigation-small-holder {
	display: block;
}

a.menu {
	background: url("../images/menu-button.gif") no-repeat;
	height: 28px;
	display: inline-block;
	float: right;
	font-size: 23px;
	color: #555;
	padding: 6px 0 0 47px;
	margin-right: 7px;
	cursor: pointer;
}

ul#navigation {
	display: none;
	height: auto;
	background: #000;
	border-top: 1px solid #666;
}

ul#navigation li {
	float: none;
	border-bottom: 1px solid #666;
}

ul#navigation li a {
	font-size: 23px;
	color: #fff;
	padding: 12px 0 12px 15px;
}

ul#navigation li.current a, ul#navigation li:hover a {
	color: #999;
}

#header {
	padding: 0;
}

}


