html {
    height: 100%;
    margin-bottom: 1px;
} 

body {
	background-color: white;
	background-repeat:repeat-x;
	font-family: arial,helvetica,sans-serif;
	font-size:100.01%;
}

img {
	border:none;
}

h1 {
	font-size:0.95em;
	color:#666;
	font-weight:bold;
}

h2{
	/* jf: zugefuegt als default fuer sekundaerueberschrift - bei bedarf anpassen */
	font-size:0.8em;
	color:#666;
}	

h3{
	/* jf: zugefuegt als default fuer sekundaerueberschrift - bei bedarf anpassen */
	font-size:0.8em;
	color:#666;
	line-height: 0.7em;
	
}	

p {
	font-size:0.8em;
	color:#666;	
}

ul{
	font-size:0.8em;
}

li{
	/* default analog zum fliesstext bei p anlegen, sonst... ggf. wird das fuer td, th etc. auch noch noetig... --jf */
	font-size:1em;
	color:#666;	
}

ul li ul { /*bei doppelt verschachtelten Listen darf "ul" nicht zweimal den Wert 0.8em annehmen */
	font-size: 1em;
}

a , a:visited {
	color: #666;
	/* font-weight: bold; */
	/*font-size:0.8em;*/
	text-decoration:none;
}

a:hover, a:focus,  a:active {
	color:#888888;
	/*font-size:13px;*/
}

a[title="Sprung nach oben"] {
	font-size:0.8em;
}

td {
	color:#666;
	font-size:1em;
	text-decoration:none;
}

td strong{
	color:#666;
}

.hidden {
	display:none;
	/*visibility:hidden;   --der screenreader liest das element trotzdem vor*/ 
}

#site_bg {
	width:100%;
	height:100%;
}

#container {
	width:960px;
	margin:auto;
	border: 1px solid #ddd; 
	background-image: url(../images/content2_faux_column_bg.jpg); /* ständiger Hintergrund für das automatische Mitwachsen von Spalten im Bereich Content2  (Faux-Column)*/
	background-repeat: repeat-y;
}

/* Allgemeine Anmerkungen: An einigen Stellen sind die Inhalte von Div-Container scheinbar doppelt mit einem weiteren Div-Container verschachtelt eingebunden. Dies soll dem falschen Box-Modell des IE Rechnung tragen, damit größere Hacks bezüglich dieses Bugs vermieden werden können. Diese Hüllcontainer werden mit dem namen : <...>wrapper bezeichnet*/

					   
/*________________________________________________ Header_____________________________________________________*/

#header_wrapper {
	width:960px;
	height:90px;
	background-image:url(../images/header.jpg);
}

#header {
	padding-left:30px;
	padding-top:20px;
}

/*#logo_container {
	width:177px;
	height:54px;
	background-image:url(../images/logos/logo_novedia.jpg);
	background-repeat:no-repeat;
}
*/
/*_____________________________________________ MENU____________________________________________*/


#menu_text {
	width:960px;
	height:30px;
	background-image:url(../images/menu_bg.jpg);
}

#menu_text_list {
	padding-left: 360px;
	padding-top:6px;
	line-height:1em;
    margin: 0px;
    font-size:1em;
}

/* nur für IE6 */
* html #menu_text_list {
	padding-left: 360px;
	padding-top:7px;
}

/* nur für IE7*/
* +html  #menu_text_list {
	padding-left: 360px;
	padding-top:7px;
}

#menu_text_list li {
	display: inline;
	padding-top:8px;
	background-repeat:no-repeat;
	background-position:top;
}

#menu_text_list li.active {
	display: inline;
	padding-top:5px;
	background-image:url(../images/marker.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#menu_text_list li a, #submenu_text_list li a, #menu_text_list li a :visited, #submenu_text_list li a :visited {
	padding: 3px 3px;
	margin-left: 3px;
	border-bottom: 0;
	text-decoration: none; 
	color: #888888;
	font-weight: bold;
	font-size:0.8em;
}

#menu_text_list li a:hover, #submenu_text_list li a:hover, #menu_text_list li a:focus, #submenu_text_list li a:focus, #menu_text_list li a:active, #submenu_text_list li a:active{
	text-decoration:none;
	font-weight: bold;
	font-size:0.8em;
	/* color: #666; */
	color: #555555;
}

#menu_text_list li a.active {
	/* color: #666; */
	color: #555555;
}

#submenu_text {
	padding-top: 10px;
	padding-right: 5px;
}

#submenu_text ul {
	line-height:1em;
	padding:0;
	margin:0;
	padding-right: 4px;
	font-size:1em;
}	


#submenu_text_list {
	list-style-type: none;
	padding-bottom: 4px;
}

#submenu_text_list li {
	padding-bottom: 4px;
}

#submenu_text_list li a#submenu_aktuell {
	color: #666;
}

/*________________________________________ Grosser ContentBereich  1_________________________________________*/

