/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */


body {
	background: #60AE5F;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	overflow-y:scroll;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #2D661F;
}

h1, h2 {
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a {
	color: #248A06;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 534px;
	height: 78px;
	margin: 0 auto;
	background: url(images/img1.gif);
}

#header h2 {
	float: left;
	width:534px;
	margin: 0;
	padding: 25px 0 0 20px;
	font-size: 22px;
}

#header p {
	float: left;
	margin: 0;
	padding: 2px 0 0 20px;
}


#header h3 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}
#header a:hover {color:#60AE5F;}
#fahnen {float:right;}

/* Menu */

#menu {
	width: 514px;
	height: 30px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/img3.gif);
}

#menu ul {
	width: 514px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #333333;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 10px 5px 10px;
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#menu .first a {
	border: none;
}

#menu .aktiv {
	background: #CCCCCC;
	color: #000000;
}

/* Splash */

#splash {
	width: 514px;
	height: 213px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/img3.gif);
}

#fahnen {
	width: 514px;
	height: 213px;
   background: url(images/coach-rental.jpg);
}

#fahnen img {border:2px solid white;padding:2px;margin:5px;}
#fahnen a:hover img {border-color:#cccccc;}

/* Content */

#content {
	width: 514px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: url(images/img3.gif);
}
#inhalt {padding:0 10px 10px 10px;}

#colOne {
	float: right;
	width: 299px;
	padding: 0 15px 0 0;
}
#colOne h2 {font-size:14px;}

#colTwo {
	float: left;
	width: 160px;
	padding: 0 0 0 15px;
}

/* Footer */

#footer {
	width: 534px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img4.gif) no-repeat;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #1C570A;
}



/* Mobile Styles */
@media only screen and (max-width: 534px) {

#wrapper {  display: flex;  flex-wrap: wrap;}
#header {	display: flex;  flex-wrap: wrap;width: 100%;	height: auto;	margin: 0 auto; background-image:none !important; background-color:white;}
#header p {width:100%;margin:5px auto;text-align:center;padding:0;}
#header h2 {	width:100%;float: left;	margin: 0;	padding: 0 0 0 0px;	font-size: 20px; text-align:center; }
#menu {	display: flex;  flex-wrap: wrap;width: 100%; height: auto;	margin: 0 auto;	padding: 0 0;	background-image:none !important;}
#menu ul {width: 100%;	height: auto; 	margin: 0;	padding: 0;	background: #333333;	list-style: none;}
#splash {width: 100%;height: 213px;	margin: 0 auto;	padding: 0 0;background: url(images/img3.gif);}
#fahnen {width: 100%;	height: 213px;   background: url(images/coach-rental.jpg);}
#content {width: 100%;	margin: 0 auto;	padding: 10px 0 0 0;	background-image:none !important; background-color:white;}
#inhalt {padding:0 4px 10px 4px;}
#footer {width: 100%;	height: auto;	margin: 0 auto;	padding: 10px 0 0 0;	background-image:none !important;}



}



/* Desktop Styles */
@media only screen and (min-width: 535px) {
}

