/****************************************************************************************************************
*	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: Arial, Verdana, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 100%;
	color: #4B5361;
	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: 1em;
	background: #E1E9ED;
}


ul {
	padding: 0px 0px 15px 5px;
	margin: 0px;
	font-size: 0.85em;
}

li{
	margin: 3px 0px 0px 15px;
	list-style-type: square;
	list-style-image: none;	
	color: #4B5361;
	font-size: 0.9em;
}

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 *****/

fieldset
{
	margin-top: 15px;
	padding: 10px;
	padding-top: 20px;
	margin-bottom: 30px;
	border: 1px dashed #DEE7E3;
}

label{
	padding: 7px;
	margin-right: 15px;	
}

option {
	padding: 0px 5px 0px 0px;
}

input[type=text]
{
	border: 1px solid #005E1D;
	font-size: 1em;
	height: 18px;
	margin-bottom: 4px;
}
input[type=password]
{
	border: 1px solid #005E1D;
	height: 18px;
}

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

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

button {
	margin-top: 10px;
	margin-left: 85px;
	height: 20px;
	font-weight: normal;
	color: white;
	padding-left: 20px;
	padding-right: 15px;
	background: #8797A3;
	/* background-image: url(../../assets/common/bg_button.gif);
	background-repeat: no-repeat;
	background-position: 3px; 2px;*/
}
/* Ende Formular-Elemente*/

/***** Ueberschriften *****/
h1 {
	font-size: 1.1em;
	color: #4B5361;
	letter-spacing: 0.03em;
	font-weight: lighter;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	margin: 3px 0px 5px 0px;
	font-size: 1em;
	font-weight: normal;
	color: #4B5361;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.9em;
	font-weight: normal;
}

p {
	color: #4B5361;
	font-size: 0.8em;
}
/* Ende Ueberschriften */

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

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

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


#center {
	width: 1002px;
	padding: 0px;
	margin: 20px auto 0px auto;

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

/***** Site-Navigation *****/
.sitenavi {
	clear: both;
	text-transform: uppercase;
	color: #FFF;
	background-color: none;
	font-size: 10px;
	position: relative;
	left: 790px;
	top: 3px;
	width: 215px;
	/*margin-left: 700px;*/
	
}

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

/****************************************************************************************************************
* Top-Bereich 
****************************************************************************************************************/
#outer_top {
	/* BG = dynamisch direkt im Rahmen-Template */
	/*background: #FFF;*/
	background-image: url(../../assets/common/schatten_rechts.gif);
	background-repeat: no-repeat; 
	background-position: right top;
	width: 1016px;
}

#top {
	/* BG = dynamisch direkt im Rahmen-Template */
	/*background: #FFF;*/
	padding: 0px;
	margin: 0px;
	border: 1px solid #67707C;
	width: 1002px;
}
#top_top {
	background-image: url(../../assets/common/bg_topline.gif);
	background-repeat: repeat-y;
	height: 19px;
	padding: 0px;
	margin: 0px;
}
.top_left {
	float: left;
	width: 686px;
	height: 204px;
	background-color: #DDEDF8;	
	padding: 0px;
	margin: 0px;
}
.top_right {
	float: left;
	width: 316px;
	height: 204px;
	background-color: #79B7DF;
	background-image: url(../../assets/common/logo.gif);
	background-repeat: no-repeat; 
	background-position: 69px 120px;
	padding: 0px;
	margin: 0px;
}
/***** Ende Top-Bereich ****************************************************************************************/

/****************************************************************************************************************
* Content-Area
****************************************************************************************************************/
#outer_contentarea {
	/* BG = dynamisch direkt im Rahmen-Template */
	/*background: #FFF;*/
	background-image: url('../../assets/common/schatten_rechts.gif');
	background-repeat: no-repeat; 
	background-position: right top;
	width: 1016px;
}

