/*
  Style Sheet
---------------------------------------------
  Style Name  :  Segelfluggruppe Cumulus
=============================================
  Die Darstellung ist 800 Pixel breit.
  Das Menu links vertikal angeordnet.
  background-color:#FFFFFF; --> weiss
===============================f==============

Versionshistory:
V01.00	2005-05-30	Roger Schoch   created...
*/




/* ----------------------- */
/*  HMTL - Tags & Klassen  */
/* ----------------------- */
body {
  /* Standard - Schriftart */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:0.75em;
  color:#333333;
  background-color:#FFFFFF;
  margin-top:0px;
  margin-left:0px;
}

table {
	/* Standard - Schriftart */
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}


a {
  text-decoration:none;
  color:#B33B00;
}

a:link, a:visited {
  color:#204070;
  text-decoration:underline;
}  

a:hover {
  text-decoration:none;
  color:#204070;
}  



h1, h1.csc-firstHeader {
  margin-top:0px;
  font-size:1.2em;
  margin-bottom:0px;
  color:#FF9900;
/*  background-image:url(images/strich.jpg);
  background-position:left;
  background-repeat:no-repeat; */

}


h2 {
  margin-top:0px;
  font-size:1.1em;
  margin-bottom:0px;
  color:#FF9900;

}

h3 {
  margin-top:0px;
  font-size:1em;
  margin-bottom:0px;
  color:#FF9900;
}



/* ----------------------- */
/*  IDs                    */
/* ----------------------- */

#header {
  width:800px;
  height:150px;
  background-image:url(images/tlogo.jpg);
  background-repeat:no-repeat;

  border-style:solid;
  border-color:#F2F2F2;
  border-width:1px;
  border-bottom-width:0px;
  

}

#container {
  width:800px;

  border-style:solid;
  border-color:#F2F2F2;
  border-width:1px;
  border-top-width:0px;
}


#mainmenu_container {
  width:200px;
  float:left; 
  border-width:0px;
}

#searchbox {
  margin-left:3px;
}

#mainmenu {
  margin-top:30px;
  width:200px;
}

#whoisonline {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom:20px;
  
  font-weight:100;
  font-size:0.8em;
  
  color:#CCCCCC;
}

#content {
  float:right;
  width:570px;
  padding-bottom:20px;
  padding-right:10px;
  background-color:#FFFFFF;
}

#directlinks {
  padding-left:10px;
}


#footer {
  clear:both;
  text-align:right;
  
  padding-bottom:2px;
}





/* ----------------------- */
/*  Klassen                */
/* ----------------------- */

/* Formatierungen Menu */
#mainmenu ul{
 list-style:none;
 margin:0;
 padding:0;
}


li.mainMenuItem1 {
 background-color:#FFFFFF;
 display:block;
 margin:0px 0px 0px 0px;
 padding: 5px 0px 5px 0px;
 
 border-top:1px solid #CCCCCC;
 font-weight:normal;
}


li.mainMenuItemAct1 {
 display:block;
 margin:0px 0px 0px 0px;
 padding: 5px 0px 5px 0px;
 border-top:1px solid #CCCCCC;
 
 background-color:#DDE4D4;
 font-weight:normal;
}


li.mainMenuItem2 {
 background-color:#FFFFFF;
 display:block;
 margin:0 0px 0 0px;
 padding:5px 0px 5px 20px;
 font-weight:normal;
}


li.mainMenuItemAct2 {
 background-color:#FFFFFF;
 display:block;
 margin:0 0px 0 0px;
 padding:5px 0px 5px 20px;
 font-weight:bold;
}

li.mainMenuItem3 {
 background-color:#FFFFFF;
 display:block;
 margin:0 0px 0 0px;
 padding:0 0 0 40px;
 font-weight:normal;
}


li.mainMenuItemAct3 {
  background-color:#FFFFFF;
  display:block;
  margin:0 0px 0 0px;
  padding:0 0 0 40px;
  font-weight:bold;
}

