td { }
a:link {color: #933;}
a:visited {color: #033;}
a:hover {color: #630; }
a:active { }

/*fuer die nested content elements*/
/*subcolumns*/
/* nicht mit overflow: hidden arbeiten, da sonst das Verschieben in den Randbereich nicht funzt (mit neg margin); stattdessen ist ein clearing per Hand nötig (im HTML mit hr.cleary) */
.subcolumns {width: 100%; float:left;}

hr.cleary {
	float:none;
	clear:both;
	height: 1px;
	padding:0; margin:0;
	border:none;
	visibility: hidden;
}

.subcolumns_oldgecko { width: 100%; float:left; }

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

.c25l, .c25r { width: 25%; }
.c33l, .c33r { width: 33.333%; }
.c50l, .c50r { width: 50%; }
.c66l, .c66r { width: 66.666%; }
.c75l, .c75r { width: 75%; }
.c38l, .c38r { width: 38.2%; }
.c62l, .c62r { width: 61.8%; }

.subc  { padding: 0 0.5em; }
.subcl { padding: 0 12px 0 0; }
.subcr { padding: 0 0 0 12px; }



h1.csc-firstHeader {margin-top: 0px; margin-bottom: 20px;}

/* Margins around images: */

	/* Pictures on left, add margin on right */
	#right DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	#right DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	#right DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 0px;
	}

	/* Pictures on right, add margin on left */
	#right DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	#right DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	#right DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
	}

	/* Pictures centered, add margin on left */
	#right DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
	}

#right dd.csc-textpic-caption {
	background: #f1f8ec url(../img/gra_box.gif) bottom left no-repeat;
	padding: 5px 15px 7px 15px;
	margin-bottom: 50px;
	font-size: 0.9em;
	line-height: 1.35em;
}

dd.csc-textpic-caption {
	padding: 5px 15px 7px 15px;
	font-size: 0.9em;
}




/* csc login-formular */
table.csc-loginform { margin: 10px 0px 0px 15px; }

table.csc-loginform td.csc-form-labelcell { padding-right: 10px;}




/* eigenes logout-layout in infobox */

div.contlogin {
	position: relative;
	/* height: 50px; */
	overflow: hidden;
	padding: 15px 20px 20px 20px;
	/* border-bottom: 1px solid #6db33f; */
}

div.contlogin span.jjformfield {
	margin-right: 15px;
}

div.contlogin span.jjformfield input {
	width: 80px;
	display: inline;
}

div.contlogin span.jjformcomment {
	font-size: 0.9em;
	line-height: 1em;
}



/*BEUser-Logout im Frontend*/

div.beulogout {
	border-bottom: 1px solid #fff;
}

div.feedit {
	background: #f30;
	padding-left: 20px;
}

div.feedit a.edit:link, div.feedit a.edit {
	font-weight: bold;
	color: #fff;
}

div.feedit a.edit:hover  {
	color: #ccc;
}



/* Suche */

table.csc-searchform {
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #6db33f;
}

table.csc-searchform td.csc-form-labelcell { padding-right: 10px;}

div.contsearch {
	padding: 3px 0px 5px 0px;
	/* border-left: 40px solid #fc0; */
}

div.contsearch>input { margin-right: 10px;}


span.csc-sword {padding: 0px 3px; border: 1px dotted #000; background: #fc0; }

/* Sitemap */

div.csc-sitemap {
	margin-left: 40px;
}

div.csc-sitemap ul {
	list-style: none;
	margin: 0px 0px 10px 35px;	
}

div.csc-sitemap a {
	color: #036;
}

div.csc-sitemap a:visited {
	color: #369;
}

div.csc-sitemap a:hover {
	color: #930;
}

/* divider */

div.jjdivider {
	height: 2px;
	border-top: 1px solid #6db33f;
	margin: 30px 0px 30px 0px;
}

div.jjdivider hr {display: none; }

#infobox div.jjdivider {margin: 10px 0px 10px 0px;}


/* abweichende Formatierungen bei destinations*/

#destinations ul, #destinations ol {
	margin: 5px 0px 30px 20px;
	color: #036;
	line-height: 1.3em;
}

#destinations ul li {margin: 15px 0px;}

#destinations h1.csc-firstHeader {margin-bottom: 7px; font-size: 1.7em;}
#destinations div.csc-header-n2 h2 {margin: 0px 0px 5px 0px;}
#destinations div.csc-header-n3 h2 {margin-top: 28px;}




