@charset "UTF-8";

* { margin:0; padding: 0 }

* html body * { overflow:visible }

html { height: 100% }

body {
	background: #c5c5c5 url(../images/bg_body.jpg) no-repeat;
    min-height: 101%;
    font-size: 11px;	
	font-family: Trebuchet MS;
	line-height: 18px;	
	/* Vorgabe der Standardfarben und Textausrichtung */
    color: #5e5e5e;
    text-align: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #83cc1a;
	text-decoration: none;
}

form {
	background-color: transparent;
}

/*------------------------------------------------------------------------------------------------------*/

 /**
  * Basis Layout 
  *
  *		|#logo_menu-|-#header-----------------------------------------------|
  *		|  			|	#mainnav											|
  *		|  #logo	|	#header_img											|
  *		| 			|-#col_content------------------------------------------|
  *		| 			|				   					|					|
  *		|  #metanav	| #content_left    					| #content_right	|	
  *		| 			| 				   					|					|
  *		| 			| 				   					|					|
  *		| 			| 				   					|					|
  *		| 			| 				   					|					|
  *		| 			| 				   					|					|
  *		| 			|-#footer-----------------------------------------------|
  *		| 			| 				   										|
  *		| 			|-------------------------------------------------------|
  */

#logo_menu {
	position: relative;
	width: 220px;
	height: 500px;
	float: left;
}

#outer {
	float: left;
	margin: 0 0 0 15px;
	width: 704px;
}

#mainnav {
	margin: 60px 0 0 0;
	height: 31px;
}

.logo {
	padding: 30px 0 31px 35px;
}

#metanav {
	position: relative;
	height: 25px;
	float: right;
	margin: 0;
}

#contentbox {
	background: url(../images/bg_content.png) repeat-y;
}

#header {
	background: url(../images/bg_outer_top.png) no-repeat;
	position: relative;
	height: 216px;
}

#header_img {
	padding: 8px;
}

#col_content {
	background: url(../images/bg_outer_middle.png) repeat-y;
	position: relative;
	display: block;
	padding-bottom: 5px;
}

#content_left {
	position: relative;
	float: left;
	width: 450px;
	padding: 16px 0 20px 33px;
}

#content_right {
	background: #f0f0eb url(../images/bg_news_top.png) no-repeat;
	position: relative;
	float: left;
	margin-left: 21px;
	width: 187px;
	padding: 15px 0 0 0;
}

#min_height {
	position: relative;
	float: left;
	width: 1px;
	height: 300px;
}

#footer {
	background: #c5c5c5 url(../images/bg_content_bottom.png) no-repeat;
	position: relative;
	height: 25px;
}
	
#yahoo {
	display: none;
	position:absolute;
	right: 0;
	top: 0;
	margin: 61px 0 0 0;
	background:url(../images/yahoo.png) left top no-repeat;
	font-size: 12px;
	color: #e6e8e9;
	width: 35px;
	overflow: hidden;
	cursor: help;
}
	
#yahoo:hover {
	margin-right: 0;
	width: 220px;
}

.yahoo_info {	
	width: 150px;
	height: 191px;
	padding: 10px 5px 5px 10px;
	margin-left:55px;
	background-color: #1c596c;
}
/*------------------------------------------------------------------------------------------------------*/

/*--begin---formatierungen für das logo und headerbild---*/
#logo img {
	margin-top: 14px;
}

#img_menu img {
	display: block;
}
/*--end-----formatierungen für das logo und headerbild---*/


/*--begin---formatierungen für das mainmenü---*/
#mainnav ul {
	list-style-type: none;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	background: url(../images/bg_menu.png) no-repeat;
	height: 24px;
	width: 100px;
	display: block;
	float: left;
	color: #fff;
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.6px;
}

#mainnav ul li.last a {
	margin-right: 0px;
}

#mainnav ul li a:hover, #mainnav ul li.current a {
	color: #6c7c1f;
	background: url(../images/bg_menu_akt.png) no-repeat;
}
/*--end-----formatierungen für das mainmenü---*/


/*--begin---formatierungen für die zweite menuebene---*/
#menu_2level ul {
	list-style-type: none;
}

#menu_2level ul li {
}

#menu_2level ul li a {
	display: block;
	color: #000;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	width: 280px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #9c9d9f;
}

#menu_2level ul li a:hover, #menu_2level ul li.current a {
	color: #0660a6;
}
/*--end-----formatierungen für die zweite menuebene----*/


/*--begin---formatierungen für das metamenü---*/
#metanav ul {
	list-style-type: none;
	margin: 40px 0 0 15px;
	border-top: 1px solid #fff;
}

#metanav ul li {
}

#metanav ul li a {
	background: url(../images/bg_metanav.gif) 3px 5px no-repeat;
	padding: 8px 0 1px 30px;
	display: block;
	width: 175px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

#metanav ul li a:hover, #metanav ul li.current a {
	background: url(../images/bg_metanav_akt.gif) 3px 5px no-repeat;
	color: #6c7c1f;
}
/*--end-----formatierungen für das metamenü---*/


