/****************************************************************************************************************
*	Name: style.css
*	erstellt: 30.05.2006
*	Autor: SB, werbeagentur aufwind. gmbh
* Beschreibung:
* Default-Stylesheet mit den wesentlichen Element-Formatierungen
*	
*	Allgemeine Farbwerte:
*	Textfarbe:		#56797A
*	Border:				#828282
*	Hintergrund:	#7DBBEC
* 
*	letzte Aenderungen:
*	Datum			von was
*	01.06.06	SB	Aktualisierung Imagetag
*
*
*****************************************************************************************************************/
/****************************************************************************************************************
* Allgemeine Angaben
****************************************************************************************************************/
/***** Redefinierung von HTML-Elementen *****/
html, body,
a, a:link, a:visited, a:hover, a:active,
p, div, span,
ul, ol, li,
hr,
table, tbody, th, tr, td,
h1, h2, h3, h4, h5, h6,
form, input, select, option, optgroup, button, fieldset, textarea, label, legend {
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 100%;
	color: #777;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 125%;
}

body {
	/* Damit die Elemente im HTML-Editor richtig angezeigt werden*/
	/*background-color: #E5EDEF;
	background-image: url('../../assets/common/bg_body.gif');
	background-repeat: repeat-x;*/
	font-size: 0.8em;
	background: #F7F3D0;
}

ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

li{
	margin: 3px 0px;
}

ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

img {
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #777;
	width: 100%;
	margin: 3px 0px;
}

/***** Formular-Elemente *****/
option {
	padding: 0px 5px 0px 0px;
}


label,
input[type=button],
button {
	cursor: pointer;
}

input:focus,
textarea:focus {
	background: #F7F3D0;
}

button {
	font-weight: bold;
	color: #FFF;
	background: #4C0002;
}
/* Ende Formular-Elemente*/

/***** Ueberschriften *****/
h1 {
	font-size: 1.1em;
	color: #4C0002;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	margin: 3px 0px 5px 0px;
	font-size: 1em;
	color: #092962;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.9em;
	font-weight: normal;
}
/* Ende Ueberschriften */

/***** Pseudo Klassen *****/
.nofloat{
	clear: both;
	padding: 0px;
	margin: 0px;
}

.noborder{
	border: none;
}
/***** Ende Allgemeine Angaben *********************************************************************************/

/****************************************************************************************************************
* Seite zentriert ausrichten
****************************************************************************************************************/

/* ganz außen muss ein Div drum rum */
#outer_outer
{
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../../assets/common/bg_h_line.gif');
}

#outer_center{
	width: 950px;
	margin: 15px auto 0px 0px;
	/*margin: 20px 0px 0px 0px;*/
	/*border: 1px solid #F7F3D0;*/
	background-repeat: no-repeat;
	background-position: left -34px;
	background-image: url('../../assets/common/bg_body.gif');
	height: 757px;
}

#center {
	width: 853px;
	padding: 0px;
	border: 1px solid #666;
	margin: 0px 0px 0px 95px;

}
/***** Ende Seite zentriert ausrichten *************************************************************************/

/***** Site-Navigation *****/
.sitenavi {
	color: #999;
	margin: 5px;
	text-align: right;
	font-size: 0.6em;
}

.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited
.sitenavi a:hover,
.sitenavi a.active {
	color: #999;
	text-decoration: none;
	padding: 0px 5px;
}
/* Ende Site-Navigation */

/****************************************************************************************************************
* Top-Bereich 
****************************************************************************************************************/
#top {
	/* BG = dynamisch direkt im Rahmen-Template */
	/*background: #FFF;*/
	padding: 0px;
	margin: 0px;
}
/***** Ende Top-Bereich ****************************************************************************************/

/****************************************************************************************************************
* Content-Area
****************************************************************************************************************/
#contentarea {
	width: 100%;
	font-size: 0.7em;
	border: none;
	padding: 0px;
	margin: 0px;
}

.area_left,
.area_right {
	float: left;
	width: 435px;
	padding: 0px;
	margin: 0px;
	border-bottom: 3px solid #180500;
}

.area_right{
	width: 418px;
}

/*.area_right td {
	width: 50px;
}*/


/****************************************************************************************************************
* Bottom-Bereich
/***************************************************************************************************************/
#bottom {
	background-color: #4C0002;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px solid #F7F3D0;
	background-image: url('../../assets/common/bg_bottom.gif');
	height: 184px;
}

