@charset "utf-8";
/* STYLE DER GOLFSEITE */

body {
	margin:0px;
	padding:0px;
	background-color: #660000;
	min-height: 100%; /* Mindesthoehe fuer moderne Browser */
	height:auto !important; /* Important Regel fuer moderne Browser */
	height:100%; /* Mindesthoehe fuer den IE */
	overflow: auto !important; /* FF Scroll-leiste */
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

a:focus {outline:none;}
/* ### Seitenbreite ### */

#wrapper {
	width: 960px;
	margin: 0px auto; /* Div soll zentriert werden */
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;	
	line-height:18px;
}
/* ###################### */

/* ### Schriftformatierung ### */
h1, h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	margin:0 0 10px 0;
	padding:0px;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	line-height: 26px;
	margin:0 0 10px 0;
	padding:0px;
}

h4, h5 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	margin:0 0 10px 0;
	padding:0px;
}
p, td {
	margin:5px 0 10px 0;
	padding:0px;
}

span {
	color:#000000;
}

a:link, div.csc-default a:link, .csc-textpic-text a:link, .bodytext a:link, a:link.internal-link, #left_content a:link {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990033;
	text-decoration:none;
}

a:hover, div.csc-default a:hover, .csc-textpic-text a:hover, .bodytext a:hover, a:hover.internal-link, #left_content a:hover {
	text-decoration:underline;
}

caption {
	font-weight: bold;
	color: #333333;
}

/* ###################### */

hr {
	background-color: #cccccc;
	height: 1px;
	}

/* ### Impressum oben rechts ### */
#impressa {
	width:950px;
	height:34px;
	margin:0px;
	padding: 0 6px 0 0;
	text-align:right;
	line-height:34px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#cc9933;
}
#impressa a:link, #impressa a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#cc9933;
}
#impressa a:hover {
	text-decoration:underline;
}
/* ###################### */

/* ### Navigation ### */
#navi {
	width:960px;
	height:34px;
	background: url(images/navi_bg.jpg) repeat-x;
	color:#990033;
	font-size:16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 34px;
	margin:0 6px 0 6px;
	padding:0px;
}

/*Drop-down menu*/
#navi2 {width:960px; height:34px; border:none; background:#eeeec8 url(images/navi_bg.jpg) repeat-x; color:#990033; margin:0 6px 0 6px; padding:0px;} /*Color navigation bar normal mode*/
#navi2 ul {list-style-type:none; margin:0px; padding:0px;}
#navi2 ul li {float:left; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:dotted 1px #990033;}
#navi2 ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:34px; line-height:34px; padding:0 20px 0 20px; text-decoration:none; font-weight:bold; color: #990033;}
#navi2 ul li ul {display:none; border:none; border-bottom:dotted 1px #990033; margin:0px; padding:0px; }

/*Non-IE6 hovering*/
#navi2 ul li:hover a {background-color:#e2daa6;	text-decoration:none;}
#navi2 ul li:hover a:hover {background-image: url(images/navi_bg.jpg);
	background-position: center -34px; } /*Color main cells hovering mode*/
#navi2 ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:34px; margin:0px; left:0;}
#navi2 ul li:hover ul li a {display:block; width:11.0em; height:16px; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:dotted 1px #990033; border-bottom: solid 1px #ddd298; background-color:#eeeec8; font-weight:normal; color:#990033;} /*Color subcells normal mode*/

#navi2 ul li:hover ul li a:hover {background-color:#ddd298; text-decoration:none;} 
/* ###################### */

/* ### Seitencontent ### */
#site {
	width:960px;
	background-image: url(images/site_bg_960.png);
	background-repeat: repeat-y;
	background-position: center 34px;
	margin:0px;
	padding:0 0 30px 0;
	overflow:auto;
}
#site_footer {
	width:960px;
	height:11px;
	background-image: url(images/site_footer_960.png);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
}
/* ###################### */

/* ### PNG Hack ### */
#site, #site_footer, #left_collumn_inner, #left_collumn_header, #left_collumn_footer { behavior: url(images/iepngfix.htc) }
/* ###################### */

/* ### Seiteninhalt ### */
#content {
	width:948px;
	padding:0px;
	margin:0px auto;
}
/* ###################### */

/* ### Header ### */	
#header_image {
	width:948px;
	height:205px;
	margin: 0px auto; /* Div soll zentriert werden */
	padding:0px;
}

#header_image img {
	border:0px;
}
/* ###################### */

/* ### Linke Spalte ### */
#left_collumn {
	width:275px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	left:8px;
	top:-55px;
}

#left_collumn_header {
	width:275px;
	height:300px;
	margin:0px;
	padding:0px;
	background-image: url(images/left_collumn_header2.png);
	background-repeat: no-repeat;
}

#left_collumn_inner {
	width:275px;
	margin:0px;
	padding:0 0 2px 0;
	background-image: url(images/left_collumn_bg_275.png);
	background-repeat: repeat-y;
}

#left_collumn_footer {
	width:275px;
	height:6px;
	margin:0px;
	padding:0px;
	background-image: url(images/left_collumn_footer_275.png);
	background-repeat: no-repeat;
}

#left_content {
	position:relative;
	top:-215px;
	width:234px;
	margin: 0px auto; /* Div soll zentriert werden */
	padding:0 0 3px 0;
}

