/* 
	Standard CSS Style fuer MGP
	
	Author: syseca informatik ag, dh
	Last updated: 11. April 2007

*/

/*---------------------------------------------------------------------------
 	Allgemeine Formatierungen
 ---------------------------------------------------------------------------*/
 
 @import url(general.css);
 

/*-------------------------------------------------------
 	Formatierungen, die im RTE augewaehlt werden koennen.
--------------------------------------------------------*/

@import url(rte.css);


html, body {
	/* Wir hier aufgeführt, damit der bg im RTE nicht übernommen wird, da general.css auch im RTE geladen wird. */
	background:url(../statpics/sitebg.jpg) top left repeat-x;
}

/*---------------------------------------------------------------------------
 	Layout
 ---------------------------------------------------------------------------*/
 
#wrapAll {
	max-width:930px;
	min-width:770px;
	margin:0 auto 0 auto;
}


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

#header {
	max-width:inherit;
	min-width:inherit;
	height:121px;
	background-color:#00431b;
	background:url(../statpics/headerbg.jpg) top left no-repeat;
	border:1px solid #00431b;
	border-top:none;
	
}

#lead {
	width:115px;
	margin:16px auto auto 16px;
	float:left;
}

#logo {
	float:left;
	margin-top:10px;
	margin-left:260px;
	width:25%;
	text-align:right;
}

#logo a:hover {
	text-decoration:none;
	background:none;
}

#headerPic {
	border-left:1px solid #00431b;
	width:178px;
	height:inherit;
	float:right;
	overflow:hidden;
}


/*----------------
 	HAUPTBEREICH
-----------------*/

#mainWrap {
	min-width:772px;
	background-color:#FFFFFF;
}


/*-------------------------------------
 	Linker Bereich mit der Navigation
--------------------------------------*/

#leftColumn {
	width:178px;
	/*
	border:1px solid #00431b;
	border-top:none;
	*/
	background-color:#00431b;
	color:#FFFFFF;
	float:left;
}

#leftColumnInnerWrap {
	height:auto;
	border:1px solid #00431b;
	border-top:none;
	border-bottom:none;
	
}

/*
*	Spezialnavigation
*/

#naviTop {
}

#specNavi {
	margin:10px 0 0 9px;
	padding:0;
	width:157px;
}

#specNavi li {
	list-style:none;
	list-style-image:none;
	margin-bottom:10px;
	height:26px;
	background-color:#ffffff;
	background:url(../statpics/spez_button_bg.gif) top left no-repeat;
}

#specNavi li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#00431b;
	padding: 0.4em 0em 0.2em 1em;
}

#specNavi li a:hover {
	background:url(../statpics/spez_button_bg_ro.gif) top left no-repeat;
	color:#FFFFFF;
}

/*
*	Navigation
*/

/* Hauptnavigation */

#navi {
	padding-bottom:1.5em;
}

#mainNavi {
	margin:0;
	padding:0;
	width:176px;
	background-color:#006633;
}

#mainNavi li {
	margin:0;
	padding:0;
	display:inline;
}

#mainNavi li a, #mainNavi li strong {
	display:block;
	height:auto;
	padding: 0.2em 0em 0.2em 1em;
	text-decoration:none;
	color:#ffffff;
	border-top: 1px solid #00431b;
}

#mainNavi li.mainMenuActive strong, #mainNavi li.mainMenuActive a.openSubMenu {
	font-weight:bold;
	background-color:#2e9043;
}

#mainNavi li.mainMenuActive a, #mainNavi li.mainMenuActive a.openSubMenuActive {
	background-color:#2e9043;
}

#mainNavi li.mainMenuActive a.openSubMenuActive:hover {
	font-weight:bold;
}

#mainNavi li a:hover {
	font-weight:bold;
	background-color:#2e9043;
}

/* Subnavigation */

#mainNavi li #subNavi {
	margin:0;
	padding:0;
	background-color:#5dad77;
}

#mainNavi li #subNavi li a, #mainNavi li #subNavi li strong {
	height:auto;
	padding: 0.2em 0em 0.2em 2em;
	background-color:#5dad77;
}

#mainNavi li #subNavi li.subMenuActive strong {
	background:url(../statpics/submenu_ro.gif) top left no-repeat;
	/*background:url(../statpics/submenu_ro2.gif) top left repeat-y;*/
}

#mainNavi li #subNavi li a:hover {
	font-weight:bold;
	background:url(../statpics/submenu_ro.gif) top left no-repeat;
	/*background:url(../statpics/submenu_ro2.gif) top left repeat-y;*/
}

#mainNavi li #subNavi li.subSubMenuActive {
	font-weight:bold;
}


/*------------------------------------------------------
 	Rechter Bereich mit Servicespalte und Hauptinhalt
-------------------------------------------------------*/

#rightColumn {
	margin-left:360px;
	z-index:100;
}

#mainContentWrap {
	margin-left:-180px;
	width:100%;
	height:auto;
	float:left;
}

