/* { margin: 0; padding: 0; outline: 0 }*/

@media (min-width: 601px) and (max-width: 9999px) { 
  /* Kompaktes Layout */ 

html {overflow:scroll; }

body {
	background: #FFF;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {
	color: #F90;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #818e82;
	background: inherit;
	text-decoration: underline;
}

/* header */
h1, h2, h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: Bold; 
	padding: 20px 0 7px 0;		
	margin: 0;
}

h1 {font-size: 55px;	
	color: #FFF;
}

h2 {font-size: 30px;
	color: #818e82;
}

h3 {font-size: 20px;
	color: #818e82;		
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold; 
	padding: 0;		
	margin: -5px 0 0 0;
	font-size: 16px;	
	color: #818e82;
}


p {line-height: 180%;
	margin: 0 0 20px 0;
}

.introtext {
	line-height: 200%;
}

ul, ol {
	margin: 10px 0 0 -20px;
	line-height: 150%;
}
ul {list-style: disc;
}

/* colors */

.alert {
	color:#F00;
	font-weight:bold;
}
/* images */

img {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
	
	/* text over image */

.imgeffect {	
}

.imgeffect:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.imagecontainer {}

.imageimage {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.imagemiddle {
 	transition: .5s ease;
  	opacity: 0;
	width:270px;
  	top: 20%;
  	left: 50%;
	position: absolute;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-align: center;
}

.imagecontainer:hover .imageimage {
	opacity: 0.3;
}

.imagecontainer:hover .imagemiddle {
	opacity: 1;
}

.imagetext {
  	background-color: #F90;
	color: #fff !important;
  	font-size: 16px;
  	padding: 16px 32px;
}
.imagetext:hover {
  	background-color: #BFCFC1;
	color: #fff !important;
}
/* button */

.button {
	background-color:  #E9F4EB;
	border: none;
	color: #818E82;
	padding: 15px 32px;
	margin: 30px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
  }

.button:hover {
	background-color:  #E9F4EB;
	border: none;
	color: #818E82;
	padding: 15px 32px;
	margin: 30px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
  }

/* start - table */

table {
	border-collapse: collapse;
	margin: 10px;
	background-color:#f9f9f9;
}

tr {
	height: 30px;
}

td {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #cccccc;
}
/* end - table */
hr  {
	margin-top:20px;
	border-top: 1px dotted #f9f9f9;
	margin-bottom:20px;
}
/* form elements */
form {
	margin:10px; 
	padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Arial, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background-color: #8EB50C;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; 
	padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { 
	margin: 0;
	padding: 0;
}

.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}

.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 980px;	
	padding: 0;
	margin-left: 0px;	
	display: inline;
}
#header {
	width: 1000px;
	position: relative;
	height: 30px;
	padding: 0;	
	color: #FFF;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 0; 
	right: 0;	
	color: #838181;
	font-size: 14px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #F90;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 150px;
	width: 1000px;
	margin: 0 auto;
	background: #FFF url(../images/logo-banner.png) no-repeat center center;
}
#header-photo .logo-text {
	position: absolute;
	margin: 0; 
	padding: 0;
	font: bold 40px 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	top: 50px; 
	left: 170px;	
}
#header-photo .logo-subtext {
	position: absolute;
	margin: 0; 
	padding: 0;
	font: bold 26px 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	text-decoration: none;
	top: 120px; 
	left: 170px;	
}

/* Navigation */

/* Navigation */
#nav {
	clear: both;	
	padding: 0;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	display: inline;
	line-height: 100% !important;
}
#nav ul li {
	display: inline;
	margin: 0; 
	padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 19px;
	color: #818e82;
	border-top:#FFF solid 1px;
	font: bold 16px/2.8em "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background-color:#e9f4eb;
	color: #ff9900;
}
#nav ul li#current a {
	background-color:#e9f4eb;
	color: #ff9900;
	text-weight: bold;
}
/*  Main start*/ 
#main {
	float: left;	
	padding: 40px 0 0 0; 
	margin: 0;
	display: inline;
}

.tit-page {
	position: absolute;
	margin: 0; 
	padding: 0;
	font: bold 29px 'Trebuchet MS', Arial, Sans-serif;
	color: #818e82;
	text-transform: none;
	text-d5ecoration: none;
	top: 50px; 
	left: 30px;
	bottom: 50px;
}


.w50 {
	width: 500px;
}

.w60 {
	width: 600px;
}

.w70 {
	width: 700px;
}

.w80 {
	width: 800px;	
}

.w100 {
	width: 1000px;	
}

h2 {
	font: normal 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #818e82;
	text-transform: none;
	padding: 10px 0 20px 0;
}

h2 a {
	color: #818e82;
	text-decoration: none;
}


/* Sidebar */	
#sidebar {
	float: right;
	padding: 40px 0 0 30px; 
	margin: 0;
}

.w50s {
	width: 440px;
}

.w60s {
	width: 340px;
}

.w70s {
	width: 240px;
}

.w80s {
	width: 140px;
}

#undercontent {	
	padding: 20px;
}

/* footer */
#footer-wrap {
	background-color:#e9f4eb;
	clear: both;
	width: 1000px;
	text-align: left;
	padding: 15px 0 0 0;
}
#footer-wrap a {
	font-size: 0.9em;
}

#footer-wrap li {
	list-style-type:circle;
}

#footer-wrap a:hover {}

#footer-wrap p {
	padding:10px 0;
}

#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* bottom */

#footer-adress {
	color: #333;
	margin: 0 auto;
	margin-top:15px;
	padding: 0 0 15px 0;
	text-align: center;
}

#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	text-align: center;
	background-color:#d3ddd5;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.img {
}
	
}	/*@media only screen and (min-width: 601px)*/
