/* @override http://rodelbahn-oberoderwitz.de/css/style.css */

/*
rot			#FF0000
gelb		#FFE738

text:        #333
link		 #FF0000
*/


html, body {
    padding: 0;
    margin: 0;
	height: 100%;	
}

html {
 	min-height: 100%;
	height: auto;
}

body {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #333;
	padding-bottom: 60px;
	background: #FBB12B url('../images/layout/body-bg.png') repeat-x left top;
	/*_background: #FCB92D; IE6*/
}

a { color: #FF0000;  text-decoration: none;}
a:visited { color: #FF0000;}
a:hover { color: #FF0000; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.6px; 
	line-height: 32px;
	margin-bottom: 15px;
	font-family: Verdana, Arial;
	color: #FF0000;
}

h2 { color: #555; font-size: 19px; line-height: 23px;}
h3 { color: #555; font-size: 17px;}

.eng { margin-bottom: 2px; }

.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}

img, img a {border: none;}

/* WRAPPER
----------------------------------------------------------------------------- */

#wrap {
	position: relative;
	min-height: 100%;
    background: transparent url(../images/layout/header-bg.jpg) no-repeat center top;
    /*_background-image: url(../images/layout/header-bg-IE6.jpg); IE6*/

}

#container {
    position: relative;   
	margin: 0 auto;
	width: 1020px;
	padding: 0 0 31px 0;
}

.container-b {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 1020px; 
	height: 31px;
    background: transparent url(../images/layout/content-bottom.png) no-repeat bottom left;
    /*_background-image: url(../images/layout/content-bottom-IE6.png); IE6*/	
}


/* HEADER
----------------------------------------------------------------------------- */

#header {
	position: relative;
 	width: 1020px;
	height: 229px;
	margin: 0 0 0px 0px;
    clear: both;
    background: transparent url(../images/layout/header-bg.jpg) no-repeat -140px 0;
    /*_background-image: url(../images/layout/header-bg-IE6.jpg); IE6*/
}

#header h1 {
	position: absolute;
	top: 40px;
	left:  350px;
	width: 250px;
	height: 145px;
	overflow: hidden;
	text-indent: -9998px;
}

#header h1 a {
	display: block;
	top: 40px;
	left:  350px;
	width: 250px;
	height: 145px;
}

.lang {
	position: absolute;
	bottom: 0;
	right: 32px;
}

.lang a, .lang a:visited, .lang a:hover {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFE738;
	padding: 1px 0 1px 22px;
	margin: 0 0 0 5px;
}

.lang a.de { background: transparent url(../images/layout/flag-de.gif) no-repeat 0 0;}
.lang a.cz { background: transparent url(../images/layout/flag-cz.gif) no-repeat 0 0;}


/* CONTENT
----------------------------------------------------------------------------- */

#content {
   position: relative;
   clear: both;
   margin: 0px auto 0px 0;
   padding: 0 0 30px 0;
   width: 1020px;
   background: transparent url(../images/layout/content-bg.png) repeat-y 0 0px;
   /* _background-image: url(../images/layout/content-bg-IE6.png); IE6*/	
}

/* NAV
----------------------------------------------------------------------------- */

#nav {
	position:relative;
	float: left;
	width: 190px;
	display: inline;  /* FIX IE double margin bug */
	overflow: hidden;
	margin: 10px 15px 240px 30px;
	padding: 0px 0 0px 0;
    background: transparent;
}

#nav .navcorner {
	position: absolute;
	width: 190px;
	height: 5px;
	left: 0;
	overflow: hidden;
	background: transparent url(../images/layout/nav-corners.png) no-repeat 0 0;
	/*_background-image: url(../images/layout/nav-corners-IE6.png); IE6*/
}

#nav .navcorner.top { top: 0;}
#nav .navcorner.bottom { bottom: 0; background-position: 0 -5px;}



/* MAIN
----------------------------------------------------------------------------- */

#main {
	position: relative;
	width: 490px;
	float: left; 
	padding: 30px 30px 40px 30px;
	font-size: 13px;
	line-height: 20px;
	min-height: 300px;
	margin: 0px 0px 0 0;
	background:  url(../images/layout/main-top.png) no-repeat top left;

}

#main img {
	padding: 0px;
	border: none;
}

#main img a {
	border: none;
}

#main a:hover img { border: 0px solid #9C4C59; }