#left_content_weather {
	width:200px;
	margin: 0px auto; /* Div soll zentriert werden */
	padding:0 0 5px 0;
	font-size:11px;
	line-height:13px;
}
#left_content_weather img {
	margin-right:5px;
}

#left_content #left_content_weather a:link, #left_content #left_content_weather a:visited {
	color:#2064c2;
	text-decoration:none;
	font-weight:bold;
}

#left_content #left_content_weather a:hover {
	text-decoration:underline;
}

#left_content div a, #left_content div a:link, #left_content div a:visited {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990033;
	text-decoration:none;
}
#left_content div a:hover {
	text-decoration:underline;
}

#left_content div.csc-default {
	padding:0px;
	margin:0px;
}
/* ###################### */

/* ### Rechte Spalte ### */
#right_collumn {
	width:608px;
 	float:right;
	margin:24px 34px 0 0;
	padding:0px;
}

/* ###################### */

/* ### Main (Rechte Spalte) ### */
#right_collumn div.main {
	width:608px;
}

#right_collumn div.main img {
	border:1px solid #cccccc;
	padding:2px;
	margin:0px;
}

 #right_collumn div.main div.csc-default table {
	width:608px;
	margin:0 0 20px 0;
} 

#right_collumn div.main div.csc-default td {
	padding:2px;
	margin:0px;
}
/* ###################### */

/* ### Boxen (Rechte Spalte) Startseite### */
#boxes {
	width:100%;
	margin:40px 0 0 0;
	padding:0px;
}

#right_box1 {
	width:272px;
	float:left;
	margin:0px;
	padding:0px;
}

#right_box2 {
	width:272px;
	float:right;
	margin:0px;
	padding:0px;
}

#right_box1 h1, #right_box1 h2, #right_box1 h3,#right_box2 h1, #right_box2 h2, #right_box2 h3 {
	margin:0 0 15px 0;
	padding:0px;
	color:#333333;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#right_box1 p, #right_box2 p {
	margin:5px 0 5px 0;
	padding:0px;
}

#right_box1 span, #right_box2 span {
	color:#000000;
}

#right_box1 p.date, #right_box2 p.date {
	color:#990033;
	margin:5px 0 -5px 0;
}

#right_box1 a:link, #right_box1 a:visited, #right_box2 a:link, #right_box2 a:visited {
	color:#666666;
	text-decoration:none;
}

#right_box1 a:hover, #right_box2 a:hover {
	text-decoration:underline;
}

#right_box1 img, #right_box2 img {
	border:1px solid #cccccc;
	padding:2px;
	margin:0px;
}
/* ###################### */

/* ### Typoscript Tabellen ist ein Test ### */
.contenttable {
	width:80%;
	margin:20px 0 0 0;
}

.tr-odd {
	border: none;
	background-color:#FFF;
	padding: 4px;
	margin:2px;
}

.tr-even {
	border: none;
	background-color:#eeeec8;
	padding: 4px;
	margin:2px;
}

#right_collumn div.main table.contenttable img {
	border:0px;
}

#right_collumn div.main div.tx-tttimetable-pi1 img {
	border:0px;
}
/* ###################### */

/* ### NEWS STYLES ### */
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #999999;

}
.news-latest-container HR.clearer {
	clear:left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:0px;
	margin:0 0 5px 0;
}

.news-latest-gotoarchive {
	font-weight:normal;
	margin:5px 0 10px 0;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#990033;
	text-decoration:none;
}
.news-latest-gotoarchive A {
	color:#990033;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;	
	padding:0px;
	margin:0px;
	background-color:#FFF;
}

.news-latest-item IMG {
	padding:1px;
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #cccccc;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:10px;
	/* color:#666666; */
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	background-color:#FFF;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:0px;
	margin:0 0 20px 0;
}

.news-list-item h2, .news-list-item h2 a:link, .news-list-item h2 a:visited  {
	color: #990033;
	font-size: 13px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

 .news-list-item a:link, .news-list-item a:visited  {
	color: #990033;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}


.news-list-item h2 a:hover, .news-list-item a:hover    {
	text-decoration:underline;
}

.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}


.news-list-container H3 {
	margin:5px 0 5px 0;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#990033;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#990033;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #666666;
	width: 230px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 10px;
	font-weight: normal;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	padding-left:5px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	padding:1px;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	padding:3px;
	background-color:#FFF;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	background-color:#FFF;
	width:608px;

}
.news-single-item div {
	margin:0 0 20px 0;
}

.news-single-item a, .news-single-item a:link, .news-single-item a:visited  {
	color:#990033;
	text-decoration:none;
}

.news-single-item a:hover  {
	text-decoration:underline;
}

.news-single-item H1 {
	margin:10px 0 10px 0;
	line-height:26px;
}

.news-single-item H2 {
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	margin-bottom:10px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	clear: both;
	float: right;
	margin:0 0 0 20px;
	padding: 0 0 0 10px;
}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
	height: 15px;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/*	background-color: #BBE53A; */
/* 	clear: both; */
	margin-top: 15px;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	margin:5px 0 3px 0;
	padding:3px;
	background-color:#FFF;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #33;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}



/* ###################### */