.bottom_left,
.bottom_right {
	float: left;
	width: 435px;
	padding: 0px;
	margin: 0px;
/*	background: #FFF;*/
}

.bottom_right{
	width: 418px;
	/*background: #000;*/
	position: relative;
}

.bottom_img{
	float: left;
	margin: 0px 0px 0px 45px;
	display: inline;
	position: relative;
	border: 1px solid #F7F3D0;
	border-top: none;
}

/***** Horizontale Navigation *****/
#naviH {
	color: #8D3625;
	/*height: 15px;*/
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 1px 3px;
	border: none;
	font-size: 0.7em;
	text-transform: uppercase;
}

#naviH a,
#naviH a:link,
#naviH a:visited,
#naviH a:hover,
#naviH a.active {
	color: #AB4834;
	padding: 2px 2px;
	text-decoration: none;
}

#naviH a:hover,
#naviH a.akt,
#naviH a:link.akt,
#naviH a:visited.akt,
#naviH a:hover.akt,
#naviH a.active.akt {
	color: #FFF;
}
/* Ende Horizontale Navigation */

/***** Vertikale Navigation *****/
#subnavi {
	color: #8D3625;
	margin: 1px 0px 0px 0px;
	padding: 3px 0px 3px 3px;
	border: none;
	font-size: 0.7em;
	text-transform: uppercase;
	/*display: inline;*/
	background-image: url('../../assets/common/bg_subnavi.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}


#subnavi a,
#subnavi a:link,
#subnavi a:visited,
#subnavi a:hover,
#subnavi a:active {
	text-decoration: none;
	color: #9C4325;
	padding: 5px;
	margin: 0px;
	/*border-bottom: 1px dotted #FFF;*/
}

#subnavi a:hover,
#subnavi a.akt,
#subnavi a:link.akt,
#subnavi a:visited.akt,
#subnavi a:hover.akt,
#subnavi a:active.akt {
	color: #FFF;
}
/***** Ende Bottom-Bereich *************************************************************************************/

/****************************************************************************************************************
* Content-Bereich
****************************************************************************************************************/
#divUpControl
{
/*	margin-top: 110px;
	position: absolute;
	left: 272px;*/
	width: 20px;
	float: right;
}
#divDownControl
{
/*	margin-top: 110px;
	position: absolute;
	left: 292px;*/
	width: 20px;
	/*marc font-size: 0.7em; */
	float: right;	
}

#divContainer
{
	position: relative;
	overflow: hidden;
	height: 281px;
	CLIP: rect(0px 0px 280px 0px);
	VISIBILITY: hidden;
} 


/*#divContainer {LEFT: 151px; VISIBILITY: visible; OVERFLOW: hidden; width: 164px;  POSITION: absolute; TOP: 0px; HEIGHT: 151px; background: black;}*/
#divContent {
	POSITION: relative; top: 0; left: 0;
}

/***** Content-Definition ******/
#content,
#content2,
#content3,
#content4,
#content5,
#content_print{
	padding: 10px 15px 0px 15px;
	/*background-repeat: no-repeat;
	background-position: left top;*/

}
/* Ende Content-Definition */
/***** Ende Content-Bereich ************************************************************************************/

#adress{
	padding: 2px;
	margin: 0px 0px 0px 95px;
	font-size: 0.7em;
}


/****************************************************************************************************************
* Content-Elemente
/***************************************************************************************************************/
.plaintext {
	margin: 0px 0px 20px 0px;	
}

.plaintext .text a, 
.plaintext .text a:link,
.plaintext .text a:visited,
.plaintext .text a:hover,
.plaintext .text a:active
{
	text-decoration: underline;
}
/* Ende Standard-Text */

/***** Link *****/
.link {
	margin: 0px 0px 20px 0px;
}

.link h1 {
}

.link img {
	vertical-align: middle;
}

.link div {
	margin: 0px 5px 5px 0px;
}

.link a,
.link a:link,
.link a:visited,
.link a:hover,
.link a:active {
	padding: 0px 0px 2px 16px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: underline;
}

.link .link_image {
	margin: 0px 10px 0px 0px;
}

