
 body {
	 background: #f5f5f5 url('../img/body_bg.png') repeat-x top left;
	 font-family: "museo-sans", Tahoma, Arial, sans-serif;
	 font-weight: 500;
	 font-style: normal;
	 font-size: 100%;
	 font-size: 13px;
	 color: #444;
}
 a:link, a:visited, a:active {
	 color: #da0025;
	 text-decoration: none;
}
 a:link:hover, a:visited:hover, a:active:hover {
	 color: #666;
}
 a:link:active, a:visited:active, a:active:active {
	 position: relative;
	 bottom: -1px;
}
 h1, h2, h3 {
	 font-weight: 500;
	 font-style: normal;
	 margin: 0 0 0 0;
}
 h1 {
	 font-size: 20px;
	 margin: 10px 0 20px 0;
	 padding: 0 0 5px 0;
	 border-bottom: 1px solid #ddd;
}
 h2 {
	 font-size: 16px;
	 font-weight: 600;
	 margin: 0 0 10px 0;
}
 h3 {
	 font-size: 14px;
	 font-weight: 300;
}
 .mt20 {
	 margin-top: 20px !important;
}
 .mb20 {
	 margin-bottom: 20px !important;
}
 .mt40 {
	 margin-top: 40px !important;
}
 .mb40 {
	 margin-bottom: 40px !important;
}
 .mt80 {
	 margin-top: 80px !important;
}
 body.sb #main {
	 width: 698px;
	 float: left;
}
 body.sb #main .inside {
	 position: relative;
	 float: left;
	 width: 650px;
	 margin: 0 30px 0 30px;
}
 body.sb #right {
	 width: 300px;
	 float: right;
}
 body.sb #right .inside {
	 margin: 0 1px 0 1px;
}
 body.start #main {
	 width: 1000px !important;
	 background: none !important;
	 margin: 0 0 0 0 !important;
	 box-shadow: 0px 0px 0px #f5f5f5 !important;
	 border: 0 !important;
	 padding: 0 0 0 0 !important;
}
 #header {
	 width: 100%;
	 height: 100px;
	 margin: 0 0 0 0;
	 padding: 10px 0 0 0;
	 box-shadow: 0 4px 6px #a00202 inset, 0 -1px 0 #111 inset;
	 border-bottom: 1px solid #fff;
	 position: relative;
	 background: #da0025;
	 background: -moz-linear-gradient(top,#da0025 0%,#a80000 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#da0025),color-stop(100%,#a80000));
	 background: -webkit-linear-gradient(top,#da0025 0%,#a80000 100%);
	 background: -o-linear-gradient(top,#da0025 0%,#a80000 100%);
	 background: -ms-linear-gradient(top,#da0025 0%,#a80000 100%);
	 background: linear-gradient(to bottom,#da0025 0%,#a80000 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da0025',endColorstr='#a80000',GradientType=0);
}
 #header .inside {
	 width: 1000px;
	 height: 100px;
	 margin: 0 auto 0 auto;
}
 #header .inside .logo {
	 display: block;
	 margin: 0 0 0 0;
	 max-height: 100px;
	 width: 310px;
	 float: left;
}
 #header .inside .logo img.logoimg {
	 float: left;
	 margin: 0 10px 0 0;
}
 #header .inside #topnav {
	 position: absolute;
	 top: 30px;
	 right: 290px;
	 font-size: 12px;
}
 #header .inside #topnav ul {
	 margin: 0 0 0 0;
	 padding: 0 0 0 0;
	 list-style: none;
}
 #header .inside #topnav ul li {
	 display: block;
	 float: left;
	 margin: 6px 0 0 20px;
}
 #header .inside #topnav ul li a:link, #header .inside #topnav ul li a:visited, #header .inside #topnav ul li a:active {
	 color: #ffb7b7;
	 -webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 -ms-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 #header .inside #topnav ul li a:link:hover, #header .inside #topnav ul li a:visited:hover, #header .inside #topnav ul li a:active:hover {
	 color: #fff;
}
 #header .inside #topnav ul li.active span {
	 color: #fff;
}
 #header .inside #mainnav {
	 position: absolute;
	 bottom: 32px;
	 right: 0px;
	 overflow: visible;
}
 #header .inside #mainnav ul {
	 margin: 0 0 0 0;
	 padding: 0 0 0 0;
	 list-style: none;
	 float: left;
	 height: 45px;
	 line-height: 45px;
	 overflow: visible;
}
 #header .inside #mainnav ul li {
	 display: block;
	 float: left;
	 margin: 0 0 0 0;
	 font-size: 1.4em;
	 font-style: normal;
	 font-variant: normal;
	 font-weight: normal;
	 line-height: 40px;
	 overflow: visible;
}
 #header .inside #mainnav ul li a:link, #header .inside #mainnav ul li a:visited, #header .inside #mainnav ul li a:active {
	 display: block;
	 float: left;
	 text-transform: uppercase;
	 font-weight: 600;
	 font-style: normal;
	 font-size: 15px;
	 text-decoration: none;
	 word-spacing: 0;
	 line-height: 40px;
	 text-align: -webkit-auto;
	 vertical-align: baseline;
	 padding: 0 30px 0 30px;
	 color: #fff;
	 -webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 -ms-transition: all 0.2s linear;
	 transition: all 0.2s linear;
	 text-shadow: 0 1px 0 #800;
	 background: #800;
	 border-top: 1px solid #de6464;
	 border-bottom: 1px solid #570000;
	 background: #960000;
	 background: -moz-linear-gradient(top,#960000 0%,#880000 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#960000),color-stop(100%,#880000));
	 background: -webkit-linear-gradient(top,#960000 0%,#880000 100%);
	 background: -o-linear-gradient(top,#960000 0%,#880000 100%);
	 background: -ms-linear-gradient(top,#960000 0%,#880000 100%);
	 background: linear-gradient(to bottom,#960000 0%,#880000 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960000',endColorstr='#880000',GradientType=0);
}
 #header .inside #mainnav ul li a:link.first, #header .inside #mainnav ul li a:visited.first, #header .inside #mainnav ul li a:active.first {
	 -webkit-border-top-left-radius: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	 -moz-border-radius-topleft: 3px;
	 -moz-border-radius-bottomleft: 3px;
	 border-top-left-radius: 3px;
	 border-bottom-left-radius: 3px;
	 border-right: 1px solid #570000;
}
 #header .inside #mainnav ul li a:link.last, #header .inside #mainnav ul li a:visited.last, #header .inside #mainnav ul li a:active.last {
	 -webkit-border-top-right-radius: 3px;
	 -webkit-border-bottom-right-radius: 3px;
	 -moz-border-radius-topright: 3px;
	 -moz-border-radius-bottomright: 3px;
	 border-top-right-radius: 3px;
	 border-bottom-right-radius: 3px;
	 border-left: 1px solid #de6464;
}
 #header .inside #mainnav ul li a:link:hover, #header .inside #mainnav ul li a:visited:hover, #header .inside #mainnav ul li a:active:hover {
	 color: #ffb7b7;
	 -webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 -ms-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 #header .inside #mainnav ul li.active, #header .inside #mainnav ul li.trail {
	 -webkit-border-top-left-radius: 3px;
	 -webkit-border-top-right-radius: 3px;
	 -moz-border-radius-topleft: 3px;
	 -moz-border-radius-topright: 3px;
	 border-top-left-radius: 3px;
	 border-top-right-radius: 3px;
	 background: #262626;
	 z-index: 300;
	 position: relative;
	 border-top: 1px solid #4F4F4F;
}
 #header .inside #mainnav ul li.active span, #header .inside #mainnav ul li.active a:link, #header .inside #mainnav ul li.active a:visited, #header .inside #mainnav ul li.active a:active, #header .inside #mainnav ul li.trail span, #header .inside #mainnav ul li.trail a:link, #header .inside #mainnav ul li.trail a:visited, #header .inside #mainnav ul li.trail a:active {
	 display: block;
	 float: left;
	 text-transform: uppercase;
	 font-weight: 600;
	 font-style: normal;
	 font-size: 15px;
	 text-decoration: none;
	 word-spacing: 0;
	 line-height: 40px;
	 text-align: -webkit-auto;
	 text-shadow: 0 1px 0 #111;
	 vertical-align: baseline;
	 padding: 0 30px 1px 30px;
	 color: #fff;
	 background: #262626;
	 -webkit-border-top-left-radius: 3px;
	 -webkit-border-top-right-radius: 3px;
	 -moz-border-radius-topleft: 3px;
	 -moz-border-radius-topright: 3px;
	 border-top-left-radius: 3px;
	 border-top-right-radius: 3px;
}
 #header .inside #mainnav ul li.first .active, #header .inside #mainnav ul li.first .trail {
	 border-top: 0px;
	 -webkit-border-top-right-radius: 0px !important;
	 -moz-border-radius-topright: 0px !important;
	 border-top-right-radius: 0px !important;
	 border-bottom: 0px !important;
	 border-right: 0px !important;
}
 #header .inside #mainnav ul li.first .active a:link, #header .inside #mainnav ul li.first .active a:active, #header .inside #mainnav ul li.first .active a:visited, #header .inside #mainnav ul li.first .trail a:link, #header .inside #mainnav ul li.first .trail a:active, #header .inside #mainnav ul li.first .trail a:visited {
	 -webkit-border-top-left-radius: 3px;
	 -moz-border-radius-topleft: 3px;
	 border-top-left-radius: 3px;
}
 #header .inside #mainnav ul li.first .active:before, #header .inside #mainnav ul li.first .trail:before {
	 content: "";
	 position: absolute;
	 width: 10px;
	 height: 10px;
	 top: 34px;
	 left: -9px;
	 background: url(../img/cornerl.png) bottom right no-repeat;
}
 #header .inside #mainnav ul li.first .active:after, #header .inside #mainnav ul li.first .trail:after {
	 content: "";
	 position: absolute;
	 width: 10px;
	 height: 10px;
	 top: 34px;
	 right: -9px;
	 background: url(../img/cornerr.png) bottom right no-repeat;
}
 #header .inside #mainnav ul li.last .active, #header .inside #mainnav ul li.last .trail {
	 border-top: 0px;
	 -webkit-border-top-left-radius: 0px !important;
	 -moz-border-radius-topleft: 0px !important;
	 border-top-left-radius: 0px !important;
	 border-bottom: 0px !important;
	 border-left: 0px !important;
}
 #header .inside #mainnav ul li.last .active a:link, #header .inside #mainnav ul li.last .active a:active, #header .inside #mainnav ul li.last .active a:visited, #header .inside #mainnav ul li.last .trail a:link, #header .inside #mainnav ul li.last .trail a:active, #header .inside #mainnav ul li.last .trail a:visited {
	 -webkit-border-top-left-radius: 3px;
	 -moz-border-radius-topleft: 3px;
	 border-top-left-radius: 3px;
}
 #header .inside #mainnav ul li.last .active:before, #header .inside #mainnav ul li.last .trail:before {
	 content: "";
	 position: absolute;
	 width: 10px;
	 height: 10px;
	 top: 34px;
	 left: -9px;
	 background: url(../img/cornerl.png) bottom right no-repeat;
}
 .custom {
	 width: 1000px;
	 margin: 0 auto -20px auto;
	 height: 55px;
	 z-index: 200;
	 position: relative;
	 bottom: 37px;
}
 .custom #subnav {
	 width: 700px;
	 height: 40px;
	 margin: 0 0 0 0;
	 float: right;
	 z-index: 20;
	 background: #262626;
	 -webkit-border-bottom-right-radius: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	 -moz-border-radius-bottomright: 3px;
	 -moz-border-radius-bottomleft: 3px;
	 border-bottom-right-radius: 3px;
	 border-bottom-left-radius: 3px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 border-bottom: 1px solid #111;
	 border-top: 1px solid #4F4F4F;
	 background: -moz-linear-gradient(top,#262626 0%,#191919 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#262626),color-stop(100%,#191919));
	 background: -webkit-linear-gradient(top,#262626 0%,#191919 100%);
	 background: -o-linear-gradient(top,#262626 0%,#191919 100%);
	 background: -ms-linear-gradient(top,#262626 0%,#191919 100%);
	 background: linear-gradient(to bottom,#262626 0%,#191919 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626',endColorstr='#191919',GradientType=0);
}
 .custom #subnav .home {
	 position: absolute;
	 color: #fff;
	 left: 0;
	 line-height: 40px;
	 height: 40px;
	 font-size: 10px;
	 padding: 0 0 0 20px;
	 margin-top: 2px;
}
 .custom #subnav .home a:link, .custom #subnav .home a:visited, .custom #subnav .home a:active {
	 color: #666;
	 text-shadow: 0 1px 0 #111;
	 -webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 -ms-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 .custom #subnav .home a:link:hover, .custom #subnav .home a:visited:hover, .custom #subnav .home a:active:hover {
	 color: #aaa;
}
 .custom #subnav ul {
	 margin: 0 0 0 0;
	 padding: 0 0 0 0;
	 list-style: none;
	 float: right;
	 height: 40px;
	 line-height: 40px;
}
 .custom #subnav ul li {
	 display: block;
	 float: left;
	 margin: 0 0 0 0;
	 font-style: normal;
	 font-variant: normal;
	 font-weight: normal;
	 line-height: 40px;
	 border-right: 1px solid #292929;
	 box-shadow: 1px 0 0 #111 inset;
	 padding-left: 2px;
}
 .custom #subnav ul li a:link, .custom #subnav ul li a:visited, .custom #subnav ul li a:active {
	 display: block;
	 float: left;
	 font-weight: 600;
	 font-style: normal;
	 font-size: 13px;
	 text-decoration: none;
	 word-spacing: 0;
	 line-height: 40px;
	 text-align: -webkit-auto;
	 vertical-align: baseline;
	 padding: 0 15px 0 15px;
	 color: grey;
	 text-shadow: 0 1px 0 #111;
	 -webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 -ms-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 .custom #subnav ul li a:link:hover, .custom #subnav ul li a:visited:hover, .custom #subnav ul li a:active:hover {
	 color: #fff;
	 background: -moz-linear-gradient(top,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(35%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.23)));
	 background: -webkit-linear-gradient(top,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 background: -o-linear-gradient(top,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 background: -ms-linear-gradient(top,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 background: linear-gradient(to bottom,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#3bffffff',GradientType=0);
}
 .custom #subnav ul li.active {
	 background: -moz-linear-gradient(top,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(35%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.23)));
	 background: -webkit-linear-gradient(top,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 background: -o-linear-gradient(top,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 background: -ms-linear-gradient(top,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 background: linear-gradient(to bottom,rgba(255,255,255,0) 35%,rgba(255,255,255,0.23) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#3bffffff',GradientType=0);
}
 .custom #subnav ul li.active span {
	 display: block;
	 float: left;
	 font-weight: 600;
	 font-style: normal;
	 font-size: 13px;
	 text-decoration: none;
	 word-spacing: 0;
	 line-height: 40px;
	 text-align: -webkit-auto;
	 vertical-align: baseline;
	 padding: 0 20px 0 20px;
	 color: #fff;
	 text-shadow: 1px 1px 0 #222;
}
 #container {
	 width: 1000px;
	 position: relative;
	 min-height: 400px;
	 margin: 20px auto 0 auto;
	 padding: 0 0 0 0;
	 z-index: 1;
	 overflow: visible;
}
 #container #right {
	 margin: 27px 0 0 0;
	 min-height: 300px;
	 position: relative;
	 -webkit-border-top-right-radius: 3px;
	 -moz-border-radius-topright: 3px;
	 border-top-right-radius: 3px;
}
 #container #right .inside {
	 margin: 1px 1px 0 0;
	 padding: 0 20px 0 20px;
	 -webkit-border-top-right-radius: 3px;
	 -moz-border-radius-topright: 3px;
	 border-top-right-radius: 3px;
	 background: #f5f5f5;
	 color: #777;
}
 #container #right .inside input.text {
	 background: #eee;
	 border-bottom: 1px solid #fff;
}
 #container #right .inside h1 {
	 font-weight: bold;
}
 #container #right .inside #searchform input.text {
	 border: 0;
	 width: 230px;
	 padding: 7px 15px 7px 5px;
	 color: #111;
	 font-size: 12px;
	 background: #eaeaea;
	 box-shadow: 0 1px 0px #ccc inset;
	 border-bottom: 1px solid #fff;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
}
 #container #right .inside #searchform .cleardefault {
	 color: #da0025;
}
 #container #right .inside h1 {
	 font-size: 15px;
}
 #container #right .inside h2 {
	 font-size: 14px;
}
 #container #right .inside h3 {
	 font-size: 14px;
	 font-weight: bold;
}
 #container #main {
	 float: left;
	 background: #ffffff;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 border: 1px solid #dedede;
	 box-shadow: 1px 1px 2px #eee;
}
 #container #main .inside {
	 padding: 20px 0 0 0;
	 margin: 0 20px 0 20px;
	 position: relative;
	 min-height: 200px;
	 float: left;
	 font-size: 14px;
}
 #container #main .inside .mod_newsreader .image_container {
	 margin: 0 10px 0 0;
	 float: left;
	 border: 1px solid #dedede;
}
 #container #main .inside .mod_newsreader .image_container img {
	 margin: 5px;
}
 #container #main .inside .mod_newslist h2 {
	 margin: 0 0 0 0;
}
 #container #main .inside .mod_newslist .info {
	 margin: 0 0 10px 0;
	 padding: 3px 0 5px 0;
	 border-bottom: 1px solid #ededed;
	 color: #aaa;
	 font-style: italic;
	 font-size: 12px;
}
 #container #main .inside .mod_newslist .teaser {
	 margin: 0 0 0 0;
	 padding: 0 0 0 120px;
}
 #container #main .inside .mod_newslist .image_container {
	 margin: 0 10px 0 0;
	 float: left;
	 border: 1px solid #dedede;
}
 #container #main .inside .mod_newslist .image_container img {
	 margin: 5px;
}
 #container #main .inside .mod_newslist .more {
	 float: right;
}
 #container #main .inside #slideshow {
	 height: 400px;
	 width: 980px;
	 overflow: hidden;
	 position: relative;
	 z-index: 300;
	 margin: 0 0 0 0;
}
 #container #main .inside #nav {
	 height: 30px;
	 overflow: hidden;
	 margin: 0 auto 0 auto;
}
 #container #main .inside #nav ul {
	 display: block;
	 width: 220px;
	 padding: 0 0 0 0;
	 list-style: none;
	 margin: 4px auto 0 auto;
}
 #container #main .inside #nav ul li {
	 display: block;
	 float: left;
	 text-indent: -3000px;
	 width: 20px;
	 height: 20px;
	 background: url('../img/navdots.png') no-repeat top left;
	 margin: 0 0 0 0;
}
 #container #main .inside #nav ul li.showPage {
	 background-position: 0 -40px;
}
 #container #main .inside #nav ul li:hover {
	 background-position: 0 -20px;
}
 #container #main .inside #nav ul li a:link {
	 display: block;
	 width: 20px;
	 height: 20px;
}
 #container #main .inside .box {
	 background: #ffffff;
	 padding: 10px;
	 border: 1px solid #dedede;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 color: #444;
	 height: 180px;
	 cursor: pointer;
}
 #container #main .inside .box:hover {
	 border-bottom: 1px solid #dedede;
	 box-shadow: 0 -2px 2px #eee inset;
}
 #container #main .inside .box p {
	 color: #444 !important;
	 display: block;
	 padding-left: 110px;
}
 #container #main .inside .box h1 {
	 color: #fff;
	 background: #da0025;
	 margin: -9px 0 10px -9px;
	 padding: 7px 0 7px 10px;
	 width: 471px;
	 font-size: 16px;
	 -webkit-border-top-left-radius: 2px;
	 -webkit-border-top-right-radius: 2px;
	 -moz-border-radius-topleft: 3px;
	 -moz-border-radius-topright: 2px;
	 border-top-left-radius: 2px;
	 border-top-right-radius: 2px;
	 background: #6b6b6b;
	 background: -moz-linear-gradient(top,#6b6b6b 1%,#2d2d2d 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#6b6b6b),color-stop(100%,#2d2d2d));
	 background: -webkit-linear-gradient(top,#6b6b6b 1%,#2d2d2d 100%);
	 background: -o-linear-gradient(top,#6b6b6b 1%,#2d2d2d 100%);
	 background: -ms-linear-gradient(top,#6b6b6b 1%,#2d2d2d 100%);
	 background: linear-gradient(to bottom,#6b6b6b 1%,#2d2d2d 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b',endColorstr='#2d2d2d',GradientType=0);
}
 #container #main .inside .mod_breadcrumb {
	 border: 1px solid #DEDEDE;
	 margin: 20px 0px 0px -21px;
	 padding: 20px 40px 20px 20px;
	 width: 638px;
	 background: #ffffff;
	 background: -moz-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
	 background: -webkit-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
	 background: -o-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
	 background: -ms-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
	 background: linear-gradient(to bottom,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
}
 #footer {
	 width: 100%;
	 min-height: 40px;
	 position: relative;
	 float: left;
	 color: #aba49a;
	 font-size: 12px;
	 border-top: 1px solid #d8d8d8;
	 box-shadow: 0 4px 5px #ebebeb inset;
	 margin: 40px 0 0 0;
	 background: #F8F8F8 url('../img/footernoise.png') repeat top left;
}
 #footer .inside {
	 width: 980px;
	 margin: 0 auto 0 auto;
	 padding: 40px 0 0 0;
}
 #footer .inside a:link, #footer .inside a:visited, #footer .inside a:active {
	 color: #aba49a;
	 text-decoration: none;
}
 #footer .inside a:link:hover, #footer .inside a:visited:hover, #footer .inside a:active:hover {
	 color: #da0025;
}
 #footer .inside .subfooter {
	 color: #aba49a;
	 height: 100px;
	 line-height: 100px;
	 text-align: center;
}
 #footer .inside .subfooter a:link, #footer .inside .subfooter a:visited, #footer .inside .subfooter a:active {
	 color: #aaa;
}
 #footer .inside .subfooter a:link:hover, #footer .inside .subfooter a:visited:hover, #footer .inside .subfooter a:active:hover {
	 color: #666;
}
 #footer .inside .includer {
	 border: 1px solid #eee;
	 position: relative;
	 width: 980px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
}
 HTML {
	 _background: url(http://automobile-an-der-oos.de/images/trans.gif) no-repeat fixed;
}
 .bgstretcher-area {
	 text-align: left;
}
 .bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	 position: absolute;
	 top: 0;
	 left: 0;
	 -webkit-border-bottom-right-radius: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	 -moz-border-radius-bottomright: 3px;
	 -moz-border-radius-bottomleft: 3px;
	 border-bottom-right-radius: 3px;
	 border-bottom-left-radius: 3px;
}
 .bgstretcher UL, .bgstretcher UL LI {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 display: block;
	 -webkit-border-bottom-right-radius: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	 -moz-border-radius-bottomright: 3px;
	 -moz-border-radius-bottomleft: 3px;
	 border-bottom-right-radius: 3px;
	 border-bottom-left-radius: 3px;
}
 .bgstretcher {
	 background: black;
	 overflow: hidden;
	 width: 100%;
	 position: fixed;
	 z-index: 1;
	 _position: absolute;
	 top: 0;
	 left: 0;
	 -webkit-border-bottom-right-radius: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	 -moz-border-radius-bottomright: 3px;
	 -moz-border-radius-bottomleft: 3px;
	 border-bottom-right-radius: 3px;
	 border-bottom-left-radius: 3px;
}
 .newsletter input.text, .newsletter select.select, .newsletter textarea.textarea, .newsletter input.upload, .newsletter input.captcha {
	 margin: 0 0 10px 0;
	 padding: 8px;
	 clear: left;
	 background: #f6f6f6;
	 border: 0;
	 font-size: 13px;
	 box-shadow: 0 1px 0 #ccc inset, 0 3px 2px #efefef inset;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 width: 242px;
}
 .newsletter .submit {
	 float: right;
	 position: relative;
	 width: 120px;
	 margin: 0 0 0 0;
	 text-align: center;
	 font-size: 12px;
	 color: #333;
	 padding: 6px 10px;
	 cursor: pointer;
	 background: #eeeeee;
	 background: -moz-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#cccccc));
	 background: -webkit-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 background: -o-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 background: -ms-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 background: linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border: 1px solid #aaa;
	 box-shadow: 0px 1px 0 rgba(255,255,255,0.2) inset;
	 text-shadow: 0px 1px 0px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0);
}
 .newsletter .submit:hover {
	 padding: 6px 15px;
	 cursor: pointer;
	 background: #ffffff;
	 background: -moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	 background: -webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	 background: -o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	 background: -ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	 background: linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
}
 .newsletter p.confirm {
	 background: green;
	 color: #FFFFFF;
	 font-weight: bold;
	 padding: 10px;
	 text-align: center;
}
 .newsletter p.error {
	 background: red;
	 color: #FFFFFF;
	 font-weight: bold;
	 padding: 10px;
	 text-align: center;
}
 .formstyle span.mandatory {
	 color: #da0025;
}
 .formstyle legend {
	 margin: 0 10px;
	 padding: 0 10px;
	 font-weight: bold;
	 color: #aaa;
}
 .formstyle fieldset {
	 border: 0;
	 border-bottom: 1px solid #ccc;
	 padding: 20px 0 10px 0;
	 margin: 0 0 20px 0;
}
 .formstyle label {
	 float: left;
	 font-size: 13px;
	 text-align: right;
	 margin-right: 25px;
	 line-height: 40px;
	 width: 230px;
}
 .formstyle input.text, .formstyle select.select, .formstyle textarea.textarea, .formstyle input.upload, .formstyle input.captcha {
	 margin: 0 0 10px 0;
	 padding: 8px;
	 clear: left;
	 background: #f6f6f6;
	 border: 0;
	 font-size: 13px;
	 box-shadow: 0 1px 0 #ccc inset, 0 3px 2px #efefef inset;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
}
 .formstyle input.text {
	 width: 350px;
	 border: 0;
}
 .formstyle select.select {
	 height: 30px;
}
 .formstyle .textarea.textarea {
	 width: 350px;
	 height: 150px;
	 color: #444;
}
 .formstyle input.upload {
	 width: 330px;
	 background: #444;
	 color: #fff;
}
 .formstyle input.captcha {
	 height: 20px;
	 width: 70px !important;
	 color: #444;
}
 .formstyle span.captcha_text {
	 line-height: 40px;
	 margin: 0 0 0 10px;
}
 .formstyle .explanation {
	 margin: 0 20px;
}
 .formstyle p.error {
	 color: #f00;
	 font-weight: bold;
}
 .formstyle .checkbox_container label {
	 float: left !important;
	 text-align: left !important;
	 width: 130px;
	 line-height: normal;
}
 .formstyle .checkbox_container .checkbox {
	 float: left;
	 margin: 2px 10px 0 0;
}
 .formstyle .submit {
	 float: right;
	 position: relative;
	 width: 180px;
	 margin: 0 0 0 0;
	 text-align: center;
	 font-size: 12px;
	 color: #333;
	 padding: 6px 10px;
	 cursor: pointer;
	 background: #eeeeee;
	 background: -moz-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#cccccc));
	 background: -webkit-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 background: -o-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 background: -ms-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 background: linear-gradient(top,#eeeeee 0%,#cccccc 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border: 1px solid #aaa;
	 box-shadow: 0px 1px 0 rgba(255,255,255,0.2) inset;
	 text-shadow: 0px 1px 0px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0);
}
 .formstyle .submit:hover {
	 padding: 6px 15px;
	 cursor: pointer;
	 background: #ffffff;
	 background: -moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	 background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	 background: -webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	 background: -o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	 background: -ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	 background: linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
}
