@charset "UTF-8";

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.2
 * 
 */
@import url(../yaml/core/base.css);

/* Formgestaltung */ /* @import url(../yaml/screen/forms.css); */
/* import screen layout | Screen-Layout einbinden */
@import url(screen/basemod.css);

@import url(screen/content.css);

@import url(atb_bottom.css);

@import url(nav_atb.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

@media screen , projection {
	/*****************************************************************************************************************/
	/* Layout Properties | Layout-Eigenschaften */
	.page_margins {
		width: auto;
		min-width: 800px;
		max-width: 110em;
		background: #fff;
	}
	/*****************************************************************************************************************/
	body {
		background: #FFF url("../images/css/bg_gray.png") repeat-x bottom left
			fixed;
		padding: 0px 0;
		font-size: 10pt;
		font-weight: normal;
		font-family: 'Myriad', 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	}
	/*****************************************************************************************************************/
	h1,h2,h3,h4,h5,h6 {
		font-family: 'Myriad', 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
		font-weight: bold;
		margin: 0 0 0.25em 0;
	}
	#col1 {
		float: left;
		width: 25%;
		margin: 0
	}
	#col1_content,#col2_content {
		padding: 0 10px;
	}
	#col2 {
		float: right;
		width: 25%;
		margin: 0
	}
	#col1 h2 {
		color: #931F1F;
		font-size: 14pt;
		font-weight: bold;
		line-height: 16pt;
		padding: 10px 0px 8px 0px;
	}
	#col1 h2 a {
		color: #931F1F;
		font-size: 14pt;
		font-weight: bold;
		line-height: 16pt;
		padding: 10px 0px 8px 0px;
	}
	#col1 h3 {
		color: #666;
		font-size: 11pt;
		font-weight: bold;
		line-height: 16pt;
		padding: 0px 0px 16px 0px;
	}
	#col1 p {
		color: #666;
		font-size: 11pt;
		font-weight: normal;
		line-height: 16pt;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 8px 0px;
	}
	#col1 li {
		color: #666;
	}
	/*****************************************************************************************************************/
	#col2 h2 {
		color: #931F1F;
		font-size: 14pt;
		font-weight: bold;
		line-height: 16pt;
		padding: 10px 0px 8px 0px;
	}
	#col2 h2 a {
		color: #931F1F;
		font-size: 14pt;
		font-weight: bold;
		line-height: 16pt;
		padding: 10px 0px 8px 0px;
	}
	#col2 h3 {
		color: #666;
		font-size: 11pt;
		font-weight: bold;
		line-height: 16pt;
		padding: 0px 0px 16px 0px;
	}
	#col2 p {
		color: #666;
		font-size: 11pt;
		font-weight: normal;
		line-height: 16pt;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 8px 0px;
	}
	/*****************************************************************************************************************/
	#col3 {
		/* background: #f3c0aa url("../images/Set_orange/css/bg.png") repeat-x top left; padding: 10px 0; */
		background: #fff url("../images/Set_orange/css/bg.png") repeat-x bottom
			left;
		min-height: 500px;
		padding: 0;
		border-left: 2px #888 dotted;
		border-right: 2px #888 dotted;
		margin: 0 25% 0 25%;
	}
	#col3 h1,#col3 h2 {
		color: #F63;
		font-size: 14pt;
		font-weight: bold;
		line-height: 16pt;
		padding: 10px 0px 8px 0px;
	}
	#col3 h3 {
		color: #666;
		font-size: 11pt;
		font-weight: bold;
		line-height: 16pt;
		padding: 0px 0px 16px 0px;
		margin: 20pt 0 0 0;
	}
	#col3 p {
		color: #666;
		font-size: 11pt;
		font-weight: normal;
		line-height: 16pt;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 8px 0px;
	}
	/*****************************************************************************************************************/
	/* Unterstreichungen in den Links entfernen */
	a {
		color: #931F1F;
	}
	a:focus {
		text-decoration: none;
		color: #931F1F;
		outline: 3px #f93 solid;
		background: transparent;
	}
	a:hover,a:active {
		color: #931F1F;
		text-decoration: none;
		outline: 3px none;
		background: transparent;
	}
	a:visited {
		color: #931F1F;
	}
	/* Tabellendarstellung zu überarbeiten!! */
	tbody tr:hover td {
		background: #FFD7CC;
	}
	tbody tr:hover th {
		background: #CCACA3;
	}
	/*
	tbody th {
		background: #f7e1d7;
	}
	tbody td {
		background: #fcf6f3;
	}
	* /
	/* Werbungsbox */
	.werbung {
		color: #FFF;
		float: right; /* hier stand center -> ungültig */
	}
	#werbung_hell,#werbung_dunkel {
		min-width: 250px;
		max-width: 44%;
		float: left; /* */
		background: url("../images/css/catcher.png") no-repeat bottom right;
		border: 3px solid #931F1F;
		left: 10px;
		top: 50px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		margin: 10px 10px 20px 10px;
		text-align: left;
		font-size: 14pt;
		font-weight: normal;
		color: #FFFFFF;
		padding: 0 0 0 10px;
	}
	#werbung_dunkel {
		background-color: #931F1F;
		border-color: #931F1F;
	}
	#werbung_hell {
		background-color: #FF6633;
		border-color: #FF6633;
	}
	#werbung_hell h2,#werbung_dunkel h2,#werbung_hell a h2,#werbung_hell a:visited h2,#werbung_dunkel a h2,#werbung_dunkel a:visited h2
		{
		color: #ffffff;
		font-size: 24pt;
		font-weight: bold;
		line-height: 24pt;
		padding: 10px 0px 0px 0px;
	}
	#werbung_hell li,#werbung_dunkel li,#werbung_hell a,#werbung_dunkel a,#col1 #werbung_hell p,#col1 #werbung_dunkel p,#col2 #werbung_hell p,#col2 #werbung_dunkel p,#col3 #werbung_hell p,#col3 #werbung_dunkel p
		{
		color: #ffffff;
		font-size: 14pt;
		font-weight: normal;
		line-height: 18pt;
	}
	#werbung_dunkel h2,#werbung_hell h2 {
		color: #ffffff;
		font-size: 22pt;
		font-weight: normal;
		line-height: 24pt;
	}
	#col1 #werbung_dunkel,#col2	#werbung_dunkel,#col1 #werbung_hell,#col2 #werbung_hell
		{
		min-width: 0px;
		max-width: 100%;
		color: #FFF;
		overflow: hidden;
	}
	#col1 #werbung_hell,#col2 #werbung_hell {
		background: #FF6633;
	}
	#col1 #werbung_dunkel,#col2	#werbung_dunkel {
		background: #931F1F;
	}
	/**************************************************************************************************************/
	.teaser {
		display: none;
	}
	/** Form patch ************************************************************************************************/
	/* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels */
	div.type-text input {
		width: 100%;
		margin-top: 3px;
	}
	div.type-text-found textarea {
		width: 97%;
		margin-right: -3px;
		background: rgb(204, 204, 204);
	}
	div.type-text textarea {
		width: 97%;
		margin-right: -3px;
	}
	div.type-select select {
		width: 97.0%;
		margin-right: -3px;
	}
	/* width adjustments for IE 5.x & IE6 | Breitenanpassung für Internet Explorer 5.x und 6.0 */
	/* * html div.type-text input, */
	* html div.type-text textarea {
		width: 95.5%;
	}
	* html div.type-select select {
		width: 97.0%;
	}
	textarea,pre,code,kbd,samp,var,tt,button {
		font-family: 'Myriad', 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
		font-size: 11pt;
	}
	textarea {
		width: 97.0%;
	}
	/**************************************************************************************************************/
	.icons {
		font-size: 11pt;
	}
	.icons button {
		background: none;
		border: transparent;
		display: inline;
		padding: 0;
		margin-bottom: 3px;
		border: 0px;
		cursor: pointer;
	}
	.icons a,.icons a:visited {
		background: none;
		display: inline;
		padding: 0px;
		margin-top: 1px;
		margin-bottom: 1px;
		cursor: pointer;
	}
	.icons button:hover,.icons a:hover,.icons a:focus,.icons a:active {
		outline: 3px #999 solid;
		padding: 0;
		margin: 0;
		border: 0px;
		cursor: pointer;
	}
	.icons a img {
		padding: 1px 3px 1px 3px;
		margin: 0px;
		border: 0;
		cursor: pointer;
	}
	.icons button img {
		padding: 0px 0px 0px 0px;
		border: -2px;
		margin: 0;
		cursor: pointer;
	}
	.table_no_border {
		border: none;
	}
	.table_no_border tbody tr:hover td {
		background: transparent;
	}
	.table_no_border tbody td {
		border-bottom: 0;
		padding: 0.5em;
	}
	.table_no_border h2 {
		border-bottom: 0;
		padding: 0;
		margin: 0;
	}
	.type-text-show {
		width: 97%;
		padding: 0 1px;
		font-size: 11pt;
		color: black;
		/* background-color: #ddd; */
		/* border: 2px groove white; */
	}
	.type-text-show-found {
		width: 97%;
		padding: 0 1px;
		font-size: 11pt;
		color: black;
		background: #FF6633;
		background: rgb(204, 204, 204);
		/* border: 2px groove white; */
	}
	#col1 .vlist ul {
		margin: 0px 0px 0px 10px;
		padding: 5px 0 8px;
		font-size: 13pt;
	}
	#col1 .vlist ul li { /* border-left:1px #fff solid; */
		/* border-right:1px #aaa solid; */
		/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
		line-height: 16pt;
		list-style-type: none;
		margin: 0;
		padding: 0px;
	}
	#col1 .vlist ul li a,#col1 .vlist ul li strong {
		background: transparent;
		color: #666;
		font-size: 13pt;
		line-height: 24pt;
		font-weight: bold;
		margin: 0;
		padding: 0px 0px 10px 0px;
		text-decoration: none;
		width: auto;
	}
	#col1 .vlist ul li strong {
		color: #FF6633;
	}
	#col1 a,#col1 .vlist ul li a:focus,#col1 .vlist ul li a:hover,#col1 .vlist ul li a:active
		{
		color: #931f1f;
		text-decoration: none;
		outline: 0 none;
	}
	#col1 .vlist ul li.active {
		/* (en) Repeat the main color from the image */
		/* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
		
	}
	#col1 .vlist ul li.active strong,#col1 .vlist ul li.active a:focus,#col1 .vlist ul li.active a:hover,#col1 .vlist ul li.active a:active
		{
		background: transparent;
		color: #FF6633;
		text-decoration: none;
	}
	.dunkel {
		color: #931F1F;
	}
	.hell {
		color: #FF6633;
	}
	.dunkel_invers {
		background: #931f1f;
		color: #FFFFFF;
	}
	.hell_invers {
		background: #FF6633;
		color: #FFFFFF;
	}
	.button_enabled {
		border: medium none;
		background: transparent none repeat scroll 0% 0%;
		overflow: hidden;
		font-family: 'Myriad', 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
		font-size: 11pt;
		font-weight: normal;
		color: #666;
		cursor: pointer;
		-moz-background-clip: border;
		-moz-background-origin: padding;
		-moz-background-inline-policy: continuous;
		text-align: left;
	}
	.button_disabled {
		border: medium none;
		background: transparent none repeat scroll 0% 0%;
		overflow: hidden;
		color: #931F1F;
		font-family: 'Myriad', 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-align: left;
		cursor: default;
		-moz-background-clip: border;
		-moz-background-origin: padding;
		-moz-background-inline-policy: continuous;
	}
	button.h2 {
		font-family: 'Myriad', 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
		font-weight: bold;
		margin: 0 0 0 0;
		background: transparent;
		color: #FF6633;
		font-size: 14pt;
		font-weight: bold;
		line-height: 16pt;
		padding: 0;
		border: 0;
		margin: 0;
		cursor: pointer;
	}
	.spell {
		color: white;
		background: #931f1f;
	}
	.web2 {
		color: #0e4267;
		display: block;
		width: 175px;
		font-size: 0.9em;
		font-weight: regular;
		padding-left: 10px;
		padding-top: 13px;
		text-align: left;
		text-decoration: none;
	}
	img.web2img {
		border: 0;
		margin-top: 6px;
		margin-bottom: 4px;
		margin-right: 10px;
	}
	.abgerundet {
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;
    	}

  audio {
        width: 120px;
        border-radius: 3px;
        transform: scale(0.8);
/*        box-shadow: 5px 5px 20px rgba(0,0, 0, 0.4); */
  }

}
