@charset "UTF-8";
/* CSS Document */

*, html {
	padding:0;
	margin:0;
}
body {
	background:#FACE27;
	background-image: url(../images/bg-body-top.png), url(../images/bg-body-bottom.png);
	background-position: top, bottom;
	background-repeat: repeat-x;	
}
#wrapper {
	position:relative;
}
#bg-helper {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.2)), color-stop(20%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%); /* W3C */
}
#header {
	background: -moz-linear-gradient(top, rgba(188,188,188,1) 0%, rgba(255,255,255,1) 70%, rgba(84,84,84,1) 71%, rgba(84,84,84,0) 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,188,1)), color-stop(70%,rgba(255,255,255,1)), color-stop(71%,rgba(84,84,84,1)), color-stop(90%,rgba(84,84,84,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(255,255,255,1) 70%,rgba(84,84,84,1) 71%,rgba(84,84,84,0) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(255,255,255,1) 70%,rgba(84,84,84,1) 71%,rgba(84,84,84,0) 90%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(255,255,255,1) 70%,rgba(84,84,84,1) 71%,rgba(84,84,84,0) 90%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#00545454',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(188,188,188,1) 0%,rgba(255,255,255,1) 70%,rgba(84,84,84,1) 71%,rgba(84,84,84,0) 90%); /* W3C */

	display:block;
	width:100%;
	position:absolute;
	z-index:10;
}
#main {
	
	padding:35px 0 110px 10px;
}
#container {
	background:url(../images/bg-main-content.gif) top right repeat-y;
}
#footer { 
	background:#2A6E00;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2); 
	position:absolute;
	z-index:10;
	width:960px;
	bottom:0;
	-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 15px 15px 0px 0px;
border-radius: 15px 15px 0px 0px; 
}
#logo {
	padding:0 0 14px 0;
	background: rgb(160,160,160); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(160,160,160,1) 0%, rgba(160,160,160,1) 92%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,160,160,1)), color-stop(92%,rgba(160,160,160,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(160,160,160,1) 0%,rgba(160,160,160,1) 92%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(160,160,160,1) 0%,rgba(160,160,160,1) 92%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(160,160,160,1) 0%,rgba(160,160,160,1) 92%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(160,160,160,1) 0%,rgba(160,160,160,1) 92%,rgba(255,255,255,1) 100%); /* W3C */
	
}
#logo span {
	background: #e15822; /* Old browsers */
	background: -moz-linear-gradient(left, #e15822 0%, #ff6600 50%, #e15822 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e15822), color-stop(50%,#ff6600), color-stop(100%,#e15822)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e15822 0%,#ff6600 50%,#e15822 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e15822 0%,#ff6600 50%,#e15822 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #e15822 0%,#ff6600 50%,#e15822 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15822', endColorstr='#e15822',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #e15822 0%,#ff6600 50%,#e15822 100%); /* W3C */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; 
	text-align:center;
	height:260px;
	display:block;
	width:240px;
}
#logo span img {
	margin:50px 0 0 0;
}
/* header nav */
#header .mod_customnav {
	float:left;
}
#header .mod_customnav ul {
	list-style:none;
	text-align:center;
	width:240px;
	height:20px;
	display:block;
	padding:10px 0 0 25px;
	margin:0;
}
#header .mod_customnav ul li {
	float:left;
	padding:0 15px;
}
#header .mod_customnav ul li.first {
	border:1px #666 solid;
	border-width:0 1px 0 0;
}	
#header .mod_customnav ul li a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#header .mod_customnav ul li span {
	
	font-weight:bold;
	text-transform:uppercase;
}
#header .mod_customnav ul li a:hover {
	text-decoration:underline;
}
/* suche */
#header .mod_search {
	float:right;
	padding:5px 10px 0 0;
}
#header .mod_search .text {
    height: 15px;
}
#header .mod_search .submit {
    margin-top: 0;
}
#main .mod_search {
    margin:20px 20px 0px 95px;
}
#main .mod_search h3 {
    margin: 5px 0;
}
#main .mod_search .odd {
    background: #f8f8f8; 
}
#main .mod_search .odd, 
#main .mod_search .even {
    padding:5px;
}
#main .mod_search .radio_container {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    padding:10px 0;
    margin: 0 0 15px 0;
}
/* main nav */
#left .mod_navigation {
	margin:0;
	padding:0 0 10px 0;
	background:#FD6502;
}
#left ul {
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;
}
#left ul li {
	
}
#left ul li.first a,
#left ul li.first span {
	background:#FFFFFF;
	padding:0px 10px 5px 15px;
}
#left ul li a,
#left ul li span {
	padding:14px 10px 5px 15px;
	display:block;
	text-decoration:none;
	font-size:18px;
	color:#666;
	font-weight:bold;
	
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(211,211,211,1) 24%, rgba(234,234,234,1) 59%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,132,132,1)), color-stop(24%,rgba(211,211,211,1)), color-stop(59%,rgba(234,234,234,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(132,132,132,1) 0%,rgba(211,211,211,1) 24%,rgba(234,234,234,1) 59%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(132,132,132,1) 0%,rgba(211,211,211,1) 24%,rgba(234,234,234,1) 59%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(132,132,132,1) 0%,rgba(211,211,211,1) 24%,rgba(234,234,234,1) 59%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(132,132,132,1) 0%,rgba(211,211,211,1) 24%,rgba(234,234,234,1) 59%,rgba(255,255,255,1) 100%); /* W3C */
	}
#left ul li.last a {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	padding:14px 10px 10px 15px;
}
#left ul li span,
#left ul li a:hover {
	color:#f60;
}

