/* commented backslash hides from ie5mac \*/ 
html{
	margin:0;
	padding:0
} 

html,body {
	padding:0;
	margin:0;
	background-color: #333333;
	color:#444444;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

body{	
	text-align:left;
	min-width:850x;/* for mozilla*/
	background-color: #333333;
	color:#444444;
}


#band {
   background-image:url(../../images/allgemein/bg_band_red.gif);
	 background-repeat:no-repeat;
	 background-position:top center;
	 background-color:#e74b25;
	 height:196px;
	 width:100%;
	 z-index:1;
}

*+html #band{  /*hack für IE7 */
		 margin-left:-1px;
	}

* html #band{	/*hack für IE6 */
	margin-left:-1px;
	}

#wrapper {
	margin-top:-196px;
	}

#outer{
	width:850px;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#ffffff;
	padding:0;
	min-height:200px;
	height:auto !important;  /* für moderne Browser */
	height:200px;  /*für den IE */
}

/* mac hide \*/
* html #outer{
	width:850px;
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:143px;/*needed to make room for header*/
	margin:0px;
} 

	
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:850px;
	height:196px;
	z-index:74;
	background-image:url(../../images/allgemein/header_red.gif);
}

#header_en{
	position:absolute;
	top:0px;
	left:0px;
	width:850px;
	height:196px;
	z-index:74;
	background-image:url(../../images/allgemein/header_red_en.gif);
}

#header_es{
	position:absolute;
	top:0px;
	left:0px;
	width:850px;
	height:196px;
	z-index:74;
	background-image:url(../../images/allgemein/header_red_es.gif);
}

#topnav{
	position:absolute;
	top:168px;
	left:213px;
	width:637px;
	height:28px;
	z-index:500;
}

#logo {
  position:absolute;
	top:37px;
	left:288px;
	width:548px;
	height:51px;
	text-indent: -5000px;
	z-index:300;
}

#languages {
position:absolute;
top:165px;
left:20px;
z-index:100;
}



/* mac hide \*/
* html #outer, * html #header {width:850px}
/* end hide*/


div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/


/*linke Spalte */
#left {
	position:relative;
	float:left;
	width:213px;
	z-index: 55;
  background-image:url(../../images/allgemein/trenner_side_nav_bottom_red.gif);
	background-repeat:no-repeat;
	background-position:212px bottom;
	background-color:#e74b25;
	top:68px;
}


#sidenav {
	position:relative;
	margin-top:-170px;
	float:left;
	width:212px;
	z-index: 56;
	background-color:#ffffff;
	min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
}


#kunden {
	background-image:url(../../images/allgemein/nav_button2.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:20px;
	padding-left:28px;
	letter-spacing:3px;
	font-weight:bold;
	color:#e74b25; 
	margin-bottom:11px;
	margin-top:11px;
	text-transform:uppercase;
	font-size:11px;
	}


/* Contentbereich */

#main {
	position:relative;/*ie needs this to show float */
	width:606px;
	float:right;
	margin-right:13px;
	z-index: 56;
	margin-top:88px;
}

*+html #main  { /*hack für IE7 */
		 margin-top:92px;
	}

* html #main{	/*hack für IE6 */
left:14px;
	}


#content {
	z-index: 300;
	padding-bottom: 7px;
	min-height:470px;
	height:auto !important;  /* für moderne Browser */
	height:470px;  /*für den IE */
	padding-right:10px;
}

#content p {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #e74b25;
}

#content p a:hover {
	background-color: #e74b25;
	color: #ffffff;
}

#content a, #sidebar a
{
    color:#e74b25;
}

#content a:hover, #sidebar a:hover
{
    background-color:#e74b25;
    color:#ffffff;
}


#blocksatz p {
	text-align:justify;
	}

	
#content h1 {
	font-size: 15px;
	color:#e74b25;
	margin-top:0px;
	margin-bottom:20px;
}


#content h2 {
	font-size: 12px;
	letter-spacing:2px;
	color: #555555;
	line-height: 24px;
	position: relative;
	margin-left:0px;
}


#content h3 {
	font-size: 20px;
	color:#000;
	margin-top:0px;
	margin-bottom:20px;
	margin-top:5px;
}

#content h5 {
	font-size: 15px;
	color:#e74b25;
	position:relative;
	float:left;
	margin:0px;
}


#content h6 {
	font-size: 12px;
	color:#e74b25;
	margin:0px;
}


h_kunde {
font-size: 12px;
color:#e74b25;
line-height: 18px;
text-transform:uppercase;
text-decoration:overline;
}

#content ul li{
	list-style-image:url(../../images/icons/arrow_orange.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}

#pressekontakt {
	background-color:#eeeeee;
	padding:10px;
	text-align:left;
	border:1px solid #e1e1e1;
	}

#top_agentur {
	position:relative;
	bottom:-5px;
	right:-5px
	}