#contentarea {
	width: 1002px;
	background-color: #F7F8FA;
	font-size: 1em;
	border: none;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	border: 1px solid #67707C;
}
/***** Vertikale Navigation *****/



/****************************************************************************************************************
* Aufklapp-Navigation
****************************************************************************************************************/
.linkmenu td,
.linkmenu_first td {
	font-size: 0.7em;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active,
.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active {
	color: #537074;
	background: #FFF;
	border: 1px solid #537074;
	border-top: none;
	display: block;
	padding: 2px 5px 2px 11px;
}

.linkmenu a:hover,
.linkmenu_first a:hover {
	color: white;
	background-color: #537074;		
}

.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active {
	border-top: 1px solid #537074;
}
/***** Ende Aufklapp-Navigation ********************************************************************************/
/****************************************************************************************************************
* Bottom-Bereich
/***************************************************************************************************************/
#bottom {
	background-color: #79B7DF;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url('../../assets/common/bottom_repeatline.gif');
	height: 9px;
}

.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;
}


#second_bottom {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../../assets/common/schatten_unten.gif');
	height: 16px;
	padding: 0px;
	margin: 0px;
	width: 1016px;
}

/***** Horizontale Navigation *****/
#naviH {
	color: #537074;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 55px 0px 0px 40px;
	font-size: 0.70em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-color: #3C586A;
	background-image: url(../../assets/common/logo_unten.gif);	
	background-position: 755px 0px;
	background-repeat: no-repeat;	
}

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

#naviH a:hover,

#naviH a:link.akt,
#naviH a:visited.akt,
#naviH a:hover.akt,
#naviH a.active.akt {
	color: #8797A3;

}
#naviH a.akt
{
	background-image: url('../../assets/common/bg_naviHa.gif');
	background-repeat: no-repeat;
	background-position: 3px 18px;	
}

/* Ende Horizontale Navigation */

/***** Vertikale Navigation *****/
#subnavi {
	color: #80919C;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 25px;
	border: none;
	font-size: 0.7em;
	height: 14px;
	background-image: url(../../assets/common/schatten_unten.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
}


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

#subnavi a.akt,
#subnavi a:link.akt,
#subnavi a:visited.akt,
#subnavi a:hover.akt,
#subnavi a:active.akt {
	color: #80919C;
	font-weight: bold;
}

.subnavi2
{
	padding-top: 2px;
	padding-right: 5px;
	margin-left: 45px;
	background-image: url(../../assets/common/bg_subnavi2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}

.subnavi2 a:link.akt
{
	font-weight: bold;
}



/***** Ende Bottom-Bereich *************************************************************************************/

/****************************************************************************************************************
* Content-Bereich
****************************************************************************************************************/

/***** Content-Definition ******/
#content,
#content2,
#content3,
#content4,
#content5,
#content_print{
	float: left;
	padding: 10px 15px 0px 15px;
	padding-left: 50px;
	padding-top: 35px;
	padding-right: 50px;
	width: 582px;

}

#content{


}

#content2{
<}

#content3 {
	/* Startseite */
	}

#content4 {
	width: 100px;
}

#content5 {
	width: 100px;
}


/* 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 5px 0px;
}

.link h1 {
}

.link img {
	vertical-align: middle;
}

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

.link a,
.link a:link,
.link a:visited,
.link a:hover,
.link a:active {
	color: #7A8692;
	font-size: 0.8em;
	padding: 0px 0px 2px 16px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	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 {
	font-size: 0.8em;
	color: #7A8692;
	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: #4B5361;
	margin-bottom: 20px;
	font-size: 0.7em;
}
/* 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 #4B5361;
	float: left;
	margin: 0px 10px 0px 0px;
}

.image_float_left div {
	/* Bildunterschrift */
	padding: 2px;
	background-color: #4B5361;
	color: #FFF;
	font-size: 0.7em;
}

.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 #4B5361;
	float: right;
	margin: 0px 0px 0px 10px;
}