#content1_1 {
	width:175px;
	height:180px;
	float:left;
	background-image:url(../images/content1_1.jpg);
}

#content1_2 {
	width:188px;
	height:180px;
	float:left;
	background-image:url(../images/content1_2_empty.jpg);
}

/* Für Unterseiten */
#claim_wrapper_solo_claim  p{
	text-align:center;
	margin-top:35px;
	font-size: 1em;
	font-weight:bold;
	color:#aaa;
}

#claim_wrapper{
	margin-top:35px;
	padding-left:30px;
}

#claim_wrapper p {
	font-size: 15px;
	font-weight:bold;
	color:#aaa;
}

#claim_wrapper img{
	padding-top:6px;
	float:left;
	display:inline;
	margin-right:5px;

}

/* nur für IE6 */
* html  #claim_wrapper img{
	padding-top:4px;
}

/* nur für IE7*/
* +html  #claim_wrapper img{
	padding-top:4px;
}

#claim_link_finance{
	font-size: 0.95em;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
	line-height: 1em;
}

#claim_link_portal{
	font-size: 0.95em;
	font-weight:bold;
	color:#ec7404;
	text-decoration:none;
	line-height: 1em;
}

#content1_3 {
	width:360px;
	height:180px;
	float:left;
	display:inline;
	background-image:url(../images/content1_3.jpg);
}

#content1_4 {
	width:236px;
	height:180px;
	float:left;
	background-image:url(../images/content1_4.jpg);
}

#input_search_field {
	margin-left:12px;
	margin-top:6px;
	padding-top:3px;
	font-size:0.6em;
	background-color: none;
	font-weight:bold;
	height:16px;
	vertical-align: center;
	text-align:left;
	width:210px;
}
/*__________________________________________ Grosser ContentBereich 2_________________________________________*/

#content2 {
	width:960px;
	height:auto;
	clear:both;
	/*background-image:url(../images/content2_bg.jpg);*/		/* wird nicht im ie übernommen und deshalb dem #container zugewiesen*/ 		
}


/*****Linker Main-Bereich des Contents2*****/

#content2_main{
	width:723px;
	float:left;
	display:inline; /* Beseitigung des double-float-margin-Bug im IE */
	background-repeat:none;
}

#content2_main_wrapper {
	padding: 30px 20px 20px 30px;
}

#finance {
	width:163px;
	float:right;
	display:inline; /* Beseitigung des double-float-margin-Bug im IE */
}

#finance_wrapper {
	padding-left: 10px;
	border-left: 1px solid #aaa;
	height: 340px;
}

#header_finance {
	width:153px;
}

#header_finance_text_wrapper{
	float:left;
	display:inline;
	line-height: 1em;
}

#header_finance_text_wrapper a{
	font-size:1em;
	font-weight:bold;
	color:#003366;
	
}

#header_finance_pfeilbild{
	margin-left: 80px;
}

#finance_wrapper p {
	margin-top: 10px;
	clear:both;
}

#portal {
	width:173px;
	float:right;
	display:inline; /* Beseitigung des double-float-margin-Bug im IE */
}

#portal_wrapper {
	padding-left: 10px;
	border-left: 1px solid #aaa;
	height: 340px;
}

#header_portal {
	width:153px;
}

#header_portal_text_wrapper{
	float:left;
	display:inline;
	line-height: 1em;
}

#header_portal_text_wrapper a{
	font-size:1em;
	font-weight:bold;
	color:#ec7404;
}

#header_portal_pfeilbild{
	margin-left: 80px;
}

#portal_wrapper p {
	margin-top: 10px;
	clear:both;
}

#news {
	width:310px;
	float:left;
	display:inline; /* Beseitigung des double-float-margin-Bug im IE */
}

#news_wrapper {
	margin-right: 5px;
	padding-bottom: 15px;
}

#news_wrapper ul {
	list-style-type:none;
	font-size:1em;
}

#news_wrapper ul li{
	margin-top: 10px;
}

/* nur für IE6 */
* html  #news_wrapper {
	padding-bottom: 0px;
}

/* nur für IE7*/
* +html  #news_wrapper {
	padding-bottom: 0px;
}

#headlines {
	width:310px;
	float:left;
	display:inline; /* Beseitigung des double-float-margin-Bug im IE */
}


#headlines_wrapper {
	margin-top: 10px; 
	margin-right: 5px;
	padding-top:20px;
	border-top: 1px solid #aaa;
} 

/* nur für IE6 */
* html #headlines_wrapper {
	margin-top: 0px;
}

/* nur für IE7*/
* +html #headlines_wrapper {
	margin-top: 0px;
}

/*****Sidebar des Contents2*****/

#content2_sidebar {
	width:237px;
	height:120px;
	float:left;
}

#content2_sidebar_spacer {
	width:237px;
	/* height:69px; */
	height: 55px;
}

#content2_sidebar_container {
	width:237px;
	height:auto;
	text-align: center;
}

