/* GLOBAL RESET -------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
a, ins {
	text-decoration: none;
	}
/************************************************* END GLOBAL RESET */

/****************************************************** ALLGEMEINES */
html {
	overflow-y: scroll;
}
body {
	height:101%;
	background-color: #40403d;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #52514c;	
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	margin-bottom: 6px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
p {
	line-height: 16px;	
}
a {
	color: #7b9e32;
	text-decoration: none;	
}
a:hover {
	color: #7b9e32;
	text-decoration: underline;	
}
#main {
	background-image: url(../images/main_bg.png);
	position:relative;
	width: 960px;
	margin: 0px auto 0px auto;
}
.trennlinie {
	height: 12px;
	border-bottom: solid 1px #e1e1e1;
}
/* FOCUS-RAHMEN IM FF ENTFERNEN */
a:active, a:focus {
	outline: none;
}
/****************************************************** LEFT SIDE */
#wrapper_left {
	width: 282px;
	position:relative;
	float: left;
}
#logo a {
	width: 282px;
	height: 90px;
	position:relative;
	float: left;
	display: block;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 56px 3px;
}
#wrapper_left_feedback {
	width: 198px;
	height: 112px;
	position:relative;
	float: left;
	background-image: url(../images/wrapper_left_bg.png);
	font-style: italic;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-right: 14px;
	padding-left: 70px;
	font-size: 11px;
}
/***************************************************** NAVIGATION */
#navi {
	width: 282px;
	position:relative;
	float: left;
	margin-top: 30px;
	font-size: 16px;
}
#navi li a  {
	display: block;
	text-decoration: none;
	background-image: url(../images/navi_bg.png);
	background-position: bottom;
	height: 27px;
	width: 206px;
	padding-left: 76px;
	padding-top: 4px;
	color: #52514c;
}
#navi li a:hover, #navi li.current a {
	text-decoration: none;
	display: block;
	background-image: url(../images/navi_bg.png);
	background-position: top;
	height: 27px;
	width: 206px;
	padding-left: 76px;
	padding-top: 4px;
	color: #a91320;
}
/***************************************************** SUBNAVIGATION */
#navi li a.subnavi  {
	display: block;
	text-decoration: none;
	background-image: url(../images/navi_bg.png);
	background-position: bottom;
	height: 25px;
	width: 202px;
	padding-left: 80px;
	padding-top: 6px;
	font-size: 13px;
	color: #52514c;
}
#navi li.current a.subnavi, #navi li.current a.subnavi:hover, #navi li a.subnavi:hover  {
	display: block;
	text-decoration: none;
	background-image: url(../images/navi_bg.png);
	background-position: top;
	height: 25px;
	width: 202px;
	padding-left: 80px;
	padding-top: 6px;
	font-size: 13px;
	color: #52514c;
}
/***************************************************** RIGHT SIDE */
#wrapper_right {
	width: 676px;
	position:relative;
	float: right;
}
/***************************************************** HEAD FOTOS */
#head_right {
	width: 676px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
