@import url(rte.css);

/* @override 
	http://localhost:3000/_mtbwindhaag/stylesheets/layout.css
	http://www.mtb-windhaag.org/_mtbwindhaag/stylesheets/layout.css
*/

/* @group Resets */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}:focus {	outline: 0;}html {	height: auto;}body {	color: black;	background-color: #FFF;}ol, ul {	list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}/* @end */

/* @group Body */

body,html {
	font: 12px/20px "Trebuchet MS", LucidaGrande, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
}

/* @end */

/* @group General */

h1{
	margin: 0;
	font-weight: normal;
	font-size: 1.7em;
}
h1 a{
}
img{
	border: 0;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#main_content ul{
	margin: 0 0 0 20px;
	list-style: disc;
}
#main_content li{
	list-style: disc;
	padding: 0 0 0 2px;
}
#main_content h2{
	font-size: 16px;
	margin: 18px 0;
	background: url(../images/rad.gif) no-repeat;
	line-height: 36px;
	padding: 0 0 0 45px;
	color: #4a4a4a;
	font-weight: bold;
}

#facebook
{
	margin-top: 10px;
}

#teufel
{
	position: absolute;
	margin-left: 450px;
	z-index: 100;
	margin-top: -24px;
}

/* @end */

/* @group Edit */

.editbtn{
	float: right;
	color: white;
	background-color: #ffae00;
	padding: 0 5px;
	font-size: 11px;
	line-height: 16px;
}
.flash_messages{
	background-color: #a5c450;
	color: #FFF;
	padding: 4px 6px;
	margin-bottom: 15px;
}
#flash_notice{
	
}

/* @end */

/* @group Datepicker */
/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */
div.datePicker *{
	font:900 10px/10px Verdana;
}
/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        font:900 77%/77% Verdana;

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        position:relative;
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../media/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1em;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(../media/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(../media/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(../media/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }

.w8em{
	float: left;
	width: 90%;
	border: none;
	background-color: #f9f4f1;
	border-bottom: 1px solid #8f8470;
}

#reservation_von, #reservation_bis, #von_datum, #bis_datum, #reservation_datum {
	width: 90%;
}
* html #reservation_von, * html #reservation_bis, * html #von_datum, * html #bis_datum, * html #reservation_datum{
	width: 85%;
}
/* @end */

/* @group Pagination */

.pagination {
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
}

.pagination a {
	padding: 2px 7px;
	margin: 0 1px;
	border: 1px solid #8097a3;
	color: #8097a3;
}

.pagination a:hover,
.pagination a:active {
	color: #8097a3;
	padding: 1px 6px;
	border: 2px solid #8097a3;
	background: none;
	text-decoration: none;
}

.pagination span.current,
.pagination span.disabled {
	padding: 2px 7px;
	margin: 0 1px;
}

.pagination span.current {
	border: 1px solid #8097a3;
	color: #fff;
	background: #8097a3;
}

.pagination span.disabled {
	border: 1px solid #ccc;
	color: #ccc;
}

/* @end */

/* @group ModalWindow */

#modal_container {  	padding:5px;  	background-color:#fff;  	border:1px solid #666;  	overflow:auto;  	font-family:"Lucida Grande",Verdana;  	font-size:12px;  	color:#333;  	text-align:left;  }  #modal_overlay {  	background-color:#000;  }  

/* @end */

/* @group Slideshow */

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:559px;
	height:151px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

/* @end */

/* @group Content */

#container{
	margin: 30px auto;
	width: 900px;
}
#left{
	float: left;
	width: 450px;
	height: 500px;
	background: url(../images/opinion1.gif);
}
#left .container{
	padding: 260px 50px 0 50px;
}
#right .container{
	padding: 260px 50px 0 90px;
}
#right{
	float: right;
	width: 450px;
	background: url(../images/opinion2.gif);
	height: 500px;
}
.flags .german{
	background: url(../images/flags/at.gif) no-repeat 0 3px;
}
.flags .english{
	background: url(../images/flags/gb.gif) no-repeat 0 3px;
}
.flags li{
	padding: 0 0 0 28px;
}
#container_a{
	margin: 0px auto 30px auto;
	width: 945px;
}
#top{
	border-bottom: 3px solid #da1112;
}
#header{
	background: url(../images/bg_header.gif) no-repeat bottom right;
}