.image_float_right div {
	/* Bildunterschrift */
	padding: 2px;
	background-color: #4B5361;
	color: #FFF;
	font-size: 0.7em;
}

.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 25px 0px;
}

.image_float_left_noborder div {
	/* Bildunterschrift */
	padding: 2px;
	color: #FFF;
	background-color: #4B5361;
	font-size: 0.7em;
}

.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;
	background-color: #4B5361;
}

.image_float_right_noborder div {
	/* Bildunterschrift */
	padding: 2px 2px 2px 2px;
	background-color: #C4D5D2;
	color: #FFF;
	background-color: #4B5361;
	font-size: 0.7em;	
}

.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 #C4D5D2;
	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 */
#custom {
	float: left;
	width: 320px;
	background-color: #8797A3;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url('../../assets/common/bgcustom_color1.gif');
	margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
}

#rightBlock
{
	width: 255px;
	min-height: 300px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url('../../assets/common/bg_repeatline_custom.gif');
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 40px 35px;
}
#rightBlock h1
{
	text-transform: uppercase;
	font-size: 0.75em;
	background-image: url('../../assets/common/bg_customh1.gif');
	background-repeat: no-repeat;
	background-position: left 1px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	padding-left: 16px;
}
#logoBlockUnterseite
{
	width: 192px;
	height: 111px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../../assets/common/bg_lgbl_unterseite.gif');
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 115px;
}

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

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


/****************************************************************************************************************
* Custom-Elemente
****************************************************************************************************************/
.box {
	margin: 0px 10px 30px 0px;
	padding: 0px;
	clear: both;
}

.box h1{
	font-weight: normal;
	letter-spacing: 0em;
	font-size: 1.1em;
	margin: 0px 25px 0px 0px;
}

.box h2{
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0em;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 2px 0px;
}

.box p {
	padding: 0px 0px 5px 0px;
	font-size: 0.7em;
}

.box div {
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
}

.box div p{
	padding: 0px 0px 0px 0px;
	font-size: 1em;
}

.box div ul{
	margin: 3px 0px 0px 15px;
	font-size: 0.85em;
}
.box div ul li{
	list-style-type: square;
	list-style-image: none;
	font-size: 1.2em;
}

.box span{
	font-size: 0.7em;
}

.box .image {
	padding: 0px 0px 5px 0px;
}

.box .image h1 {
}

.box a,
.box a:link,
.box a:hover,
.box a:visited,
.box a:active {

}

.box ul {
	padding: 0px;
}

.box ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	font-size: 0.85em;
	
}