.home #head_right {
	height: 366px;
	background-image: url(../images/top_foto_home.jpg);
}
.nitsch #head_right {
	height: 239px;
	background-image: url(../images/top_foto_nitsch.jpg);
}
.training #head_right {
	height: 239px;
	background-image: url(../images/top_foto_training.jpg);
}
.seminare #head_right {
	height: 239px;
	background-image: url(../images/top_foto_seminare.jpg);
}
.referenzen #head_right {
	height: 239px;
	background-image: url(../images/top_foto_referenzen.jpg);
}
.partner #head_right {
	height: 239px;
	background-image: url(../images/top_foto_partner.jpg);
}
.galerie #head_right {
	height: 239px;
	background-image: url(../images/top_foto_galerie.jpg);
}
.kontakt #head_right {
	height: 239px;
	background-image: url(../images/top_foto_kontakt.jpg);
}
.impressum #head_right {
	height: 239px;
	background-image: url(../images/top_foto_impressum.jpg);
}
#top_motto_right {
	color: #333333;
	width: 378px;
	height: 136px;
	position:absolute;
	right: 47px;
	top: 50px;
	background-image: url(../images/top_motto_right_bg.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#but_kontakt {
	width: 200px;
	height: 55px;
	position:absolute;
	background-image: url(../images/but_kontakt_bg.png);
	top: 176px;
	right: 30px;
}
#but_kontakt a {
	width: 167px;
	height: 17px;
	position:absolute;
	background-image: url(../images/but_kontakt.png);
	background-position: bottom;
	top: 20px;
	right: 16px;
	
}
#but_kontakt a:hover {
	background-position: top;
}
/***************************************************** CONTENT */
#wrapper_content {
	width: 602px;
	border-top: solid 4px #7b9e32;
	margin-top: 14px;
	margin-left: 14px;
	margin-right: 60px;
	margin-bottom: 0px;
}
#column_left {
	width: 195px;
	height: 90px;
	float: left;
	background-image: url(../images/column_left_bg.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.kontakt #column_left {
	width: 195px;
	height: 145px;
	float: left;
	background-image: url(../images/column_left_big_bg.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
#column_left h2, #column_left h3 {
	color: #ffffff;
}
#column_left p {
	margin-top: 14px;	
}
#awards {
	margin-top: 54px;
	background-image: url(../images/awards.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 200px;
	background-position: center;
}
#column_right {
	width: 374px;
	float: right;
	margin-top: -1px;
}
#column_right ul {
	margin-top: 8px;
	margin-left: 14px;
}
#column_right em {
	font-style: italic;
	
}
/***************************************************** FOOTER */
#footer {
	background-image: url(../images/footer_bg.png);
	position:relative;
	width: 960px;
	height: 103px;
	margin: 0px auto 10px auto;
}
#footer_copyright {
	position:absolute;
	width: 560px;
	height: 20px;
	color: #ffffff;
	bottom: 37px;
	right: 80px;
	text-align: center;
}
#footer_copyright a {
	color: #ffffff;
}
#footer_copyright a:hover {
	text-decoration: underline;
}

/* ACCORDION ----------------------------------------- */

.accordion_toggle {
	display: block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	border-top: 1px solid #7b9e32;
	padding-top: 8px;
	margin-bottom: 8px;
	line-height: 15px;
}
.accordion_toggle_active {
	margin-bottom: 0px;
}
.accordion_content {
	overflow: hidden;
	padding-top: 8px;
}
.accordion_content p {
	padding: 0 0 0 0;
	color: #666666;
}
.accordion_content ul {
	margin: 8px 0px 8px 14px;
}
.accordion_content ul li {
	padding-left: 10px;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.accordion_content img {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#gallery_accordion {
	margin-left: 20px;
	margin-right: 60px;
	margin-top: 10px;

}
/* FORMULAR **********************************************************/
#formular {
	width: 359px;
	margin: 14px auto 0px auto;
	
}
#form_top {
	width: 359px;
	height: 13px;
	background-image: url(../images/form_top.jpg);
}
#form_bottom {
	width: 359px;
	height: 13px;
	background-image: url(../images/form_bottom.jpg);
}
form {
	margin: 0;
	padding: 0 20px;
	background-image: url(../images/form_bg.jpg);
}
.submit {
	cursor: pointer;
	background-image: url(../images/senden_but.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 128px;
	border: none;
	background-position: top;
}
.submit:hover {
	background-position: bottom;
}
input, textarea {
	padding: 2px 2px 2px 5px;
}
input {
	width: 310px;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
	border: solid 1px #e1e1e1;
	margin-bottom: 8px;
}
textarea {
	width: 310px;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
	border: solid 1px #e1e1e1;
	margin-bottom: 14px;
}

