@charset "UTF-8";

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet fÃ¼r das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */
@media screen , projection {
	/*-------------------------------------------------------------------------*/
	/* (en) Marginal areas & page background */
	/* (de) Randbereiche & Seitenhintergrund */
	body {
		background: #640000 url("bilder/bg.gif") repeat top left fixed;
		padding: 0;
		margin: 0;
		font-family: Georgia, serif;
		line-height: 20px;
		color: #191919;
		font-size: 100.01%;
	}
	/* Layout Alignment | Layout-Ausrichtung */
	.page_margins {
		margin: 0 auto;
	}
	/* Layout Properties | Layout-Eigenschaften */
	.page_margins {
		width: 960px;
	}
	.page {
		padding: 0;
	}
	#header {
		color: #000;
		background: url("bilder/header.png") no-repeat;
		background-position: top;
		height: 200px;
	
	}
	#topnav {
		color: #aaa;
		background: transparent;
	}
	#nav {
		overflow: hidden;
		height: 60px;
		background-image: url("bilder/topnavi_bg.png");
		background-repeat: no-repeat;
	}
	div.hlist {
		
	}
	#main {
		margin: 0px;
		background: url("bilder/content_bg_neu.png");
		background-repeat: no-repeat;
		overflow: hidden;
		background-color: #d9d9d9;
		-moz-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
		background-repeat: repeat-x;
	}

	#footer {
		padding: 0px;
		color: #666666;
		background: url("bilder/footer_bg_neu.png") repeat-x #d9d9d9;
		height: 71px;
		margin-bottom: 10px;
		font-family: Trebuchet MS, sans-serif;
		font-size: 10px;
		line-height: 13px;
		-moz-border-radius: 0px 0px 5px 5px;
		border-radius: 0px 0px 5px 5px;	
	}
	/* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
	/* NAVIGATION OBEN  */
	#nav ul {
		margin-top: 10px;
		padding-left: 10px;
		position: absolute;
		margin-left:0px;
	}
	#nav ul.navigation li a,
	#nav ul.navigation li a:active
	#nav ul.navigation li a:hover,
	#nav ul.navigation li a:visited {
		display: block;
		float: left;
		list-style-type: none;
		width: 160px;
		height: 30px;
		color: #ffffff;
		text-decoration:none;
		text-align: center;
		font-size: 18px;
		padding-top: 5px;
		text-shadow: 0 1px 0 #000000;
	}
	#nav ul.navigation li.nav_button1 {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_news_normal.png");
		background-repeat: no-repeat;
		padding-right: 20px;
		width: 160px;
		height: 30px;
	}
	#nav ul.navigation li.nav_button1 a:hover {
		background: url("bilder/nav_news_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
	}
	#nav ul.navigation li.nav_button1_aktiv {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_news_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
		padding-right: 20px;
		width: 160px;
		height: 30px;
	}
	#nav ul.navigation li.nav_button2 {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_wt_normal.png");
		background-repeat: no-repeat;
		padding-right: 20px;
	}
	#nav ul.navigation li.nav_button2 a:hover {
		background: url("bilder/nav_wt_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
	}
	#nav ul.navigation li.nav_button2_aktiv {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_wt_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
		padding-right: 20px;
		width: 160px;
		height: 30px;
	}
	#nav ul.navigation li.nav_button3 {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_kb_normal.png");
		background-repeat: no-repeat;
		padding-right: 20px;
	}
	#nav ul.navigation li.nav_button3 a:hover {
		background: url("bilder/nav_kb_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
	}
	#nav ul.navigation li.nav_button3_aktiv {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_kb_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
		padding-right: 20px;
		width: 160px;
		height: 30px;
	}
	#nav ul.navigation li.nav_button4 {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_training_normal.png");
		background-repeat: no-repeat;
		padding-right: 80px;
	}
	#nav ul.navigation li.nav_button4 a:hover {
		background: url("bilder/nav_training_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
	}
	#nav ul.navigation li.nav_button4_aktiv {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_training_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
		padding-right: 80px;
		width: 160px;
		height: 30px;
	}
	#nav ul.navigation li.nav_button5 {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_kontakt_normal.png");
		background-repeat: no-repeat;
	}
	#nav ul.navigation li.nav_button5 a:hover {
		background: url("bilder/nav_kontakt_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
	}
	#nav ul.navigation li.nav_button5_aktiv {
		display: block;
		float: left;
		list-style-type: none;
		background: url("bilder/nav_kontakt_normal.png");
		background-repeat: no-repeat;
		background-position: 0px -50px;
	}
	
		#invisible {
		visibility: hidden;
	}
	
	/*-------------------------------------------------------------------------*/
	/**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */
	#col1 {
		float: left;
		width: 170px;
		font-size: 12px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#col1 a {
		color: #191919;
		padding-left: 10px;
		text-decoration: none;
	}
	#col1 ul {
		float: left;
		list-style-type: none;
		padding-left: 10px;
		margin: 0px;
	}
	#col1 ul.unternav_seite {
		
	}
	#col1 ul.unternav_seite li {
		height: 20px;
		width: 160px;
		background-image: url("bilder/seitennav_normal_bg.png");
		background-repeat: no-repeat;
	}
	
	#col1 ul.unternav_seite li ul.unternav_seite {
		height: 20px;
		width: 135px;
		background-image: url("bilder/seitennav_normal_bg.png");
		background-repeat: no-repeat;
	}
	
	#col1 ul.unternav_seite li.unternav_punkte a {
		display: block;
		text-decoration: none;
	}
	#col1 ul.unternav_seite li.unternav_punkte a:hover {
		display: block;
		text-decoration: none;
		background-image: url("bilder/seitennav_normal_bg.png");
		background-position: 0px -20px;
	}
	#col1 ul.unternav_seite li.unternav_punkte_aktiv {
		display: block;
		text-decoration: none;
		background-image: url("bilder/seitennav_normal_bg.png");
		background-position: 0px -20px;
	}
	
	#col1 ul.unternav_seite li.unternav_punkte_aktiv ul.unternav_seite li.unternav_punkte_aktiv {
		display: block;
		text-decoration: none;
		background-image: none; /*url("bilder/seitennav_normal_bg.png");*/
		background-position: 0px -20px;
		font-size: 10px;
		width: 149px;
		opacity: 0.75;
	}
	
	
	#col3 {
		width: 790px;
		height: auto;
		float: right;
	}
	#hauptteil {
		width: 460px;
		float: left;
		padding-left: 20px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	
		#hauptteil_bilder {
		width: 360px;
		float: left;
		padding-left: 20px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	
	h1, h2, h3 {
		font-size: 28px!important;
		text-shadow: 0px 0px 4px #666666;
	}
	
	#hauptteil h1 {
		color: #320000;
		font-size: 25px;
		font-weight: normal;
		line-height: 30px;
		margin-bottom: 5px;
		margin-top: -4px;
	}
	
	#hauptteil h2 {
		color: #320000;
		font-size: 25px;
		font-weight: normal;
		line-height: 30px;
		margin-bottom: 5px;
		margin-top: -4px;
	}
	
	#hauptteil h3 {
		color: #320000;
		font-size: 20px;
		font-weight: normal;
		line-height: 30px;
		margin-bottom: 5px;
		margin-top: -4px;
	}
	
	#hauptteil p {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	#hauptteil hr {
		height: 1px;
		color: #320000;
	}
	#hauptteil a {
		font-size: 14px;
		font-family: Trebuchet Ms;
		font-weight: normal;
		font-style: italic;
		text-decoration: none;!important
		color: #640000;
	}
	
	#hauptteil a:hover {
		text-decoration: underline;
	}
	
	#rechtespalte {
		width: 270px;
		float: right;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 20px;
		margin-bottom: 30px;
		overflow: visible;
	}
	
		#rechtespalte_bilder {
		width: 360px;
		float: right;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 20px;
		margin-bottom: 30px;
		overflow: visible;
	}
	
	#rechtespalte img {
		margin-bottom: 10px;
	}
	#col3_2spaltig {
		width: 960px;
		height: auto;
		float: right;
	}
	#hauptteil_2spaltig {
		width: 510px;
		float: left;
		padding-left: 20px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	
		#hauptteil_2spaltig a:hover {
		text-decoration: underline;
	}
	
	
		#hauptteil_2spaltig img {
		margin-bottom: 30px;
	}
	
	#hauptteil_2spaltig h2 {
		color: #320000;
		font-size: 25px;
		font-weight: normal;
		line-height: 30px;
		margin-bottom: 5px;
		margin-top: -4px;
	}
	#hauptteil_2spaltig p {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	#hauptteil_2spaltig a {
		font-size: 14px;
		font-family: Trebuchet Ms;
		font-weight: normal;
		font-style: italic;
		text-decoration: none;!important
		color: #640000;
	}
	#hauptteil_2spaltig .mail {
		font-size: 16px;
		font-family: Georgia;
		font-weight: normal;
		font-style: italic;
		text-decoration: none;
		color: #640000;
		background-image: none;
		background-repeat: no-repeat;
	}
	#hauptteil_2spaltig hr {
		height: 1px;
		color: #320000;
	}
	
	#hauptteil_bilder img {
		margin-bottom: 20px;
	}
	
	#rechtespalte_bilder img {
		margin-bottom: 20px;
	}
	
	#rechtespalte_2spaltig {
		width: 390px;
		float: right;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#rechtespalte_2spaltig img {
		margin-bottom: 10px;
	}
	#footer_links {
		padding-left: 20px;
		padding-top: 20px;
		width: 400px;
		float: left;
	}
	#footer_links a {
		color: #323232;
		text-decoration: none;
	}
	#footer_rechts {
		padding-right: 20px;
		padding-top: 20px;
		width: auto;
		float: right;
	}
	#footer_rechts .creator {
		width: auto;
		float: left;
	}
	#footer_rechts .creator a {
		color: #323232;
		text-decoration: none;
	}
	#infobox_content p {
		font-family: Trebuchet MS, sans-serif;
		font-size: 12px;
		color: #320000;
	}
	#infobox_header {
		height: 42px;
		width: 100%;
		z-index: 1;
	}
	#infobox_header .right {
		background: transparent url("bilder/box/box_top_r.png") no-repeat scroll
			right top;
		display: block;
		float: right;
		height: 48px;
		position: relative;
		width: 42px;
	}
	#infobox_header .left {
		background: transparent url("bilder/box/box_top_l.png") no-repeat scroll
			left top;
		display: block;
		height: 48px;
		margin-right: 42px;
	}
	#infobox_content {
		background: transparent url("bilder/box/box_content_l_neu.png") repeat-y
			scroll left top;
		position: relative;
		z-index: 99;
	}
	#infobox_content .infobox_z-index {
		background: transparent url("bilder/box/box_content_r.png") repeat-y
			scroll right top;
		position: relative;
		z-index: 100;
		min-height: 20px;
	}
	#infobox_content .infobox_z-index p {
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 3px;
		margin-right: 3px;
		background-color: #eeeeee;
		line-height: 15px;
	}
	
	#infobox_content .infobox_z-index p iframe {
		border-width: 1px;
		border-style: solid;
		border-color: #320000;
		margin-bottom: 10px;
	}
	
	#infobox_content .infobox_z-index b {
		color: #000;
		font-weight: bold;
	}
	#infobox_content .infobox_z-index a {
		color: #640000;
		font-style: italic;
		text-decoration: none;
		background-image: none;
	}
	
	#infobox_content .infobox_z-index a:hover {
		text-decoration: underline;
	}
	
	#infobox_footer {
		height: 5px;
		position: relative;
		z-index: 1;
		margin-bottom: 10px;
	}
	#infobox_footer .right {
		background: transparent url("bilder/box/box_bottom_r.png") no-repeat
			scroll right bottom;
		display: block;
		float: right;
		height: 5px;
		position: relative;
		width: 5px;
		z-index: 1;
	}
	#infobox_footer .left {
		background: transparent url("bilder/box/box_bottom_l.png") no-repeat
			scroll left bottom;
		display: block;
		height: 5px;
		margin-right: 5px;
		position: relative;
		z-index: 1;
	}
	#infobox_header .infobox_headline {
		font-family: Georgia, serif;
		font-size: 14px;
		font-style: italic;
		font-weight: bold;
		z-index: 200;
		text-align: right;
		float: right;
		padding-right: 10px;
		padding-top: 5px;
		color: #320000;
	}
	#infobox_header .infobox_headline_hr {
		z-index: 250;
		float: right;
		margin-right: 10px;
		margin-left: 10px;
		margin-top: 4px;
		height: 2px;
		background: transparent url("bilder/box/box_hr.png") no-repeat;
		width: 94%;
	}
	#infobox_content .contenttable {
		color: #320000;
		background-color: #eeeeee;
		display: inline-table;
		border-collapse: collapse;
		margin-left: 2px;
		width: 99%;
	}
	#infobox_content .contenttable tr {
		
	}
	#infobox_content .contenttable td.align-right {
		text-align: right;
		width: 25%;
		padding:0px;
	}
	
	#hauptteil_bilder dl, #rechtespalte_bilder dl, #rechtespalte dl, #hauptteil_2spaltig dl {
	margin-left: 0px;
	}
	
	#hauptteil_bilder dd, #rechtespalte_bilder dd, #rechtespalte dd, #hauptteil_2spaltig dd {
	font-size: 10px;
	margin-bottom: 10px;
	}
	
	#hauptteil_bilder dt img, #rechtespalte_bilder dt img, #rechtespalte dt img, #hauptteil_2spaltig dt img {
	margin-bottom: 0px;
	}
	
	#hauptteil_2spaltig object {
	margin-bottom: 20px;
	}
	
	#hauptteil_2spaltig fieldset {
	border: medium none;
	padding: 0px;
	margin-top: 0px;
	}
	
	#hauptteil_2spaltig fieldset .csc-mailform-field {
	width: 490px;
	margin-bottom: 10px;
	}
	
	#hauptteil_2spaltig fieldset label {
	width: 490px;
	font-size: 12px;
	display: block;
	}
	
	#hauptteil_2spaltig fieldset input {
	width: 480px;
	height: 20px;
	font-family: Georgia, Serif;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
	background: none repeat scroll 0 0 #BDBDBD;
	font-size: 10px;
	}
	
	#hauptteil_2spaltig fieldset textarea {
	width: 480px;
	height: 100px;
	font-family: Georgia, Serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border: 0px;
	background: none repeat scroll 0 0 #BDBDBD;
	font-size: 10px;
	overflow: auto;
	}
	
	#hauptteil_2spaltig fieldset .csc-mailform-submit {
	width: 132px;
	height: 32px;
	font-family: Georgia, Serif;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	border: 0px;
	background: url("bilder/abschicken.png") no-repeat scroll 0 0 transparent !important;
	font-size: 12px;
	display: block;
	cursor: pointer;
	}
	
	#hauptteil fieldset {
	border: medium none;
	padding: 0px;
	}
	
	#hauptteil fieldset label {
	width: 490px;
	font-size: 12px;
	display: block;
	}
	
	#hauptteil fieldset input {
	width: 480px;
	height: 20px;
	font-family: Georgia, Serif;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
	background: none repeat scroll 0 0 #BDBDBD;
	font-size: 10px;
	}
	
	#hauptteil fieldset textarea {
	width: 480px;
	height: 100px;
	font-family: Georgia, Serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border: 0px;
	background: none repeat scroll 0 0 #BDBDBD;
	font-size: 10px;
	overflow: auto;
	}
	
	#hauptteil fieldset submit {
	width: 132px;
	height: 32px;
	font-family: Georgia, Serif;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	border: 0px;
	background: url("bilder/abschicken.png") no-repeat scroll 0 0 transparent !important;
	font-size: 12px;
	display: block;
	cursor: pointer;
	}
	
	.tx_nxsimplegallery_pi1 .tx_nxsimplegallery_pi1-imagewrap {
   	 border: 2px solid #FFF !important;
   	 padding: 0px !important;
   	 float: left;
   	 margin-bottom: 10px;
   	 margin-right: 10px;
    	overflow: hidden;
    	text-align: center;
    	/*text-shadow: 2px 2px 3px #888888;*/
   	 width: 100px;
   	 -moz-box-shadow: 0px 0px 0px #888888 !important;
	}
}