#main img.left {  /* Bild links */
	float: left;
	margin: 0px 20px 10px 0px;
}


#main img.right {  /* Bild rechts */
	float: left;
	margin: 0px 0 10px 20px;
}

.block {
	display: block;
	clear: both;
}

/* --- List --- */

#main ul {
	padding: 10px 10px 7px 10px;
	margin: 0 0 15px 0;
	list-style: none;
	background: #F2F2F2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main ul li {
	background: url(../images/layout/bullet-li.png) no-repeat left 7px;
	padding-left: 13px;
	margin: 0 0 3px 5px;
}

#main ul.sitemap, #main ul.sitemap ul { 
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #FFF;
}

#main ul.sitemap li { 
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 1%; /*IE*/
}

#main ul.sitemap li a { 
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #CCC;
	background: #FFF;

}

/* Printbuttons */

#main .printbuttons {
	position: absolute;
	bottom: 0;
	right: 30px;
}

.printbuttons a {
	margin: 0 0 0 5px;
}


/* Text */

p.einleitung {
	font-size: 17px;
	line-height: 24px;
	color: #222;
}

p.smalltext {
	font-size: 11px;
	line-height: 14px;
}

a.bulletlink, a:visited.bulletlink {
	margin: 0;
	font-weight: bold;
	color: #555;
	padding: 0 0 0 20px;
	background: url(../images/layout/link-icon.gif) no-repeat 0 0px;
}

a:hover.bulletlink {
}

.download {
	padding: 0 0 0 18px;
	background: url(../images/layout/download-icon.gif) no-repeat left 2px; 
}


/* Textboxen */

.box_1 p, .box_2 p {
	padding: 0px; margin: 0;
}

.box_1 { /* gruen */
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #FFE738;
	color:  #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box_1 a { 
	text-decoration: underline;
}

.box_2 { /* grau */
	padding: 10px 15px;
	background: #F1F1F1;
	margin: 0 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.red { color: RED; }

span.text-red {
	color:  #A51423;
}

span.text-green {
	color:  #85A70D;
}

.trennstrich-oben { /* p */
	border-top: 1px dotted #999;
	margin-top: 16px;
	padding-top: 16px;
}

.trennstrich-unten { /* p */
	border-bottom: 1px dotted #999;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

/* Blocks 1-3 */

#main .block {
	background: PINK;
}

#main .block h2 {
	background: #6AD2E7;
	margin: 0;
	padding: 3px 20px;
	color:  #FFF;
}


/* --- Tables --- */

table {
	margin: 0 0 15px 0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

td { 
	background: #F1F1F1;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 4px;
	}

td p {
	padding: 0;
	margin: 0;
}

td.tdhead {
	background: #DDD;
}


td.z1 { /* zentriert */
	text-align: center;
}

/* Preise */

table.preise { width: 95%; 
}

table.preise tr th {
	padding: 2px;
	background: #C1D870;
}

table.preise td {
	padding: 4px;
	border-top: 1px solid #C1D870;
	border-left: 1px solid #C1D870;
}

/* News */
/* Summary page */

.NewsSummary {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 0px 0 10px 0;
	margin: 0 0 0 0;
}

.NewsSummary h2, .NewsSummary h2 a  {
	color: #333;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0px 0 8px 0;
}

.NewsSummary h2 a:hover {text-decoration: underline;}

.NewsSummary p {
	margin: 0;
	padding: 0;
}

.NewsSummaryPostdate {
	font-size: 11px;
	color: #FFF;
	margin: 10px 0 5px 0;
	font-weight: bold;
}

.NewsSummaryPostdate span {
	font-weight: bold;
	padding: 2px 5px;
	background: #69D2E7;
}


.pagenav {
	position: relative;
	padding-top: 15px;
	font-weight: bold;
	margin: 10px 0 15px 0;
	width: 100%;
}

p.nextpage {
	position: absolute;
	text-align: right;
	right: 24px;
	top:  0;
	width: 160px;
}

p.nextpage a {
	position: absolute;
	width: 19px;
	height: 19px;
	right: -24px;
	top: 0px;
	text-indent: 555px;
	overflow: hidden;
}

.nextpage a { background: #6AD2E7 url(../images/layout/nextpage.gif) no-repeat 0 0; }
.nextpage a:hover { background-position: bottom left; }

p.prevpage {
	position: absolute;
	left: 24px;
	top:  0;
	width: 160px;
}

p.prevpage a {
	position: absolute;
	width: 19px;
	height: 19px;
	left: -24px;
	top: 0px;
	text-indent: 555px;
	overflow: hidden;
}
.prevpage a { background: #6AD2E7 url(../images/layout/prevpage.gif) no-repeat 0 0; }
.prevpage a:hover { background-position: bottom left; }

/* Detail page */

.NewsPostDetailDate { 
	font-size: 11px; 
	color: #666; 
	padding-bottom: 5px; 
	font-weight: normal;
}

.NewsPostDetailReturnLink {
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #CCC;
}



/* SIDEBAR
----------------------------------------------------------------------------- */

#sidebar {
	position: relative;
	overflow: hidden;
	display: inline;  /* FIX IE double margin bug */
	float: left;
	margin: 10px 0px 0 15px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	background: transparent;
}

#sidebar .block {
	position: relative;
	display: block;
	float: left;
	width: 190px;
	margin: 0 0 15px 0;
	padding: 10px 0;
	overflow: hidden;
	background: #FBB12B url(../images/layout/sidebar-box.png) no-repeat top left; 
}

#sidebar h3 {
	font-size: 14px;
	margin: 0px 0 0px 0;
	padding: 0px;
	color: #FF0000;
	text-align: center;
	text-indent: -1500px;
}