#logo{
	
}
#time_to_go{
	float: right;
	text-align: right;
}
#time_to_go .event{
	background: #e9e9e9;
	font-size: 18px;
	font-weight: bold;
	color: #414141;
	padding: 2px 6px;
	display: inline;
	margin: 0 6px 2px 0;
}
#time_to_go .time{
	color: #dd2626;
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
}
#navi{
	background-color: #8c2422;
	padding: 0;
	margin-bottom: 3px;
	overflow: hidden;
	height: 35px;
	background-image: url(../images/navi_bg.gif);
}
#navi ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navi li{
	margin: 0;
	padding: 0;
	float: left;
}
#navi li a{
	float: left;
	background-position: 0 0;
	background-image: url(../images/navi_bg.gif);
	line-height: 35px;
	padding: 1px 10px 0 10px;
	margin: 0 1px 0 0;
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#navi li a.active, #navi li a:hover{
	background-image: url(../images/navi_bg_active.gif);
	text-decoration: none;
}
#navi li a.active span, #navi li a:hover span{
	background: url(../images/navi_arrow.gif) no-repeat bottom center;
	display: block;
}
#content{
	padding: 20px 0 0 0;
}
#left_col{
	float: left;
	width: 200px;
	line-height: 0;
}
#right_col{
	float: left;
	width: 220px;
}
#main_content{
	float: left;
	width: 485px;
	padding: 0 20px;
	line-height: 2em;
}
div.gheader, #main_content h1 {
	font-size: 22px;
	font-weight: bold;
	color: #4a4a4a;
	padding: 0 0 15px 0;
	line-height: 22px;
}
#container_a p{
	margin: 0 0 10px 0;
}
.blue_box{
	background-color: #e6eff4;
	margin-bottom: 5px;
	padding: 10px;
	border-top: 3px solid #8097a3;
}
#left_col .blue_box{
	margin-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	line-height: 100%;
}
#left_col .blue_box h1{
	padding-right: 10px;
	padding-left: 10px;
}
#footer{
	clear: both;
	background: url(../images/footer_bg.gif);
	height: 69px;
	text-align: right;
	margin-top: 50px;
}
#footer_text{
	border-top: 3px solid #dd2626;
	margin-top: 3px;
	padding: 5px 0;
}
.bbox{
	background-color: #e6eff4;
	padding: 10px;
	overflow: hidden;
}
.float_right{
	float: right;
}
.bbox .float_right{
	width: 49.999%;
}
.float_left{
	float: left;
}
.bbox .float_left{
	width: 49.999%;
}
#frontpage_news, .new_box {
	margin-top: 15px;
}
h1.rad{
	background: url(../images/rad.gif) no-repeat;
	line-height: 36px;
	padding: 0 0 0 45px;
	color: #4a4a4a;
}
#frontpage_news .newsitem{
	margin-top: 15px;
}
#frontpage_news .newsitem h2, #main_content .news_box h3 {
	color: #da1112;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px solid #da1112;
	margin-bottom: 5px;
}
#frontpage_news .newsintro a {
	display: block;
	background: url(../images/arrow.gif) no-repeat 2px 3px;
	padding: 0 0 0 15px;
}
#guestbook_entries h1{
	font-size: 14px;
	color: #8097a3;
}
.guestbook_entry{
	border-bottom: 3px solid #8097a3;
	padding-bottom: 5px;
}
#guestbook_entries .guestbook_entry .message p{
	margin: 5px 0 5px 0;
	padding: 0;
}
#subnavi{
	padding: 0 0 3px 0;
	border-bottom: 3px solid #da1112;
}
#subnavi a{
	display: block;
	padding: 0px 6px;
	background: url(../images/navi_bg.gif);
	line-height: 35px;
	margin-bottom: 1px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#subnavi a.active, #subnavi a:hover{
	background-image: url(../images/navi_bg_active.gif);
	text-decoration: none;
}
#main_content h3 {
	font-size: 14px;
	color: #8097a3;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
#main_content .bbox h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #8097a3;
	font-weight: bold;
	background-image: none;
	padding: 0;
}
#main_content em{
	font-style: italic;
}
#main_content strong{
	font-weight: bold;
}
#main_content table{
	margin: 0 0 20px 0;
	border-bottom: 1px solid #8097a3;
}
#main_content table td{
	padding: 2px 4px;
}
#registrations .registration{
	border-bottom: 1px solid #8097a3;
}
#registrations{
	margin-top: -15px;
}
#registrations h2{
	margin-top: 15px;
}
#gallery .gallery_image, #main_content .gallery a.lightbox{
	float: left;
	width: 200px;
	padding: 10px 10px;
	background-color: #e6eff4;
	line-height: 0;
	margin: 8px;
	text-align: center;
	display: inline;
	height: 200px;
	overflow: hidden;
}
.clear{
	clear: left;
}
#galleries .gallery{
	float: left;
	width: 200px;
	padding: 10px 10px;
	background-color: #e6eff4;
	margin: 8px;
	text-align: center;
	display: inline;
}
a.impressions, .image_title{
	display: block;
	background: url(../images/impressions.gif) no-repeat #8097a3;
	line-height: 29px;
	height: 29px;
	padding: 0 0 0 40px;
	margin-top: 5px;
	color: white;
}
.image_title{
	background: #e6eff4;
	color: #8097a3;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.sponsor{
	border: 3px solid #e6eff4;
	margin-right: 15px;
}