#breadcrumbs {
	margin:12px 0px 5px 12px;
	font-size:0.95em;
}

/*
*	Inhaltsbereich
*/
#mainContent {
	padding:12px 10px 0 12px;
	background-color:#FFFFFF;
	height:auto;
}

#printLink {
	float:right;
}

#printLink a:hover {
	text-decoration:none;
	background:none;
}

#footer {
	font-size:0.95em;
	padding:40px 0px 20px 12px;
	color:#006633;
	clear:both;
}

/*
*	Servicespalte
*/
#serviceColumn {
	width:178px;
	color:#FFFFFF;
	background-color:#00431b;
	border:1px solid #00431b;
	border-top:none;
	border-bottom:none;
	float:right;
}

#serviceColumnInnerWrap {
	padding:9px 6px 10px 8px;
	overflow:hidden;
}


/*
*	Schriftgroesse Box
*/

#fontSizeBox {
	width:156px;
	height:51px;
	background:url(../statpics/fontsizebg.gif) top left no-repeat;
}

#fontSizeBoxWrap {
	padding:6px;
}

#fontSizeBoxInnerWrap {
}

#fontSizeBoxButtonWrap {
	margin-left:12px;
	width:120px;
}

#fontSizeBoxButtonWrap .fontSizeButton {
	display:inline;
}

#fontSizeBoxButtonWrap .fontSizeButton img {
	height:18px;
	width:18px;
	margin-right:6px;
	color:#000000;
}

#fontSizeBoxButtonWrap {
	margin-top:5px;
	margin-left:12px;
}

.fontSizeButton a:hover {
	background:none;
}

/* gewisse Formatierungen von der globalen h4 Definition muessen ueberschrieben werden! */
#fontSizeBox h4 {
	height:15px;
	padding:0;
	margin-bottom:0;
	padding-left:12px;
	margin-top:-2px;
	font-weight:bold;
	color:#00431b;
	background-color:#FFFFFF;
	border:none;
	overflow:hidden;
}

/*------------------------------------------------------
 	Anpassugen fuer diverse Inhaltselemente
-------------------------------------------------------*/

/*
*	Newsticker
*/

#tickerspace {
	margin-top:20px;
	padding-bottom:20px;
}

#tickerspace p {
	margin:0;
	margin-bottom:0.5em;
	padding:0;
}

#tickerspace a, #tickerspace a:hover {
	color:#FFFFFF;
}

/* Umrahmung fuer Content Elemente */
.csc-frame-frame1 {
	margin-right:5px;
	float:left;	
}



/*-------------------------------------
	Formulare
--------------------------------------*/

/*
*	Formatierung fuer Bild mit Text
*/

/* Bildlegende */
.csc-textpic-caption {
	font-size:0.95em;
	color:#00431b;
}

/*
*	Allgemeine Formatierunge für die Mailforms
*/

fieldset {
	margin-bottom:20px;
}

.csc-mailform-field label {
	display:block;
	width:auto;
	margin:0.25em 0 0.25em 0;
}

input {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

.csc-mailform-field {
	
}

.csc-mailform legend {
	font-weight:bold;
	margin-bottom:0.25em;
}

.csc-mailform-field .radioStyle {
	width:auto;
}

.csc-mailform-field input, .csc-mailform-field select, #tx-indexedsearch-search .tx-indexedsearch-selectbox, #tx-indexedsearch-search .tx-indexedsearch-searchbox {
	border-top:2px solid #3ca159;
	border-left:2px solid #3ca159;
	padding-bottom: 1px;
	color:#000000;
	background-color:#ffffff;
}

.csc-mailform-field input {
	width:18em;
}

.csc-mailform-field input:focus, .csc-mailform-field textarea:focus, #tx-indexedsearch-search .tx-indexedsearch-selectbox:focus, #tx-indexedsearch-search .tx-indexedsearch-searchbox:focus {
	background-color:#ffffff;
}


.csc-mailform-field textarea {
	width:18em;
	color:#000000;
	border-top:2px solid #3ca159;
	border-left:2px solid #3ca159;
	background-color:#ffffff;
}


.csc-mailform-field .csc-mailform-submit {
	width:auto;
	height:25px;
	margin-top:1em;
	padding-left:25px;
	color:#000000;
	border:none;
	background:url(../statpics/senbu_golf_wh.gif) top left no-repeat;
}

.csc-mailform-field .csc-mailform-submit:hover, .csc-mailform-field .csc-mailform-submit:focus {
	cursor:pointer;
}


/*
*	Spezielle Formatierungen für Mailforms im Servide Bereich.
*/

#serviceColumnInnerWrap .csc-mailform-field input, #serviceColumnInnerWrap .csc-mailform-field select {
	width:150px;
}

#serviceColumnInnerWrap .csc-mailform-field textarea {
	width:150px;
}

#serviceColumnInnerWrap .csc-mailform-field select {
	height:16px;
}