/* rounded box neu*/
.roundbox {
	background: url(../img/rb_tl.gif) no-repeat top left;
}
.roundboxtop {
	background: url(../img/rb_tr.gif) no-repeat top right;
}
.roundboxbottom {
	background: url(../img/rb_bl.gif) no-repeat bottom left;
}
.roundboxbottom div {
	background: url(../img/rb_br.gif) no-repeat bottom right;
}
.roundboxcontent {
	background: url(../img/rb_r.gif) top right repeat-y;
}

.roundboxtop div,.roundboxtop,
.roundboxbottom div, .roundboxbottom {
	width: 100%;
	height: 25px;
	font-size: 1px;
}
.roundboxcontent, .roundboxbottom {
	margin-top: -19px;
}
.roundboxcontent { padding: 0px 30px 15px 25px;}

.roundboxcontentinner {margin-top:14px;}



/*  Programm-Box*/

div.csc-frame-frame2 {
	margin: 12px 0px 28px 3px;
	padding: 0px 0px 0px 12px;
	font-size: 0.9em; 
	border-left: 5px solid #6db33f;
}

/* Tabelle layout 0 (1. Zeile ist stark abgesetzt */
table.contenttable {
	margin-top: 20px;
	padding: 0;
	font-size: 12px;
	border-spacing: 0;
}


table.contenttable tr td {
	border-right: 1px solid #8f9ba7;
	border-bottom: 1px solid #8f9ba7;

	
	padding: 3px 15px 3px 15px;
}
table.contenttable tr.tr-0 td {
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	padding: 0px 15px 3px 15px;
	font-weight: bold;
	white-space: nowrap;
}

table.contenttable tr td.td-last {
	border-right: none;
}

table.contenttable tr.tr-last td {
	border-bottom: none;
	padding: 0px 15px 0px 15px;
}


/* Tabelle layout 1 (1. Zeile und 1.Spalte ist stark abgesetzt */
table.contenttable-1 tr td.td-0 {
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	font-weight: bold;
}

table.contenttable-1 tr.tr-last td {
	border-bottom: none;
}

/* Tabelle layout 2 (weder 1.Spalte noch 1. Zeile abgesetzt */

table.contenttable-2 tr.tr-0 td {
	border-right: 1px solid #8f9ba7;
	border-bottom: 1px solid #8f9ba7;
	font-weight: normal;
}

table.contenttable-2 tr td.td-last {
	border-right: none;
}




/* Tabelle layout 3 (1. Zeile abgesetzt kleine schrift*/

table.contenttable-3 {
	font-family: arial;
	font-size: 11px;
	line-height: 1.2em;
	margin-right: -40px;
}

table.contenttable-3 tr.tr-even td {
	background: #f1f8ec;
}

table.contenttable-3 tr td {
	padding: 5px 5px 5px 5px;
}

table.contenttable-3 tr.tr-0 td {
	padding: 5px 5px 5px 5px;
	border-right: none;
	border-bottom: none;
	background: none;
}




table.contenttable-3 tr.tr-1 td {
	border-right: 1px solid #036;
	border-bottom: 2px solid #036;
	font-weight: bold;
	white-space: nowrap;
}

table.contenttable-3 tr.tr-1 td.td-last {
	border-right: none;
}

table.contenttable-3 tr.tr-0 td.td-3 {
	border-right: none;
}

table.contenttable-3 tr.tr-1 td.td-3 {
	font-weight: bold;
}
table.contenttable-3 tr.tr-1 td.td-4 {
	font-weight: bold;
}

table.contenttable-3 tr.tr-last td {
	padding: 5px 5px 5px 5px;
}

table.contenttable-3 tr td.td-0 {
font-weight: bold;
}


/* Tabelle layout 4 (1. Zeile abgesetzt kleine schrift*/

table.contenttable-4 {
	font-family: arial;
	font-size: 11px;
	line-height: 1.2em;
	margin-right: -40px;
}


table.contenttable-4 tr td {
	padding: 5px 5px 5px 5px;
}

table.contenttable-4 tr.tr-0 td {
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid #036;
}

table.contenttable-4 tr.tr-last td {
	border-bottom: none;
	padding: 5px 5px 5px 5px;
}

table.contenttable-4 tr.tr-odd td {
	background: #f1f8ec;
}

table.contenttable-4 tr td.td-0 {
font-weight: bold;
}