#sidebar .block.video {
	height: 193px;
	background-image: url(../images/layout/sidebar-box-video.png);
}

#cz #sidebar .block.video {
	background-image: url(../images/layout/sidebar-box-video-cz.png);
}

#sidebar .block.video h3 {
		height: 35px;
}


#sidebar .block.webcam {
	height: 203px;
	background-image: url(../images/layout/sidebar-box-webcam.png);
}

#cz #sidebar .block.webcam {
	background-image: url(../images/layout/sidebar-box-webcam-cz.png);
}

#sidebar .block.webcam h3 {
		height: 40px;
}

#sidebar .block.webcam a {
	float: left;
}

#sidebar a.webcamlink {
	background: transparent;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0;
	width: 193px;
	height: 225px;
}

#sidebar .block.wetter {
	height: 188px;
	background-image: url(../images/layout/sidebar-box-wetter.png);
}

#cz #sidebar .block.wetter {
	background-image: url(../images/layout/sidebar-box-wetter-cz.png);
}

#sidebar .block.wetter h3 {
		height: 41px;
}

/* --- Block Blitzer --- */

/* nur Banner
#sidebar .block.blitzer {
	height: 64px;
	padding: 0;
}
*/

#sidebar .block.blitzer {
	height: 188px;
	background-image: url(../images/layout/sidebar-box-blitzer.png);
}

#cz #sidebar .block.blitzer {
	background-image: url(../images/layout/sidebar-box-blitzer-cz.png);
}

#sidebar .block.blitzer h3 {
		height: 41px;
}

#sidebar .block.blitzer img {
	-height: 128px;
}

#sidebar .block .sidebarcorner {
	position: absolute;
	clear: both;
	width: 190px;
	height: 5px;
	padding: 0;
	left: 0;
	overflow: hidden;
	background: transparent url(../images/layout/nav-corners.png) no-repeat 0 0;
	/*_background-image: url(../images/layout/nav-corners-IE6.png); IE6*/
}

#sidebar .block .sidebarcorner.top { top: 0;}
#sidebar .block .sidebarcorner.bottom { bottom: 0px; _bottom: -1px; background-position: 0 -5px; 
}

/* --- Box Wetter --- */

#sidebar .block.wetter table {
		border: none;
}

#sidebar .block.wetter table td { /* RTL Wetter Widget*/
	width: 190px;
	height: 200px;
	background: transparent;
	text-align: center;
	border: none;	
}

#wetterwidget {
	margin: 0 0 10px 20px;
	overflow: hidden;
	width: 148px;
	height: 198px;
}

#wetterwidget #mpl { margin: -1px 0 0 -1px;}

/*wetter.info widget*/
#wetterinfo {
	position: absolute;
	left: 30px;
	top: 0;
	width: 130px;
}


.illu {
	position: absolute;
	width: 230px;
	height: 225px;
	left: 10px;
	top: -200px;
	background: transparent url(../images/layout/illu-kids.jpg) no-repeat 0 0;
}
/* Zufallsbild */
.illu.img1 { background-image: url(../images/layout/illu-kids.jpg); }
.illu.img2 { background-image: url(../images/layout/illu-oldies.jpg); }


