/*** Templateübergreifende CSS-Stile ***/

/* Bilder */

.bildrand    { margin-right: 5px; margin-left: 5px; border: solid 3px #fff }
.logobild { border: solid 1px #537caa }
.bildrand2 {
	 border: 1px solid #B2B2B2; padding: 5px;
}

.bildschatten {
  background: url(../../images/css_images/bildschatten.png) no-repeat bottom left;
  padding: 4px 7px 17px 7px;
}

.bildschatten2 {
  background: url(../../images/css_images/bildschatten2.png) no-repeat bottom left;
  padding: 4px 7px 17px 7px;
}

.bildschattenklein { 
	margin:6px 0px 0px -2px;
	background: url(../../images/css_images/bildschattenklein.png) no-repeat bottom left;
	padding: 2px 5px 10px 5px;
	border-top: solid 1px #eee;
}

/*** Diverse Textarten ***/

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}


acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}




ol,ul
{
	list-style-position: inside;
}

/* Kommentareingabe */

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input   { color: #000; font: 1em "Trebuchet MS", Tahoma, Sans-serif; padding: 2px; border: solid 1px #537caa }
textarea   { color: #000; font: 1em "Trebuchet MS", Tahoma, Sans-serif; display: block; padding: 2px; width: 400px; height: 100px; border: solid 1px #537caa }
input.button    { color: #000; font: 1em Arial, Sans-serif; background: #fff url("../images/gradientbg.jpg") repeat-x; margin: 0; padding: 2px 3px; border: solid 1px #537caa }

/* Seitenzahlen */


.pages {
    clear:center;
    font-size: 100%;       
    font-family:  "Trebuchet MS",Verdana,Arial, Helvetica;
    width: 100%;
    margin: 10px 5px 5px 5px;

}

.pages a, .pages span  { color: #fff; background: #537caa; margin: 0.2em; padding: 0.5em }

.pages span.current    { color: #fff; font-weight: bold; background: #537caa }

.pages a     { color: #fff; text-decoration: none; background-color: #537caa; border: solid 1px #537caa }

.pages a:hover   { }



/* Kontaktformular */


.kontaktformular  { width: 450px }

.kontaktformular .flinks {
	clear:both;
	float: left;
	width: 200px;
	margin-top: 5px;
	height: 30px;
}
.kontaktformular .frechts   { margin-top: 5px; width: 250px; height: 30px; float: right }

.kontaktformular .flinks_xl {
	clear:both;
	float: left;
	width: 200px;
	margin-top: 5px;
	height: 150px;
}

.kontaktformular .frechts_xl  { margin-top: 5px; width: 250px; height: 150px; float: right }
.hinweis { font-size: 10px; margin-top: 20px; float: left }
/* Bildergalerie */

.galerie { padding: 10px; border: solid 1px #37404c }
.bildbeschreibung { font-size: 10px; font-family: Verdana }
.galerietitel   { color: #000; font-size: 13px; font-family: Verdana; font-weight: bold }
.galeriebox
{
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	background: #E6E6E6;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.termin     { padding-right: 10px }
/* Mitgliederbereich Profil */

#profil
{

	margin-top: 5px;
	margin-bottom: 10px;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 2px;


}

#profil h2
{
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 2px;
	font-size: 1.2em;
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;


}




#profil.links {
	
	width: 125px;
	margin-top: 5px;
	height: 25px;
}

#profil.rechts {
	float: right;
	width: 305px;
	margin-top: 5px;
	height: 25px;
}


#sitemap {
	
	margin-left: 25px;
	margin-bottom: 25px;
	padding-left: 25px;
	border-left: 12px solid #EDEDED;
	font-size: 90%;

}




.extrabox {
	margin: 0px;
	padding: 0px;
	background: url(../images/homepage09.gif) repeat-x;
}

#kommentar_a
  { background: #f8f8ff; margin: 3px 0 0 3px; padding: 10px; border: solid 1px #537caa }

#kommentar_a .autor
{

	font-size: 0.8em;

}

#kommentar_b
  { background: #f8f8ff; margin: 3px 0 0 3px; padding: 10px; border: solid 1px #537caa }

#kommentar_b .autor
{

	font-size: 0.8em;

}

#clearance{
	
	clear:both;
}


/*_____________________________________________ Start - jCarouselLite _____________________________________________*/

.carousel  {
    
}

/*** Start Ajax Tabs ***/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
 { font: bold 12px Verdana, sans-serif; margin: 0; padding: 3px 0; border-bottom: 2px solid #fff }

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
 { text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-left: 3px; padding: 3px 0.5em; border-style: solid solid none; border-width: 2px 2px medium; border-color: #fff #fff  }

ul.tabbernav li a:link  { color: #000 }
ul.tabbernav li a:visited  { color: #000 }

ul.tabbernav li a:hover
 { color: #000; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }

ul.tabbernav li.tabberactive a
  { color: #000; background-color: #fff; border-bottom: 2px solid #fff }

ul.tabbernav li.tabberactive a:hover
 { color: #000; background: white; border-bottom: 2px solid white }

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab  { padding: 5px; border-style: none solid solid; border-width: 0 2px 2px; border-color:  #fff #fff }

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
.captcha { background-color: #b9d9f5 }