#content2_sidebar_wrapper {
	padding-left:5px;
	
}

/*#sidebar_table {
	text-align:center;
	width:225px;
	vertical-align:bottom;
}
*/

#kunden_slideshow_container {
	text-align:center;
	width: 225px;
	height: 100px;
}

#imageGallery_startseite_start_stop {
	height:20px;
	margin-top: 10px;
	margin-right: 5px;
	text-align:right;
}

#imageGallery_folgeseite_start_stop {
	height:20px;
	margin-bottom: 10px;
	text-align:left;
}

#berlin_bild_container {
	position:absolute;
	bottom: 35px;
	right: 0;
	text-align:center;
	width: 225px;
	height: 100px;
}


/*___________________________________________ Footer______________________________________*/

#footer {
	position:relative;
	clear:both;
	width:960px;
	height:45px;
}

#footer_wrapper {
	padding-left: 30px;
	/*padding-top von 20px auf 10px veringert damit footer wieder in Rahmen kommt*/
	padding-top: 10px;	


}
 
#footer_text {
	width:665px;
	height:30px;
	border-top: 1px solid #bbb;

}

#footer_text ul {
	line-height:1em;
	padding:0;
	margin:0;
	font-size:1em;
}	

#footer_text_list li {
	display: inline;
	font-weight: normal;
	font-size:0.7em;
	color: #aaa;
	background-repeat:no-repeat;
	background-position:top;
}

#footer_text_list li.active {
	display: inline;
	background-repeat:no-repeat;
	background-position:top;
}

#footer_text_list li a, #footer_text_list li a :visited {
	border-bottom: 0;
	text-decoration: none; 
	color: #aaa;
	font-weight: normal;
	/*font-size:0.8em;*/
}

#footer_text_list li a:hover, #footer_text_list li a:focus, #footer_text_list li a:active  {
	text-decoration:none;
	font-weight: normal;
	/*font-size:0.8em;*/
	color: #666;
}

#footer_text_list li a.active {
	color: #666;
	font-weight:bold;
}

.footer_seperator {
	width: 3px;
	display:inline;
	word-spacing:0px;
	margin-left:0px;
	color:#aaa;
}

/*___________________________________________ Search __________________________________*/

#searchResultItem{
	border-top: 1px dotted #aaa;
}

/*___________________________________________ Finance - Portal -Novedia - Unterschiede__________________________________*/

.finance h1 {
	color:#003366;
}

.portal h1 {
	color:#ec7404;
}

.finance h2 {
	color:#003366;
}

.portal h2 {
	color:#ec7404;
}

.finance a:hover, .finance a:focus, .finance a:active{
	color:#003366;
}

.portal a:hover, .portal a:focus, .portal a:active{
	color:#ec7404;
}

.text_right {
	text-align: right;
}

/*
Logos sind jetzt direkt als <img> im html-code eingebunden

.finance #logo_container {
	background-image:url(../images/logos/logo_finance.jpg);
}

.portal #logo_container {
	background-image:url(../images/logos/logo_portal.jpg);
}

.novedia #logo_container {
	background-image:url(../images/logos/logo_novedia.jpg);
}
*/
.portal input.suchknopf:hover, .portal input.suchknopf:focus , .portal input.suchknopf:active  {
	color:#ec7404;
}

.finance input.suchknopf:hover, .finance input.suchknopf:focus, .finance input.suchknopf:active {
	color:#036;
}

.menu_seperator {
	width: 3px;
	display:inline;
	margin-right:4px;
	margin-left:4px;
	color:#aaa;
}

input.suchknopf {
	text-align:center;
	margin-top:5px;
	margin-left:175px;
	vertical-align:center;
	width:50px;
	height:17px;
	font-size:0.7em;
	font-weight:bold;
	color:#666;
	background-image:url(../images/suche_btn_passiv.jpg);
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
}

.fliesstext_link {
	border-bottom: 1px dotted #000;
}

#kontakt_personen_wrapper {
	width: 600px;
	height: 240px;
}

.kontakt_person {
	width:200px;
	float:left;
	display:inline;
	/*overflow:hidden;*/
}

#clearer {
	clear:both;
	height:2px;
	width: 100%;
}

#anfahrt_berlin {
	height: 200px;
	margin-top:10px;
}

#anfahrt_frankfurt {
	height: 160px;
}

#anfahrt_berlin  .mediumtitel, #anfahrt_frankfurt  .mediumtitel{
	height: 30px;
	width:150px;
	font-weight:bold;
	float:left;
	display:inline;
}

#anfahrt_berlin  .medium_konkret, #anfahrt_frankfurt  .medium_konkret {
	height: 30px;
	width:500px;
	float:left;
	display:inline;
}

.portal_leistungen  {
	vertical-align:center;
}

.portal_leistungen  a {
	font-weight:bold;
	font-size:0.9em;
	line-height:1.5em;
}