/*
Responsive 996px grid system ~ Style CSS.
Copyright 2013, Josh Cope
*/

/* =============================================================================
   Site Styles
   ========================================================================== */
body {
	background-image: url(images/bg_body.jpg);
	background-color: #cdcdcd;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #666;
	
	}
	
.logo {text-align: center;
		color: #007f00;
}

.logo a {text-decoration: none;
		color: #007f00;}
		
.logo a:hover {text-decoration: none;
color: #007f00;}
		
.logo h1 {font-size: 18px;
color: #007f00;
}


h1 {
	font-weight: 400;
	color: #007f00;
	font-size: 18px;
	
}
h2 {
	font-weight: 400;
	color: #F7974A;
	font-size: 16px;
}
h3 {
	font-weight: 400;
	color: #FEE378  ;
	font-size: 16px;
}
a {
	color: #007f00;
	text-decoration: none;
}

a:hover  {
	color: #FC8241;
}


.wrapper {
	-moz-box-shadow: 0px 0px 3px 2px #707070;
	-webkit-box-shadow: 0px 0px 3px 2px #707070;
	box-shadow: 0px 0px 3px 2px #707070;
	margin-top: 20px;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}
.top_menu {
	text-align: right;
	padding: 15px 0 10px 0;
	font-size: 14px;
}

.top_menu a {
	color: #007C00;
	text-decoration: none;
}

.top_menu a:hover {
	color: #FC8241;
	text-decoration: none;
}

.main_menu {
	height: 37px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-bottom: 10px;
	color: #fff;
}

.content_left {
	
	
	margin-bottom: 10px;
}
.content_left_news {
	padding-right: 15px;
	font-size: 13px;
	border-right: #67C0B5 dotted 1px;
	
}

.content_left_news h1 {
	font-weight: 400;
	color: #5AA8AF;
	font-size: 16px;
}

.content_left_menu h1 {
	font-weight: 400;
	color: #4C94D0;
	font-size: 16px;	
}

.content_left_menu a {
	color: #67C0B5;		
}

.main_content {
	padding-top: 5px;
	padding-bottom: 5px;

}

.main_content li {
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}


.footer {
	background-color: #0c5f04;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 15px;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
}

.footer_left {}

.footer_right {text-align: right;
		

}

.copyright a {text-decoration:none;}

#tab {
	font-size: 16px;
	margin: 0;
}
#tab ul {
	list-style: none;
	float: left;  /*MENUE RECHTS oder LINKS AUSGERICHTET*/
	margin: 0;
	padding: 0;
}
#tab li {
	display: inline;
	float: left;
}
#tab a {
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
}
#tab a span {
	display: block;
	font-weight: 100;
	color: #FFF;
	padding: 0 10px 0 10px;
}
#tab a:hover, #tab li.item_active a {
	color: #FC8640;
	text-decoration: none;
}
#tab a:hover span, #tab li.item_active a span {
	color: #FF8641;
	text-decoration: none;
}
/*####### BUTTON  ########*/

input[type="submit"],  .button , .ibutton {
	-moz-box-shadow: inset 0px 1px 0px 0px #dd6927;
	-webkit-box-shadow: inset 0px 1px 0px 0px #dd6927;
	box-shadow: inset 0px 1px 0px 0px #dd6927;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe8544), color-stop(1, #dd6927));
	background: -moz-linear-gradient(top, #fe8544 5%, #dd6927 100%);
	background: -webkit-linear-gradient(top, #fe8544 5%, #dd6927 100%);
	background: -o-linear-gradient(top, #fe8544 5%, #dd6927 100%);
	background: -ms-linear-gradient(top, #fe8544 5%, #dd6927 100%);
	background: linear-gradient(to bottom, #fe8544 5%, #dd6927 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8544', endColorstr='#dd6927', GradientType=0);
	background-color: #fe8544;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ae5a2b;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 18px;
	text-decoration: none;	
}
input[type="submit"]:hover,  .button:hover, .ibutton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c86025), color-stop(1, #c86025));
	background: -moz-linear-gradient(top, #c86025 5%, #c86025 100%);
	background: -webkit-linear-gradient(top, #c86025 5%, #c86025 100%);
	background: -o-linear-gradient(top, #c86025 5%, #c86025 100%);
	background: -ms-linear-gradient(top, #c86025 5%, #c86025 100%);
	background: linear-gradient(to bottom, #c86025 5%, #c86025 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c86025', endColorstr='#c86025', GradientType=0);
	background-color: #c86025;
	text-decoration: none;
	color: #fff;
}
input[type="submit"]:active, .button:active , .ibutton:hover {
	position: relative;
	top: 1px;
}



img.rahmen  {
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	padding: 3px;
	max-width: 97%;
  	height: auto;
 	 width: auto;
	
}


/* NEWS */

.NewsItem {}
.NewsTitle h1 a {
	color: #67C0B5;
	font-size: 14px;
}
.NewsOverview {padding-bottom: 10px;}
.NewsOverview a {padding-bottom: 5px;}


/* =============================================================================
   Page Styles
   ========================================================================== */

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
	
	#tab {font-size: 14px;}
	
	#tab a span {
	display: block;
	font-weight: 100;
	color: #FFF;
	padding: 0 5px 0 5px;
}
	
		.logo h1 {font-size: 15px;
color: #007f00;
}
	
	
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
	.logo {text-align: center;}
	


	.top_menu {text-align: center;}
	.footer_right {text-align: center;}
	.content_left_news {border-right: #67C0B5 dotted 0px;
	background-color: #dce9f1;}
	
	
}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {
	
	.logo {text-align: center;}
	.logo img {max-width: 50%; height: auto;}
	.top_menu {text-align: center;}
	.footer_right {text-align: center;}
	.content_left_news {border-right: #67C0B5 dotted 0px;}
	.content_left_menu {display: none;}
	
}


/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file

/* @font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('embedded-opentype'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#FontName') format('svg');
font-weight: normal;
font-style: normal; }
*/