.box_ul_a_image
{
	margin-bottom: 4px;
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active {
	background-repeat: no-repeat;
}

.box ul li a:hover {
	text-decoration: underline;
}

.box ul li img {
	vertical-align: middle;
	text-align: center;
}

.box ul.assetlink,
.box ul.assetdownload {
	clear:both;
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
	padding: 0px;
	background-repeat: no-repeat;
/*	border-bottom: 1px solid #FFF;*/
}

.box ul.assetlink li,
.box ul.assetdownload li {
margin-top: 0px;
padding-left: 0px;
}

.box ul.assetlink li a,
.box ul.assetlink li a:link,
.box ul.assetlink li a:visited,
.box ul.assetlink li a:hover,
.box ul.assetlink li a:active,
.box ul.assetdownload li a,
.box ul.assetdownload li a:link,
.box ul.assetdownload li a:visited,
.box ul.assetdownload li a:hover,
.box ul.assetdownload li a:active {
	padding: 0px 15px 2px 0px;
	background-image: url('../../assets/common/pfeil_link.gif');
	background-repeat: no-repeat;
	background-position: right 2px;
	color: #FFFFFF;
	margin-left: 0px;
}

.box ul.assetdownload li a,
.box ul.assetdownload li a:link,
.box ul.assetdownload li a:visited,
.box ul.assetdownload li a:hover,
.box ul.assetdownload li a:active {
	padding-left: 0px;
	background: none;
	padding-right: 2px;
	height: 18px;
}

/* Kalender */
.box table {
	width: 140px;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.75em;
}

.box table td {
	padding: 3px;
	color: #000;
	background-color: #EEE;
}

.box table td a {
	background-color: #095AA6;
	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.box table td.month {
	color: #000;
	background-color: #CCC;
	font-size: 1em;
}

.box table td.month a {
	color: #000;
	background-color: #CCC;
	display: inline;
}

.box table td a {
 	background-color: #666;
 	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.box table td.week {
 padding: 3px;
 color: #000;
 background-color: #EEE;
}

.box table td.today {
 padding: 3px;
 color: #F00;
 background-color: #EEE;
}

.box table td.today a {
  text-decoration: none;
  background-color: #666;
 	color: #FFF;
}
/* Ende Kalender */

/* Suchfeld rechte Spalte*/
.box form {
	padding: 5px 0px 5px 5px;
}

.box input {
	background: #FFF;
	border: 1px solid #828282;
	padding: 2px;
	width: 100px;
}

.box button {
	background: none;
	border: none;
	width:10px;
}

.box button img {
	vertical-align: middle;
}
/* Ende Suchefeld rechte Spalte */

.box .box_infopool{
	padding: 0px;
	margin: 0px;
}

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

/***** Ende Custom-Elemente ************************************************************************************/

/****************************************************************************************************************
* kontakt.phtml
****************************************************************************************************************/
.form_contact {
	font-size: 0.8em;
}

.form_contact h1 {
	font-size: 1.5em;
}

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

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

.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: 0px;
	margin: 2px 0px;
	width: 370px;
}

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

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

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

.form_contact .submitbutton {
	margin: 5px 5px 25px 35px;
}
/***** Ende Kontaktformular ************************************************************************************/

/****************************************************************************************************************
* callback.phtml
****************************************************************************************************************/
.form_callback {
	font-size: 0.8em;
}

.form_callback h1 {
	font-size: 1.5em;
}

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

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

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

.form_callback label {
	margin: 0px 5px 0px 0px;
	width: 130px;
	float: left;
}

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

.form_callback input,
.form_callback textarea {
	border: 1px solid #828282;
	padding: 1px;
	padding-bottom: 0px;
	margin: 2px 0px;
	width: 300px;
}

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

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

.form_callback .pflicht {
	margin: 0px 5px 5px 137px;
}

.form_callback .submitbutton {
	margin: 5px 5px 25px 62px;
}
/***** Ende Callback ************************************************************************************/


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

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

.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 20px 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: 0px;
	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: 0px;
	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{

	font-size: 0.85em;
	font-weight: bold;
	/*background-image: url('../../assets/common/h1_bg.gif') !important;*/
}
/***** Ende Infopool *******************************************************************************************/

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

.showgallery h1 {
	text-align: center;
	color: #FFF;
	background: #8797A3;
}

.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 ******************************************************************************************/

#logout
{
	float: left;
	border: 1px solid #666;
	width: 100px;
	margin-bottom: 15px;
}

#loggedIn
{
	float: left; 
	width: 300px;
	margin-left: 20px;
	margin-top: -3px;
}
/*************** Mitarbeiter A-Z  ***********/
.az_letter {
	width: 15px;
	float: left;
	margin: 0px 0px 5px 0px;
	color: #CCC;
	font-size: 1.2em;
}

.az_letter .active {
	color: #537074;
}
.result_mitarbeiter {
}

.result_mitarbeiter .bg_1 {
	background: none;
	padding: 3px;
}

.result_mitarbeiter .bg_2 {
	background: #FFFAEE;
	padding: 3px;
}

.result_mitarbeiter .float {
	width: 65px;
	float: right;
}

.result_projekte {
}

.result_projekte .bg_1 {
	background: none;
	padding: 3px;
}

.result_projekte .bg_2 {
	background: #FFFAEE;
	padding: 3px;
}

.result_projekte .float {
	width: 65px;
	float: right;
}





.kursteaser_top
{
	color: #4B5361;
	font-size: 0.7em;
	margin-top: 23px;
	padding-left: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #E9EDEF;
	width: 220px;
	margin-left: 4px;
}
.kursteaser_bottom
{
	color: #4B5361;
	font-size: 0.7em;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 3px;
	padding-top: 3px;
	width: 220px;
	margin-left: 4px;	
}
.kursteaser_bottom a
{
	color: #4B5361;
}
.kursteaser_link
{
	font-size: 0.7em;
	color: #FFF;
	text-align: right;
	width: 220px;
	margin-top: 8px;
	margin-left: 0px;
	padding-left: 1px;
	padding-right: 3px;
	margin-bottom: 30px;
}

.kursteaser_link a
{
	color: #FFF;
	background-image: url('../../assets/common/pfeil_link.gif');
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 14px;	
}


.kursnavi 
{
	margin-top: -20px;
	margin-right: -30px;
	margin-bottom: 2px;
	color: #4B5361;
	font-size: 0.7em;	
	text-align: right;
	padding-right: 10px;
}


.kursnavi a
{
	color: #4B5361;
	text-decoration: none;
}


.table_kochkurs
{
	width: 100%;
	font-size: 0.7em;
	background: #E9F2F7;
	margin-top: 5px;
	margin-bottom: 30px;
	border: 1px solid #929BA7;	
	color: #4B5361;
}

.table_kochkurs td
{
	padding: 7px 5px 7px 5px;
	border-bottom: 1px solid #929BA7;
}

.table_kochkurs_link
{
	text-align: left;
	width: 35px;
}

.table_kochkurs th
{
	padding: 3px 5px 3px 10px;
	font-size: 1.1em;
	color: white;
	text-align: left;
	background: #3C586A;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}


.table_kochkurs_link a
{
	color: #4B5361;
	/*background-image: url('../../assets/common/link_infopool.gif');
	background-repeat: no-repeat;
	background-position: right 1px;*/
}
/***** Testimonials *******/
.testimonial_container
{
 padding: 2px;
 padding-left: 0px;
 padding-right: 0px; 
 width: 250px;
 margin: 0px;
 color: #4B5361;
 font-size: 1em;
 /*border: 1px dashed grey;*/
}
.testimonial_container h1
{
 font-size: 1.2em;
 padding: 0px;
 margin-bottom: 10px;
 border-bottom: 1px dashed #FFF;
 height: 21px;
 width: 230px; 
}
.testimonial_bottom
{
 font-size: 0.7em;
 text-transform: none;
 letter-spacing: 0.02em;
 padding: 0px;
 margin: 0px;
 margin-bottom: 5px;
 margin-top: 5px; 
 padding-top: 5px;
 border-top: 1px dashed #FFF;
 letter-spacing: 0.035em;
 width: 240px;
}
.testimonial_left
{
 font-size: 0.7em;
 width: 80px;
 padding: 0px;
 margin: 0px;
 margin-top: 5px; 
 float: left;
}
.testimonial_right
{
 font-size: 0.7em;
 text-transform: none;
 letter-spacing: 0.02em;
 line-height: 125%;
 width: 170px;
 padding: 0px;
 margin: 0px;
 margin-top: 5px;
 float: left;
}

.produkt_teaser_left
{
	float: left; 
	padding-top: 20px;
	margin-bottom: 25px;
	width: 60px;
}
.produkt_teaser_middle
{
	float: left;
	margin-left: 70px;
}
.produkt_teaser_right
{
	float: left; 
	margin-left: 25px;
}




/***** Ansprechpartner *******/
.ansprechpartner_h1
{
 padding: 0px;
 margin-bottom: 8px;
 border-bottom: 1px dashed #FFF;
 height: 19px;
 font-weight: normal;
 width: 230px; 
}
.ansprechpartner_bottom
{
 font-size: 0.7em;
 letter-spacing: 0.01em;
 padding: 0px;
 margin: 0px;
 margin-bottom: 5px;
 margin-top: 5px; 
 padding-top: 5px;
 border-top: 1px dashed #FFF;
 letter-spacing: 0.035em;
 width: 256px;
}
.ansprechpartner_left
{
 font-size: 0.7em;
 width: 80px;
 padding: 0px;
 margin: 0px;
 float: left;
 margin-top: 7px;
}
.ansprechpartner_right
{
 font-size: 0.7em;
 letter-spacing: 0.02em;
 line-height: 125%;
 width: 250px;
 padding: 0px;
 margin: 0px;
 margin-top: 7px; 
 float: left;
}
.ansprechpartner_link
{
	color: #FFF;
	background-image: url('../../assets/common/pfeil_link.gif');
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 12px;
}


.tabelle_border_bild
{
	width: 100%;
	font-size: 0.7em;
	background: #E9F2F7;
	margin-top: 5px;
	margin-bottom: 30px;
	border: 1px solid #929BA7; 
}

.tabelle_border_bild td
{
	padding: 7px 5px 7px 22px;
	border-bottom: 1px solid #929BA7;
	background-image: url('../../assets/common/link_infopool.gif');
	background-repeat: no-repeat;
	background-position: 9px 9px;
}
.tabelle_border_bild td.check
{
	background-image: url('../../assets/common/checkbox.gif');
	background-repeat: no-repeat;
	background-position: 9px 9px;
	background-color: #BFCDD6;
}


.tabelle_border_bild th
{
	padding: 3px 5px 3px 10px;
	font-size: 1.1em;
	color: white;
	text-align: left;
	background: #3C586A;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	
}




.place_engine_logo
{
	position: absolute;
 	margin-left: -150px; 
/*	margin-left: 375px; */
	margin-top: 188px;
	z-index: 999;
	padding: 0;
}
.place_engine_logo[class] {
	position: absolute;
/* 	margin-left: -150px; */
	margin-left: 375px;
}


.place_engine_logo
{
	position: absolute;
 	margin-left: -150px; 
/*	margin-left: 375px; */
	margin-top: 188px;
	z-index: 999;
	padding: 0;
}
.place_engine_logo[class] {
	position: absolute;
/* 	margin-left: -150px; */
	margin-left: 375px;
}
.referenz_liste{
	float: left;
	/*padding: 0px 0px 0px 0px;*/
}

.referenz_liste h1{
	margin-bottom: 0px;
	background-image: url('../../assets/common/headline_bg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.referenz_liste ul{
	list-style-type: none;
}

.referenz_liste a,
.referenz_liste a:link,
.referenz_liste a:visited,
.referenz_liste a:hover,
.referenz_liste a:active{
	text-decoration: none;
	color: #4E6878;
}

.referenz_liste .nav{
	padding: 5px 20px;
}

.referenz_liste .nav .left{
	float: left;
	width: 15px;
}

.referenz_liste .nav .right{
	float: right;
	width: 15px;
}

.referenz_navigation
{
	width: 90px;
	padding: 3px 0px 3px 30px;
	border-bottom: 1px dashed white;
	/*marc font-size: 0.7em; */
}


.referenz_navigation a,
.referenz_navigation a:link,
.referenz_navigation a:visited
{
	text-decoration: none;
	color: #777777;
}

.referenz_navigation a:active{
	color: #555555;
}

.referenz_navigation a:hover
{
	color: #555555;
}

.referenz_container
{
 padding: 2px;
 padding-left: 26px;
 width: 275px;
 margin: 0px;
 margin-top: 40px;
 /*border: 1px dashed grey;*/
}
.referenz_container h1
{
 font-size: 1.2em;
 padding: 0px;
 margin-right: 15px;
 margin-bottom: 10px;
 border-bottom: 1px dashed #00506A;
 height: 21px;
}





/* Referenzen */
.referenz_detail{
	/*float: left;*/
	width: 580px;
	padding: 0px;
	margin: 0px;
}

.referenz_detail img{
	vertical-align: middle;
}

.referenz_detail div.ref_image_list{
	/*border: 1px dotted #B0C25E;*/
}

.referenz_detail div.nav{
	background: white;
	border: 1px dashed #EEE;
	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;	
	color: #666;
	background-image: url('../../assets/common/infoicon.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

.referenz_detail div.subtitle{
	margin-top: 30px;
	height: 30px;
	background: #FFF;
	border: 1px dashed #EEE;
	padding: 5px;
	color: #666;
}


.referenz_detail div.nav div.left{
	float: left;
	width: 25px;
	height: 20px;
	/*marc font-size: 0.7em; */
	background-image: url('../../assets/common/infoicon.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

.referenz_detail div.nav div.center{
	float: left;
	width: 450px;
	padding: 0px;
	/*marc font-size: 0.7em; */	
	/*background-image: url('../../assets/common/infoicon.gif');
	background-repeat: no-repeat;
	background-position: left center;*/

}

.referenz_detail div.nav div.center .c_float1{
	float: left;
	width: 117px;
	padding-left: 5px;
}

.referenz_detail div.nav div.center .c_float2{
	float: left;
	width: 136px;
	padding: 0px 1px 0px 6px;
}

.referenz_detail div.nav div.center .c_float3{
	float: right;
	width: 112px;
	padding: 0px 5px;
}


.referenz_detail div.nav div.right{
	float: right;
	width: 15px;
	/*marc font-size: 0.7em; */
}

.referenz_detail div.text{
	margin: 10px 0px 0px 0px;
	/*marc font-size: 0.7em; */
	text-align: right;
	width: 500px;
	line-height: 20px;
}

/* Aktuelle Referenz-Uebersicht */
.az_letter {
	width: 15px;
	float: left;
	margin: 0px 0px 5px 0px;
	color: #CCC;
}

.az_letter .active {
	color: #00506A;
}


.referenz_overview{
}

.referenz_overview a,
.referenz_overview a:link,
.referenz_overview a:visited,
.referenz_overview a:hover,
.referenz_overview a:active{
	text-decoration: none;
}

.referenz_overview .left,
.referenz_overview .right{
	float: left;
	width: 80px;
	margin: 0px;
	padding: 0px;
}

.referenz_overview .left{
	margin: 0px 10px 0px 0px;
	width: 425px;
}

.referenz_overview .right{
	background-image: url('../../assets/common/pfeil.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

.referenz_overview .elem{
	border: none;
	border-bottom: 1px solid #B9D3DE;
	width: 100%;
 	margin: 0px 0px;
 	padding: 5px 0px;
}


.referenz_menu
{
	/*overflow: auto;*/
	position: absolute;
	top: 141px;
	width: 315px;
	height: 190px;
	background-color: #DEE9EF;
}

.referenz_menuleft
{
	/*overflow: auto;*/
	margin: 0px;
	padding: 10px 5px 10px 0px;
	width: 145px;
	height: 170px;
	background-color: #DEE9EF;
	border-right: 1px dashed white;
}

#footer {
	font-size: 9px;
	padding: 0px 0px 0px 2px;
}

#footer a{
	font-size: 9px;
	color: #8EA4AF;
	text-decoration: none;
}

.footer_links {
	color: #8EA4AF;
	float: left;
	margin: 0px 10px 0px 0px;
}
.footer_copyright {
	color: #8EA4AF;
	float: left;
	margin: 0px 10px 0px 0px;
}
.footer_text {
	color: #8EA4AF;
	float: left;
	

.atm_left
{
	font-size: 12px;
	width: 180px;
	float: left;
}
	
.atm_right
{
	font-size: 12px;  
	width: 350px;
	float: left;
}
	
.atm_head
{
	font-size: 12px;
	font-weight: bold;
	color: black;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