#content #zitat p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	line-height:20px;
	}

#content #zitat_quelle p{
	font-weight:bold;
	text-align:right;
	font-size:11px;
	}


h3#post-  {
	font-size: 12px;
	color: #333333;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#longtitle {
	font-size: 14px;
	color: #444444;
	line-height: 20px;
}

img {
	border: dotted 0px #444444;
}

img:hover{
	border: dotted 0px #444444;
}

#logos img {
	padding: 10px;
	border: 1px solid #FFFFFF;
	background-color:#FFFFFF;
}

#logos img:hover {
	border: 1px dashed #999999;
	background-color:#FFFFFF;
}

#fakten td {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border:1px solid #ffffff;
	background-color:#eeeeee;
}

#fakten_vail td {
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	border:1px solid #ffffff;
	background-color:#eeeeee;
}

#bg_aktuelles {
	background-color:#eeeeee;
	line-height:20px;
	padding-left:5px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:15px;
	}

#pm_kunde_head {
	position:relative;
	float:left;
	font-weight:bold;
	font-size:13px;
	margin-top:30px;
	}

#ansprechpartner p{
	font-size:11px;
	}

#print_logo {
	display:none;
	position:absolute;
	float:right;
	}

/*#trenner {
	position:relative;
	width:100%;
	background-color:#333333;
	height:1px;
	top:10px;
	margin-bottom:10px;
	clear:both;
	}*/

hr {
	color:#333333;
	height:1px;
	}


.bild_rechts {
	position:relative;
	float:right;
	padding-left:20px;
	padding-bottom:10px;
	border:0px;
	}

.bild_links {
	position:relative;
	float:left;
	padding-right:20px;
	padding-bottom:10px;
	border:0px;
	}


#tools {
	padding-bottom:10px;
	}


#print_top {
	position:relative;
	float:right;
	padding-right:10px;
	top:10px;
	}

#top_agentur {
	position:relative;
	float:right;
	}
	
	

/*  Startseite  */

#main_home {
height:510px;
margin-top:53px;
position:relative;
}

*+html #main_home  { /*hack für IE7 */
top:53px;
	}
	
* html #main_home{	/*hack für IE6 */
overflow:hidden;
	}


#intro_home {
position:relative;
top:-510px;
left:213px;
width:594px;
background-color:#ffffff;
filter:alpha(opacity=90);
-moz-opacity:.9;
opacity:.90;
opacity: 0.9; /* for safari */
khtml-opacity: 0.9; /* for konquerer and older safari */
padding-top:20px;
padding-left:15px;
padding-right:15px;
padding-bottom:0px;
margin:0px;
height:160px;
}

*+html #intro_home  { /*hack für IE7 */
 top:-513px;
	}
	
* html #intro_home  { /*hack für IE6 */
 top:-460px;
	}
	
#intro_home p {	
	font-size:12px;
	line-height:18px;
	text-align:justify;
	color:#333333;
/*	letter-spacing:1px;*/
	padding-bottom:0px;
	}

#intro_home p a {
	color: #ffffff;
	background-color: #e74b25;
	text-decoration:none;
}

#intro_home p a:hover {
	background-color: #ffffff;
	color: #e74b25;
	text-decoration:underline;
}


#intro_home h1 {	
	color:#333333;
	font-size:17px;
	margin:0px;
	margin-bottom:10px;
/*	letter-spacing:1px;*/
	}

#intro_footer {
	position:relative;
	top:-510px;
	left:213px;
	}

*+html #intro_footer  { /*hack für IE7 */
 top:-513px;
	}

* html #intro_footer  { /*hack für IE6 */
top:-460px;
	}
	
#slogan {
	position:absolute;
	top:420px;
	left:50px;
	z-index:10;
	display:none;
	}
	
#clearfooter_home {
	width:100%;
  height:2px;
	clear:both;
} /* to clear footer */


*+html #clearfooter_home {
height:67px;
}	


#rss_feed {
position:absolute;
top:15px;
left:15px;
z-index:100;
/*display:none;*/
}
	
/*Ende Startseite*/



#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	background-color:#999999;
	width:850px;
	clear:both;
	height:54px;
	text-align:center;
	left:0px;
	bottom:0px;
	margin-top:-13px;
	position: relative;
	z-index:57;
}

/* mac hide \*/
* html #footer {
	height:44px;
	margin-bottom:0px;
}
/* end hide*/


#footer p {
	margin-top:12px;
	line-height:54px;
	padding: 0px;
}

*+html  #footer p {
	line-height:30px;
	}
	
* html  #footer p {
	line-height:8px;
	padding-top:10px;
	}
	
#footer p a {
	text-decoration: none;
	color: #ffffff;
}

#clearfooter {
	width:100%;
  height:32px;
	clear:both;
} /* to clear footer */


* html #clearfooter {
	width:100%;
  height:0px;
	clear:both;
} /* to clear footer */





/*.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

*/