/*--begin---allgemeine formatierungen---*/

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #6c7c1f;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #6c7c1f;
}

#content_right h2 {
	margin-left: 10px;
	color: #83cc1a;
}

h3, h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #6c7c1f;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	color: #6c7c1f;
}

#content_left ul {
	margin: 0 0 10px 0;
}

#content_left ul li {
	margin-left: 20px;
}

a.internal-link, a.mail {
	color: #83cc1a;
	text-decoration: none;
}

a.internal-link:hover, a.mail:hover {
	color: #000;
}

a.pdf {
	display: block;
	background: url(../images/bg_arrow_link.png) no-repeat;
	padding-left: 25px;
	margin: 7px 0;
	font-size: 12px;
	font-weight: bold;
	color: #83cc1a;
}

hr {
	height: 1px;
	color: #b5bd8f;
	background-color: #b5bd8f;
	border: none;
	margin: 20px 0;
}

#content_left p {
	margin: 0 0 10px 0;
}

.newsbox {
	margin-bottom: 30px;
	color: #6c7c1f;
}

.newsarchiv {
	background-color: #dfdfdb;
	padding: 7px 15px;
}

.newsarchiv a {
	background: url(../images/bg_newsarchiv.png) no-repeat;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #83cc1a;
	text-transform: uppercase;
}

.news {
	padding: 15px 10px 10px 10px;
	border-top: 1px solid #fff;
}

.news:after {
    clear: both;
}

.news a {
	float: right;
	display: block;
}

.news h3 a {
	float: none;
	display: block;
}

.news .text p {
	margin: 0;
	padding: 0;
}

.clear {
	margin: 0;
	padding: 0;
	clear: left;
	height: 0;
	line-height: 0;
}

.trainingszeit {
	width: 145px;
	background-color: #eff5e6;
	float: left;
	margin: 0 5px 10px 0;
}

.trainingszeit .kopf {
	background: url(../images/bg_training_kopf.gif) no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #6c7c1f;
	height: 36px;
	padding-top: 10px;
}

.trainingszeit .zeit {
	color: #6c7c1f;
	padding: 10px 10px 0 10px;
}

.trainingszeit .location {
	background-color: #ccdfaf;
	height: 45px;
	border-top: 1px dashed #6c7c1f;
	padding: 10px 10px 0 10px;
}

.trainingszeit .location a {
	background: url(../images/bg_arrow_location.gif) 0 2px no-repeat;
	padding-left: 25px;
	display: block;
	font-size: 12px;
	color: #6c7c1f;
	text-decoration: underline;
}

.kontakt_table td {
	padding: 2px 0;
}

.kontakt_left {
	width: 140px;
}

textarea.eingabe_kontakt {
	width: 440px;
	height: 110px;
}

.kontakt_right img {
	float: right;
}

#kontakt fieldset {
	border: 0;
}

#kontakt fieldset legend{
	display: none;
}

#kontakt fieldset div{
	margin-bottom: 10px;
}
#kontakt fieldset label {
	float: left;
	width: 100px;
}
#kontakt input[type=text], #kontakt input[type=email] {
	width: 300px;
	border: 1px solid #999;
	background-color: #eee;
	font-size: 11px;
	color: #666;
	padding: 3px 0;
}
#kontakt input[type=submit], .tx-powermail-pi1_confirmation input[type=submit]{
	width: 100px;
	margin-left: 302px;
	text-align: center;
	border: 1px solid #999;
	background-color: #eee;
	padding: 3px 0;
	cursor: pointer;
}
#kontakt input[type=submit]:hover {
	border: 1px solid #999;
	background-color: #333;
	color: #fff;
}
#kontakt textarea {
	width: 300px;
	border: 1px solid #999;
	background-color: #eee;
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	background-color:#FF0000;
	border:1px solid #FF0000;
	font-size:11px;
	color:#fff;
	padding:3px 10px 5px 10px;
	margin-left:-2px;
    z-index:10;
    text-align:left;
    height:auto;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

.error p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* pure CSS arrow */
html:root .error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FF0000 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-10px;
	left:5px;
	border-bottom:0 none;
}
div.rgaccord1-content {
	border-left: none;
	border-right: none;
	width: auto;
}

h3.rgaccord1-toggle {
	background-color:#83cc1a;
	border-top:1px solid #EEEEEE;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	height:23px;
	line-height:26px;
	margin-right: 0;
	padding:2px 0 2px 25px;
}

h3.act {
	background-color: #6c7c1f;
	color: #fff;
}

#footer .footernav {
	padding-top: 8px;
}

#footer a {
	color: #fff;
	background:url(../images/bg_footermenu.gif) 0 5px no-repeat;
	padding: 0 0 0 15px;
}

#content_left .indent {
	margin-left: 20px;
}

#content_left .news-list-item p {
	margin: 0;
}

#content_left .news-list-date {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
}
/*--end-----allgemeine formatierungen---*/