li.mainMenuItem4 {
 background-color:#FFFFFF;
 display:block;
 margin:0 0px 0 0px;
 padding:0 0 0 60px;
 font-weight:normal;
}


li.mainMenuItemAct4 {
  background-color:#FFFFFF;
  display:block;
  margin:0 0px 0 0px;
  padding:0 0 0 60px;
  font-weight:bold;
}


#mainmenu ul li a {
  display:block;
  text-decoration:none;
  color:#666;
}

a.menuitem1, a.actmenuitem1{
  margin-left:5px;
}




.table {
  font-size:0.8em;
}


.table_header {
  background-color:#8899B3;
}

.news-latest-item {
  margin-bottom: 10px;
}

.news-latest-date {
  margin: 0px 0px 0px 0px;
  background-color:#F2F2F2;
  background-color:#FFFFFF;
}

.news-list-date {
  margin-top:0px;
  font-size:1.0em;
  margin-bottom:0px;
  color:#666666;
}

.news-single-item {
  padding: 15px 15px 15px 15px;
}

.news-list-container {
  
}
	
.news-list-item {
  
}


.clearer {
  visibility:hidden;
}




fieldset
{

  border: 0px;
  margin: 0;
  margin-top:15px;	
}



/***************** Formulare *********************/

.csc-mailform {
  margin-top:20px;
  border: 0px;
}

.csc-mailform-field label {
  margin:2px;
  line-height:15px;
  color:#99999;
  margin-right: 10px;
  width: 220px;
  display: block; 

  margin-bottom:5px;
  font-size: 0.9em;
}

.csc-mailform-field input {
  margin-bottom:5px;
}

.csc-mailform-submit {
  margin-left: 0px;
  margin-top:20px;
  border-style:solid;
  border-width:1px;
  border-color:#99999;
  background-color:#FFFFFF;
  color:#999999;

}


/*Login Form*/


/* Klassen von der Upload Extension*/
.csc-uploads-description p {
	display: inline;
	margin-top:0px;
	padding-top:0px;
	
	
}



/* Classes von der Extension css_styled_content */
.bodytext {
  margin: 0px 0px 5px 0px;
}


.tx-veguestbook-pi1{
  font-size:1.0em;
  width:70%;
}

.tx-guestbook-list-header { 
  background-color:#FFFFFF; 
  color:#666666; 
  font-weight:bold;
  padding-top:20px;

  border-bottom-style:solid;
  border-bottom-color:#CCCCCC;
  border-bottom-width:1px;
  
}