/* FOOTER
----------------------------------------------------------------------------- */

#footer {
	position: absolute;
	width: 1020px;
	height: 60px;	
	margin: 0;
	bottom: -60px;
	font-size: 12px;
	background: transparent url(../images/layout/content-bottom-bg.png) no-repeat top left;
	/*_background-image: url(../images/layout/content-bottom-bg-IE6.png); IE6*/
}

#footer p {
	color: #FF0000;
	text-align: right;
	padding: 23px 20px 0 0;
	font-weight: bold;
	text-transform: uppercase;
}


/* ACCESSIBILITY
----------------------------------------------------------------------------- */

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* clearing */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* End of 'style' */

/* GUESTBOOK
----------------------------------------------------------------------------- */

.cms-guestbook {
	font-size: 11px;
	margin-top: 20px;
}

.cms-guestbook td {
	border: 0px solid red;
	vertical-align: top;
}

.cms-guestbook .gb-msg {
	background: LIGHTGREEN; /*lightgreen*/
	font-size: 12px;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .cms-guestbook-showform-button {
	float: left;
	padding: 0;
	margin: 0;
}

#main .cms-guestbook-showform-button form {
	padding: 0px;
	background: none;
	border: none;
}

#main .cms-guestbook-div-insert form {
    /* same as global */
}

.cms-guestbook-div-insert form small {
    color: #666;
    font-size: 11px;
}

.cms-guestbook-showform-button input, .gbsubmit,
.cms-guestbook input.submitbtn {
	font-size: 14px;
	padding: 5px 10px;
	margin: 0;
	width: auto;
	border: none;
	color:  #FFF;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #FF0000;
	cursor: pointer;
}

.cms-guestbook input.submitbtn.cancel {	background: #999;}
.cms-guestbook input.submitbtn.cancel:hover {	background: #999;}

.cms-guestbook-showform-button input:hover,
.cms-guestbook input.submitbtn:hover {
	border: none;
	background: #FF0000;
}

.cms-guestbook-pagination { 
	margin-top: 10px; 
	clear: both;
}
.cms-guestbook-pagination_nav {
	font-size: 12px;
}


.cms-guestbook-pagination_header {
 clear: both;
 font-size: 12px;
 margin: 0;
 }

/* Entry */

.cms-guestbook-entry {
	position: relative;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	float: left;
	width: 480px;
	overflow: hidden;
	background:  #FFF9D3 url(../images/layout/gb-entry-bg.png) no-repeat top left;
}

.gb-corner-bottom {
	position: absolute;
	height: 3px;
	width: 490px;
	bottom: 0;
	left: 0;
	clear: both;
	overflow: hidden;
	background: transparent url(../images/layout/gb-entry-bottom.gif) no-repeat top left;
}

.cms-guestbook-entry-header {}

.cms-guestbook-entry-posted {  /* Date */
	font-size: 11px;
	text-align: right;
	float: right;
	color: #555;
	padding-right: 10px;
}

.cms-guestbook-entry-sender { /* Name */
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
}
.cms-guestbook-entry-sendername  { }

.cms-guestbook-entry-location,
.cms-guestbook-entry-email,
.cms-guestbook-entry-homepage  {
font-weight: normal;
font-size: 11px;

}

.cms-guestbook-entry-text { /* Message */
	overflow: hidden;
	clear: right;
	margin-top: 5px;
	padding: 7px 10px 0;
	background: transparent;
	font-size: 12px;
	line-height: 16px;
}

.gberrormessage  {
	margin: 10px 1px;
	color: red;
	padding: 5px;
	background-color: #FFE3E3; 
	border: 1px solid RED;
}


.cms-guestbook label{
	line-height: 13px;
	width: 80px;
}

.cms-guestbook input{
	width: 200px;
}

.cms-guestbook-showform-button input{
	width: auto;
	padding: 6px 12px;
}

.cms-guestbook .counter label{
	font-weight: normal;
	width: auto;
	margin: 0;
	font-size: 11px;
	padding: 2px 5px 0 80px;
}

.cms-guestbook .counter input {
	border: none;
	padding: 0;
	background: none;
}

.cms-guestbook textarea {
	width: 430px;
}

.btns {
	padding-left: 0px;
	float: left;
}

/* End Guestbook */