#left ul li li {
	background:none;
}
#left ul ul {
	background: rgb(211,211,211); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(211,211,211,1) 0%, rgba(224,224,224,1) 9%, rgba(244,244,244,1) 39%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,211,1)), color-stop(9%,rgba(224,224,224,1)), color-stop(39%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(224,224,224,1) 9%,rgba(244,244,244,1) 39%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(224,224,224,1) 9%,rgba(244,244,244,1) 39%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(224,224,224,1) 9%,rgba(244,244,244,1) 39%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(211,211,211,1) 0%,rgba(224,224,224,1) 9%,rgba(244,244,244,1) 39%,rgba(255,255,255,1) 100%); /* W3C */
	
	padding: 0 0 15px 0;
}
#left ul li li.first a {
	background:none;
	padding:5px 15px;
}
#left ul li li.first a,
#left ul li li.last a,
#left ul li li.first span,
#left ul li li.last span,
#left ul li li a,
#left ul li li span {
	padding:5px 15px;
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#666;
	font-weight:normal;
	background:none;	
}
#left ul li li span,
#left ul li li a:hover {
	color:#f60;
}
/* graphical nav */
.graphicalnavigation {
	margin:15px 15px 15px 95px;
}
.graphicalnavigation ul {
	list-style:none;
}
.graphicalnavigation ul li {
	float:left;
	margin:0 15px 15px 0;
}
.graphicalnavigation ul li a {
	text-decoration:none;
	color:#f60;
	font-family: 'CooperStdBlack', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; 
	
}
.graphicalnavigation ul li a .link-item-text {
	display:block;
	background:#fff url("../images/bg-tasso-website-link.png") 240px center no-repeat;
	padding:10px 35px 10px 10px;
	border:1px #ddd solid;
	border-width:1px 1px 0px 1px;
}
/* galerien */
.ce_gallery {
	margin:35px 0px 0px 95px;
}
/*slideshow_startseite*/
.ce_slideshow2 {
	position:relative;
}
.ce_slideshow2 .round-bottom {
	width:710px;
	height:367px;
	background:url("../images/round_bottom.png") no-repeat bottom;
	position:absolute;
	z-index:100000;
}
/* tasso link*/
#left .mod_customnav {
	margin:0 0 00px 0;
}
#left .mod_customnav ul li.first.last {
	width:240px;
	text-align:center;
}
#left .mod_customnav ul li.first a,
#left .mod_customnav ul li.last a,
#left .mod_customnav ul li a  {
	background:#FD6502 url("../images/bg-tasso-website-link.png") 200px 10px no-repeat;
	padding:0px 40px 10px 40px;
	color:#fff;
}
#left div.inside nav.mod_customnav ul.level_1 li.first a.first {
	filter:none;
	
}
/* Forms */
.ce_form {
    width: 500px;
	margin:15px 15px 15px 95px;
}
.ce_form label, .label-inline {
    display: block;
    font-size: 12px;
    padding: 5px 0 2px;
}
.checkbox_container label {
    display: inline;
}
.label-inline {
    display: inline-block;
    height: 1%;
    padding: 0 10px 0 0;
}
.ce_form .text, .mod_subscribe .text, .mod_unsubscribe .text, .mod_search .text, .mod_routenplaner .text, .ce_form .captcha, .ce_form .textarea {
    border: 1px solid #B3B7BE;
    padding: 3px 5px;
}
.text:hover, .text:focus, .textarea:hover, .textarea:focus {
    background: none repeat scroll 0 0 #F6F6F6;
}
.ce_form .submit, .mod_search .submit, .mod_subscribe .submit, .mod_unsubscribe .submit, .mod_routenplaner .submit {
    font-size: 12px;
    padding: 1px 5px;
}
.mod_subscribe .submit, .mod_unsubscribe .submit {
    padding: 2px 1px;
}
.ce_form select {
    border: 1px solid #B3B7BE;
    font-size: 12px;
}
.ce_form .text {
    width: 350px;
}
.ce_form .textarea {
    width: 350px;
}
.ce_form .submit_container {
    padding: 10px 0;
}
p.error {
    color: red;
    font-weight: bold;
}
.text.error, .textarea.error {
    border: 1px solid red;
}
/* text */
#main .mod_article .ce_text p {
	padding:5px 95px;
	line-height:140%;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer .ce_text {
	margin:25px 15px 0 70px;
	padding:15px 25px;
	color:#fff;
	background:url(../images/logo-footer.png) center left no-repeat;
	font-size:18px;
}
#footer .ce_text a {
	text-decoration:none;
	color:#fff;
}
#footer .ce_text a:hover {
	text-decoration:underline;
}

/* Schriften */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
#main a {
    color: #FF6600;
    text-decoration: none;
}
#main a:hover {
    text-decoration: underline;
}
@font-face {
    font-family: 'CooperStdBlack';
    src: url('../fonts/cooperblackstd-webfont.eot');
    src: url('../fonts/cooperblackstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperblackstd-webfont.woff') format('woff'),
         url('../fonts/cooperblackstd-webfont.ttf') format('truetype'),
         url('../fonts/cooperblackstd-webfont.svg#CooperStdBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 {
	font-family: 'CooperStdBlack', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FD6502;
	font-size:32px;
	padding:10px 0 10px 95px;
	margin:20px 0 0 0;
	background: url(../images/bg-h1.png)  25px 10px no-repeat;
	
}
h2, h3, h4, h5, h6 {
	margin:0px 0px 10px 95px;
}