#serviceColumnInnerWrap .csc-mailform-field .csc-mailform-submit {
	width:auto;
	color:#FFFFFF;
	background:url(../statpics/senbu_golf_gr.gif) top left no-repeat;
}


/*
*	Formatierunge fuer die Extension TMailform
*/

.missingAlert {
	color:#FF0000;
}


/*
*	Formatierungen fuer die Fotogaerlie
*/

.picsGalleryNavi {
	height:17px;
	padding-top:4px;
	margin-bottom:25px;
	clear:both;
	border-bottom:1px solid #9dcdad;
	border-top:1px solid #9dcdad;
}

.picsGalleryPrevBu, .picsGalleryThumbsBu, .picsGalleryThumbsBu, .picsGallerySlideBu, .picsGalleryNextBu {
	float:left;
	margin-right:15px;
}

.picsGalleryWrap a {
	padding:0;
	margin:0;
}

.picsGalleryWrap a:hover {
	text-decoration:none;
	background:none;
}

.picsGalleryThumbs .gfpb_landscape, .picsGalleryThumbs .gfpb_portret {
	width:120px;
	height:120px;
	margin-right:4px;
	margin-bottom:4px;
	float:left;
}

.picsGallerySingleComment {
	margin-top:0.25em;
	color:#006633;
}


/*
*	Formatierung fuer die Frontend Benutzer Registrierung
*/

.tx-srfeuserregister-pi1 p { 
	margin-top: .5em;
	margin-bottom: 0;
	padding: 0;
	text-indent: 0; 
}

.tx-srfeuserregister-pi1 h4 {
	margin-top: 0;
	padding-left: 0;
}

.tx-srfeuserregister-pi1 legend {
	padding: 0;
	font-weight: bold;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { 
	font-style:normal;
	margin:0;
	padding:0;
	margin-bottom: 1em;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { 
	margin-bottom: 2em;
}

.tx-srfeuserregister-pi1 a { 
	padding-left:0;
	/*background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); 
	background-repeat: no-repeat;
	background-position: 0% 60%;*/
	background:none;
	text-decoration:none;
}

.tx-srfeuserregister-pi1 a:hover {
	color:#00431b;
	background-color:#5dad77;
}

.tx-srfeuserregister-pi1 label { 
	margin: 0; padding: 0; 
}

.tx-srfeuserregister-pi1 label span {
	color: #000000;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color: #ff0000;
}

.tx-srfeuserregister-pi1 input {
	margin: 0; 
	/*padding: 0 .5em 0 0;*/
}

.tx-srfeuserregister-pi1 input[type=password] {
	margin-right: 1em;
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password {
	margin-right: 1em;
}

.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { 
	background-color: transparent;
	margin-right:0.5em;
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { 
	background-color: transparent;
	margin-right:0.5em;
}		

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
	margin-left:0;
	background-color: transparent;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { 
	cursor: pointer;
}

.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view {
	padding-left:0; 
	/*background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); 
	background-color: transparent;
	background-repeat: no-repeat;
	*/
	background:none;
	font-size: .8em;
	margin-left:0; 
}

.tx-srfeuserregister-pi1 ul {
	margin: 0; 
	padding: 0; 
	list-style-position: inside; 
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { 
	list-style-type: none;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { 
	margin: 0 0 .3em 0;
	padding: 0; 
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { 
	margin: 0; 
	padding:0;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { 
	float: left; 
	padding: 0 2em 0 0; 
	margin: 0;
}

.tx-srfeuserregister-pi1 dl {
	margin: 0; 
	padding: 1em 0 0 0;
}

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { 
	margin: 0; 
	padding: 0 0 .5em 0; 
	float: left; 
}

.tx-srfeuserregister-pi1 dt { 
	clear: both; 
	width: 25%;
	text-align: left;
	padding-right: 1em; 
}

.tx-srfeuserregister-pi1 dd { 
	text-align: left; 
	width: 50%;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { 
	width: auto; 
	padding-right: 0em;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { 
	width: auto;
}

* html .tx-srfeuserregister-pi1 dd { 
	float: none;
}

.tx-srfeuserregister-pi1 dd p { 
	margin-top: 0; 
	margin-bottom: .5em; 
	padding: 0; 
}

.tx-srfeuserregister-pi1 dd label { 
	padding: 0 1em 0 0;
}

.tx-srfeuserregister-pi1-submit {
	padding-left:25px;
}

input.tx-srfeuserregister-pi1-submit:hover {
	cursor:pointer;
}

.tx-srfeuserregister-pi1 p {
	padding:0;
	margin:0;
	margin-bottom:1em;
}

/*
*	Formatierung fuer die New Login Box
*/

.tx-newloginbox-pi1 {
	margin-top:2em;
}



input[type=submit] {
	background:transparent url(../statpics/senbu_golf_wh.gif) no-repeat scroll left top;
	border:medium none;
	color:#000000;
	height:25px;
	margin-left:10px;
	margin-top:0.5em;
	padding-left:25px;
	width:auto;
}