.link .link_image a,
.link .link_image a:link,
.link .link_image a:visited,
.link .link_image a:hover,
.link .link_image a:active {
	padding: 0px 0px 2px 0px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

/* Ende Link */

/***** Download *****/
.download {
	margin: 0px 0px 20px 0px;
}

.download h1 {
}

.download img {
 vertical-align: middle;
}

.download div {
	margin: 0px 5px 5px 0px;
}

.download a,
.download a:link,
.download a:visited,
.download a:hover,
.download a:active {
	text-decoration: underline;
}

.download .download_image{
	margin: 0px 10px 0px 0px;
}

.download .download_image a,
.download .download_image a:link,
.download .download_image a:visited,
.download .download_image a:hover,
.download .download_image a:active {
	padding: 0px 0px 2px 0px
}

.download span {
}
/* Ende Download */

/***** Image *****/
.image {
	margin: 0px 0px 5px 0px;
}

.image h1 {
}

.image div {
	padding: 2px;
	background: #4C0002;
}
/* Ende Image */

/***** Text & Bild *****/
/* Allmeine Einstellung aussen */
.image_float {
	margin: 0px 0px 20px 0px;
}

.image_float a,
.image_float a:link,
.image_float a:visited,
.image_float a:hover,
.image_float a:active{
	text-decoration: underline;
	color: #FFF;
}

.image_float h1{
}

/* Bild links im Text */
.image_float_left {
	/* Bilderrahmen */
	border: 1px solid #4C0002;
	float: left;
	margin: 0px 10px 0px 0px;
}

.image_float_left div {
	/* Bildunterschrift */
	padding: 2px;
	background-color: #4C0002;
	color: #FFF;
}

.image_float_left hr {
	margin: 2px 0px 1px 0px;
}

.image_float_left_text {
}
/* Ende Bild links im Text */

/* Bild rechts im Text */
.image_float_right {
	/* Bilderrahmen */
	border: 1px solid #4C0002;
	float: right;
	margin: 0px 0px 0px 10px;
}

.image_float_right div {
	/* Bildunterschrift */
	padding: 2px;
	background-color: #4C0002;
	color: #FFF;
}

.image_float_right hr {
	margin: 2px 0px 1px 0px;
}

.image_float_right_text {
}
/* Ende Bild rechts im Text */

/* Bild links ohne Rand im Text */
.image_float_left_noborder {
	/* Bilderrahmen */
	float: left;
	margin: 0px 10px 0px 0px;
}

.image_float_left_noborder div {
	/* Bildunterschrift */
	padding: 2px;
	background-color: #4C0002;
	color: #FFF;
}

.image_float_left_noborder hr {
	margin: 2px 0px 1px 0px;
}

.image_float_left_noborder_text {
}
/* Ende Bild links ohne Rand im Text */

/* Bild rechts ohne Rand im Text */
.image_float_right_noborder {
	/* Bilderrahmen */
	float: right;
	margin: 0px 0px 0px 10px;
}

.image_float_right_noborder div {
	/* Bildunterschrift */
	padding: 2px 2px 2px 20px;
	background-color: #4C0002;
	color: #FFF;
}

.image_float_right_noborder hr {
	margin: 2px 0px 1px 0px;
}

.image_float_right_noborder_text {
}
/* Ende Bild rechts ohne Rand im Text */
/* Ende Text & Bild */

/***** Galerie *****/
.gallery {
	margin: 0px 30px 20px 0px;
	float: left;
	width: 150px;
}

.gallery h1 {
}

.gallery div {
	border: 1px solid #4C0002;
	border-top: none;
	padding: 3px;
}

.gallery .image {
	text-align: center;
 	padding: 0px;
 	margin: 0px;
}

.gallery .headline {
	text-align: center;
 	padding: 3px;
 	margin: 0px;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: left top;
}
/* Ende Galerie */

/***** Kontakt *****/
.contact
{
 font-weight: bold;
 /*border: 1px solid #A3C7ED;*/
 padding: 0px 0px 2px 0px;
 margin: 5px 0px;
 margin-bottom: 15px;
 position: relative;
}

.contact h1 {
	margin: 0px 0px 2px 0px;
}

.contact h2 {
	background-image: url('../../assets/common/contact.gif');
	background-repeat: no-repeat;
	background-position: 10px top;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 2px 0px;
}

.contact div
{
 font-weight: normal;
 padding: 0px 0px 0px 30px;
}

.contact b{
	color: #073070;
}

.contact img{
	vertical-align: middle;
	margin-right: 3px;
	margin-left: -25px;
}

/* Ende Contentmaker: Contact */


/***** Spezielle Elemente fuer den Content-Bereich bitte in project.css *****/

/***** Ende Content-Elemente ***********************************************************************************/


/****************************************************************************************************************
* kontakt.phtml
****************************************************************************************************************/
.form_contact {
}

.form_contact .error {
	margin: 10px 0px;
	color: #FE0000;
	font-weight: bold;
}

.form_contact .service {
	margin: 5px 0px;
}

.form_contact .service input {
	border: none;
	width: 13px;
	margin: 3px 3px 0px 2px;
}

.form_contact label {
	margin: 0px 5px 0px 0px;
	width: 100px;
	float: left;
}

.form_contact label.red {
	color: #FE0000;
}

.form_contact input,
.form_contact textarea {
	border: 1px solid #828282;
	padding: 2px;
	margin: 2px 0px;
	width: 270px;
}

.form_contact input.plz {
	width: 40px;
	margin: 2px 2px 2px 0px;
}

.form_contact input.ort {
	width: 218px;
}

.form_contact .pflicht {
	margin: 0px 5px 5px 107px;
	font-size: 0.85em;
}

.form_contact .submitbutton {
	margin: 5px 5px 0px 107px;
}
/***** Ende Kontaktformular ************************************************************************************/

/****************************************************************************************************************
* suchergebnisse.phtml
****************************************************************************************************************/
/* Formular */
.form_search {
}

.form_search fieldset {
	background: none;
	padding: 5px 10px;
	border: 1px solid #828282;
}

.form_search input {
	border: 1px solid #828282;
	padding: 2px;
	width: 99%;
}

.form_search .submitbutton {
	text-align: center;
	margin: 5px;
}

/* Ergebnisse */
.search_erg {
	border: 1px solid #828282;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.search_erg h1 {
	/*padding: 3px;*/
	margin: 0px;
}

.search_erg div {
	margin: 0px;
	padding: 3px;
}
/***** Ende Suchergebnisse *************************************************************************************/

/****************************************************************************************************************
* infopool.phtml
****************************************************************************************************************/
.infopool {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
}

.infopool .h1 {
	/*font-size: 1em;*/
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 17px 0px;
	/* rest siehe unten*/
}

.infopool h1{
	margin: 0px;
}

.infopool .teaser_all{
	/* mit Bild und Dates */
	float: left;
	width: 119px;
	padding: 0px;
	margin: 0px;
}

.infopool .teaser_image{
	/* mit Bild, ohne Dates */
	float: left;
	/*width: 284px;*/
	width: 258px;
	padding: 0px;
	margin: 0px;
}

/*.infopool .teaser_dates{
	/* ohne Bild, mit Dates *
	float: left;
	width: 239px;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	background: #EFF8E3;
}*/

.infopool .teaser{
	/* ohne Bild und Dates */
	padding: 5px;
	margin: 0px;
}

.infopool .teaser h1,
.infopool .teaser_image h1 {
}

.infopool .teaser .info_text,
.infopool .teaser_image .info_text {
	padding: 5px 0px 5px 0px;
}


.infopool .teaser_all a,
.infopool .teaser_all a:link,
.infopool .teaser_all a:visited,
.infopool .teaser_all a:hover,
.infopool .teaser_all a:active, 
.infopool .teaser_image a,
.infopool .teaser_image a:link,
.infopool .teaser_image a:visited,
.infopool .teaser_image a:hover,
.infopool .teaser_image a:active, 
.infopool .teaser_dates a,
.infopool .teaser_dates a:link,
.infopool .teaser_dates a:visited,
.infopool .teaser_dates a:hover,
.infopool .teaser_dates a:active, 
.infopool .teaser a,
.infopool .teaser a:link,
.infopool .teaser a:visited,
.infopool .teaser a:hover,
.infopool .teaser a:active {
	text-decoration: underline;
}

.infopool .image{
	width: 120px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

.infopool .dates{
	float: left;
	width: 160px;
	padding: 3px;
	color: #FFF;
	background: #EEE;
}

.infopool_detail {
margin: 0px 0px 20px 0px;
}

.infopool_detail h1 {
	margin: 0px;
}

.infopool_detail .teaser{
	/* ohne Bild und Dates */
	padding: 5px;
	margin: 0px 0px 15px 0px;
}


.infopool_detail .dates {
	color: #092962;
	padding: 5px;
	margin: 5px 0px;
	clear: both;
}

.infopool_detail .teaser .image {
	float: left;
	margin: 0px 10px 5px 0px;

}

/*.infopool_overview_left,
.infopool_overview_right {
	float: left;
	width: 21px;
}

.infopool_overview_right {
	width: 385px;
}

.infopool_overview {
	float:left;
	width: 170px;
	margin: 0px 20px 10px 0px;
}

.infopool_overview h1 {
	/*background: #B20004;*
	background-color: #567A7A;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url('../../assets/common/color2/h1_bg.gif');
	border: none;
	padding: 5px 3px;
	margin: 0px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.infopool_overview h1 a,
.infopool_overview h1 a:link,
.infopool_overview h1 a:visited,
.infopool_overview h1 a:hover,
.infopool_overview h1 a:active {
	color: #FFF;
}

/* Suche Infopool */
/* siehe .box */

/* zusatz Style Infopools*/
.infopool_standard .h1,
.infopool_standard h1{
	/*background-image: url('../../assets/common/h1_bg.gif') !important;*/
}
/***** Ende Infopool *******************************************************************************************/

/****************************************************************************************************************
* fotogalerie.phtml
****************************************************************************************************************/
.showgallery {
}

.showgallery h1 {
	text-align: center;
	color: #FFF;
	background: #4C0002;
}

.showgallery_thumb {
	width: 276px;
	height: 500px;
	float: left;
	border-right: 1px solid #828282;
}

.showgallery_thumb div {
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.showgallery_thumb .showgallery_center {
	padding-top: 10px;
	height: 40px;
}

.showgallery_thumb .showgallery_left {
	padding-top: 10px;
	height: 40px;
	text-align: left;
}

.showgallery_thumb .showgallery_right {
	padding-top: 10px;
	height: 40px;
	text-align: right;
}

.showgallery_image {
	width: 435px;
	margin: 0px;
	padding: 15px 0px 15px 15px;
	float: left;
}

.showgallery_image div {
 	padding: 3px;
}
/***** Ende Galerie-Ausgabe ************************************************************************************/

/****************************************************************************************************************
* sitemap.phtml
****************************************************************************************************************/
.sitemap td {
	padding: 15px 10px;
}

.sitemap td.separator {
	padding: 0px;
	background-color: #828282;
	/*background-image: url('../../assets/common/bg_sitemap.gif');
	background-repeat: repeat-x;
	background-position: left bottom;*/
}

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1 {
 font-weight: bold;
 line-height: 130%;
}

a.sitemap2,
a:link.sitemap2,
a:visited.sitemap2,
a:hover.sitemap2,
a:active.sitemap2,
a.sitemap3,
a:link.sitemap3,
a:visited.sitemap3,
a:hover.sitemap3,
a:active.sitemap3,
a.sitemap4,
a:link.sitemap4,
a:visited.sitemap4,
a:hover.sitemap4,
a:active.sitemap4 {
 line-height: 130%;
}

a:hover.sitemap1,
a:hover.sitemap2,
a:hover.sitemap3,
a:hover.sitemap4 {
}
/***** Ende Sitemap ********************************************************************************************/

/****************************************************************************************************************
* newsletter.phtml
****************************************************************************************************************/
.newsletter_anreisser
.newsletter_text{
 margin: 0px 0px 20px 0px;
}

.newsletter_feld {
	background: #F0F0F0;
	padding-left: 5px;
	color: #3A3A3A;
	width: 150px;
}

.newsletter_feld_r {
	background: #F0F0F0;
	color: #F00;
	width: 150px;
}

.newsletter_input {
	width: 250px;
	padding: 5px;
	background: #F0F0F0;
}

.newsletter_input2{
	margin-left: 10px;
}

.newsletter_text {
	color: #828282;
	margin-bottom: 10px;
}

.newsletter_text_r {
	color: #F00;
	width: 400px;
}

.newsletter_input input{
}

.newsletter_input select{
}

.newsletter_auswahl{
	width: 100px;
}
/***** Ende Newsletter *****************************************************************************************/

/****************************************************************************************************************
* CSS-Klassen fuer die Barriere-Freiheit
****************************************************************************************************************/
.unsichtbar {
	position: absolute;
	left: -200000px;
	/*Schiebt die "unsichtbaren" Hilfen aus dem Viewport, 
	dadurch lassen sich uebereifrige Screenreader,
	die ausgerechnet "display: none" akustisch auswerten, 
	taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}
/***** Ende CSS-Klassen fuer die Barriere-Freiheit *************************************************************/
/***** Ende style.css ******************************************************************************************/