.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#CCCCCC;  color:#333333; width:100; height:20; }
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#CCCCCC;  color:#333333; width:150; height:20; }
.tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#CCCCCC; color:#333333; width:250; }
.tx-guestbook-form-obligationfield { color: #CC0000; }
.tx-guestbook-form-error { color: #CC0000; }
.tx-guestbook-list-entrycomment-title {font-weight: bold; }
.tx-guestbook-list-entrycomment { font-style: italic; }




.tx-irfaq-pi1 ul.tx-irfaq-questions-list { margin-bottom: 75px; }		
.tx-irfaq-pi1 ul li a p.bodytext { margin: 0px; display: inline; font-weight: bold; }		
.tx-irfaq-pi1 ul li a { color: #000; text-decoration: none; }		
.tx-irfaq-pi1 ul li a:hover { color: #000; text-decoration: underline; }		
.tx-irfaq-pi1 .tx-irfaq-answer { margin-bottom: 10px; }		
.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext { margin: 0px; display: inline; font-weight: bold; }		
.tx-irfaq-pi1 dt p { font-weight: bold; margin: 0px; display: inline; }		
.tx-irfaq-pi1 dd { margin-left: 0px; }		
.tx-irfaq-pi1 dd p { margin-top: 0px;	}		
.tx-irfaq-pi1 .additional-info { border-top: 2px solid #e6e6e6; margin-bottom: 10px; }


/* default styles for extension "tx_cegallery_pi1" */
.tx-cegallery-pi1-album_date {
	font-size: 10px;
	display: none;
}


		div.tx-cegallery-pi1-album_entry{
			float: left;
			height: 195px;
			width: 160px;
			margin: 2px;
			padding: 10px;
			padding-bottom: 13px;
			text-align: center;
			top: inherit;
			vertical-align: bottom;
			background-color: #FFFFFF;
		}

		div.tx-cegallery-pi1-detail_entry{
			padding-top: 20px;
			padding-bottom: 10px;
			text-align: center;
		}		

	div.tx-cegallery-pi1-slideControls{
			padding-bottom: 10px;
		}				

		div.tx-cegallery-pi1-album_entry img, div.tx-cegallery-pi1-detail_entry img {
				clear: both;
				border: 1px solid #000000;
		}

		div.tx-cegallery-pi1-clearer {
		 clear: both;
		}

		div.tx-cegallery-pi1-detail_header {
		  padding-bottom: 10px;
		}

		div.tx-cegallery-pi1-detail_nav {
			clear: both;
			width: 385px;
		}		

		span.tx-cegallery-pi1-photo_prev {
		 float: left;
		 width: 50px;
		}

		span.tx-cegallery-pi1-photo_next {
		 width: 50px;
		 text-align: right;
		 float: left;
		}

	  span.tx-cegallery-pi1-album_back_link {
	    float: left;
	    width: 285px;
	    text-align: center;
	  }

	  span.tx-cegallery-pi1-pagebrowser_actual, span.tx-cegallery-pi1-pagebrowser_normal {
	    padding-right: 8px;
	  }

	  span.tx-cegallery-pi1-pagebrowser_actual a {
	    font-weight: bold;
	  }

	  div.tx-cegallery-pi1-pagebrowser {
	    padding-bottom: 10px;
	  }

		div.tx-cegallery-pi1-page {
 			float: left;
 			padding-right: 10px;
		}	  

		#mySlideshow	{
			width: 370px;
			height: 370px;
			z-index:5;
			display: none;
			overflow:hidden;
			position: relative;
			background-color: #DFD9C2;
		}

		#mySlideshow img
		{
			border: 0;
			margin: 0;
		}

		#mySlideshow #slideInfoZone
		{
			position: absolute;
			z-index: 10;
			width: 100%;
			margin: 0px;
			left: 0;
			bottom: 0;
			height: 3em;
			background: #333;
			color: #fff;
			text-indent: 0;
		}

		#slideInfoZone h2
		{
			padding: 0;
			font-size: 12px;
			margin: 0;
			margin: 2px 5px;
			font-weight: bold;
			color: inherit;
		}

		#slideInfoZone p
		{
			padding: 0;
			font-size: 10px;
			margin: 2px 5px;
			color: #eee;
		}

		#mySlideshow a
		{
			font-size: 100%;
			text-decoration: none;
			color: inherit;
		}

		#mySlideshow a.right, #mySlideshow a.left
		{
			position: absolute;
			height: 100%;
			width: 40%;
			cursor: pointer;
			z-index:10;
			filter:alpha(opacity=20);
			-moz-opacity:0.2;
			-khtml-opacity: 0.2;
			opacity: 0.2;
		}

		* html #mySlideshow a.right, * html #mySlideshow a.left
		{
			filter:alpha(opacity=50);
		}

		#mySlideshow a.right:hover, #mySlideshow a.left:hover
		{
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
		}

		#mySlideshow a.left
		{
			left: 0;
			top: 0;
			background: url('/typo3conf/ext/ce_gallery/res/left.gif') no-repeat top left;
		}

		#mySlideshow a.right
		{
			right: 0;
			top: 0;
			background: url('/typo3conf/ext/ce_gallery/res/right.gif') no-repeat top right;
		}

		div.tx-cegallery-pi1-pagebrowser_back, div.tx-cegallery-pi1-pagebrowser_pages {
			float: left;
		}		
		
		div.tx-cegallery-pi1-pagebrowser_back {
			width:75px;
		}		
		
		div.tx-cegallery-pi1-slimbox_hidden_links {
		  display: none;
		}