.blue_box h1{
	font-size: 14px;
	color: #8097a3;
	margin: 0 0 10px 0;
	font-weight: bold;
}
#right_col .blue_box p{
	font-size: 11px;
	line-height: 16px;
}
.blue_box .blockLabels .ctrlHolder .textInput,
.blue_box .blockLabels .ctrlHolder .selectInput{
	background-color: #FFF;
}
.blue_box .blockLabels .buttonHolder{
	margin: 0;
	padding-bottom: 5px;
}

/* @end */

/* Added by Christoph Batik */

#main_content h1 {
	margin: 0;
}

#footer_text a {
	margin: 0 5px;
}

.csc-textpic-caption {
	width: 180px;
	margin: 5px 0;
	padding: 15px 10px;
	background: #e6eff4;
	color: #8097a3;
}


.contenttable p, #main_content table p {
	margin: 0px;
}

.saved {
	background-color: #A5C450;
	color: #ffffff;
	padding: 10px 5px;
	margin-bottom: 15px;
}

.tx-guestbook-form-inputfield-med {
	background-color:#E6EFF4;
border-bottom-color:#BBBCBE;
}

.error {
	color: red;
}

.mit_grafikrahmen div.csc-textpic img {
	border: 3px solid #E6EFF4;
	margin-bottom: 20px;
	margin-right: 20px;
}

h3.tx-guestbook-header {
	background: url(../images/rad.gif) no-repeat;
	line-height: 36px;
	padding: 0 0 0 45px;
	font-size: 14px;
	color: #8097a3;
	margin: 0px 0 15px 0;
	font-weight: bold;
}

div.message {
	margin-top: 15px;
}

.tx-guestbook-clear {
	height: 0;
	line-height: 0;
}

/* Kette im Header */

#container_a {
	background-image: url('../images/bg_kette.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30px;
}

#header {
	margin-top: 0px;
}

#top {
	margin-top: 0px;
}

#main_content a {
	font-weight: bold;
	color: #DA1112;
	text-decoration: underline;
}

#main_content a:hover {
	text-decoration: none;
}

.tx-chgallery-pi1 {
	text-align: center;
}

#wetter h1 {
	line-height: 120%;
}

#wetter div {
	margin: 4px 0 15px 0;
	padding: 0 10px;
}

#wetter .condition {
	color:#414141;
	font-weight:bold;
	padding: 7px 0 0 5px;
}

#smsservice h1 {
	line-height: 120%;
}

#smsservice img
{
	padding-left: 10px;
}

.clearfloat {
	clear: both;
}

.white_box {
	background-color: #ffffff;
	padding: 6px 10px;
}

.white_box a {
	color: #DA1112;
	font-weight: bold;
}

/*
.news_box img {
	float: left;
	margin: 0 10px 10px 0;
}

.news-list-morelink {
	margin-top: -30px;
}*/	

.news_box td {
	vertical-align: top;
}

#main_content .news_box table {
	border: 0;
}

.center {
	text-align: center;
}

.logos_1, .logos_2, .logos_3, .logos_4, .logos_5 {
	float: left;
	margin-right: 45px;
}

.logos_1 {
	margin-left: 35px;
}

.logos_5 {
	margin-right: 0;
}

#footer img {
	cursor: pointer;
}

#left_col a img {
	margin-bottom: 2px;
}

.tx-chgallery-pi1 .single {
	margin-left: 15px;
}

#language
{
	padding-top: 20px;
}

#sr_language_menu_select
{
	background-color: #eeeeee;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	border: 1px dotted #666666;
}

/*
 * Additional styles anmeldung
 */

#form_anmeldung_asvoe_oe_gp, #form_anmeldung_schartner_youngsters_cup, #form_anzahl_schartner_youngsters_cup, #form_anmeldung_alpine_marathon, #form_anzahl_alpine_marathon, #form_anmeldung_sparkasse_business_gp, #form_anmeldung_ktm_ebike_race, #form_anmeldung_segway_agility_championship
{
	display: none;
	border: 0;
}

.tableform
{
	text-align: center;
	width: 100%;
	background-color: #E6EFF4;
	border-top: 3px solid #8097A3;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 1.3;
}

.formlabel
{
	text-align: right;
	width: 170px;
}

.inputselect
{
	width: 236px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.inputfield
{
	width: 230px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.form-header
{
	color: #8097A3;
	font-size: 16px;
	font-weight: bold;
}

.code-img
{
	border: 1px solid #ffffff;
}

#error_asvoe_oe_gp, #error_schartner_youngsters_cup, #error_anzahl_schartner_youngsters_cup, #error_anzahl_alpine_marathon, #error_alpine_marathon, #error_sparkasse_business_gp, #error_ktm_ebike_race, #error_segway_agility_championship
{
	display: none;
	background-color: #FDEAEA;
	border-top: 3px solid #DA1112;
	border-bottom: 1px solid #DA1112;
	height: 35px;
	padding-top: 10px;
	font-size: 12px;
	text-indent: 10px;
	color: #DA1112;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

.error-element
{
	border:0;
	border-bottom: 1px solid #DA1112;
	background-color: #FDEAEA;
	width: 236px;
}
