@charset "utf-8";
/*  =========================================================
Stylesheet fuer die Bildschirmversion der REHA Group Website 
Datei:  screen.css
Media:  screen
Datum:  01. Maerz 2008
Autor:  Udo Spaeker 
========================================================== */

/* Anpassungen für CMS */

div#rehagroup_wrapper {
    font-size: 16px;
}

div#rehagroup_wrapper img {
    margin: 0px;
    float: none;
}

#rehagroup_content h1, #rehagroup_content h2, #rehagroup_content h3, #rehagroup_content h4, #rehagroup_content h5, #rehagroup_content h6 {
    color: #000;
}

/* ################# GENERELLE FORMATIERUNGEN ################# */
#rehagroup_wrapper * {
	/* reset der default abst&auml;nde aller elemente */
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: left;
	list-style-type:none;
	}

/* zentriert die seite */
#rehagroup_wrapper {
	background-color: #fff;
	color: inherit;
	margin: auto auto;
	width: 554px;
	border: 10px solid #D3D3D3;
	}

#rehagroup_wrapper h1 { font-size: 70%;}
#rehagroup_wrapper h2 { font-size: 120%;}
#rehagroup_wrapper h3 { font-size: 80%;} 
#rehagroup_wrapper h4 { font-size: 90%;}
#rehagroup_wrapper h5, #rehagroup_wrapper h6 { font-size: 75%;}

#rehagroup_wrapper a img { border: none; }
#rehagroup_wrapper a { text-decoration: none; outline: none; }
#rehagroup_wrapper a:link { color: #009ee0;}
#rehagroup_wrapper a:visited {	color: #999999;}
#rehagroup_wrapper a:hover, a:focus { text-decoration: underline; }
#rehagroup_wrapper a:active { color: white; background-color: #009ee0; }

/* ################# GENERELLE SONDERDINGE ################# */

/* clearfix workaround zum clearen von floatenden
   elementen ohne zus&auml;tzliches markup (clearer divs)
   mehr informationen:
   http://www.positioniseverything.net/easyclearing.html */
   		
	.clearfix:after {	content: '.'; display: block; height: 0; clear: both; visibility: hidden;}

/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */

	#rehagroup_wrapper .clearer { height: 1px;	font-size: 1px; line-height: 1px; clear: both;}
	#rehagroup_wrapper .letzter { margin: 0 !important;}
	#rehagroup_wrapper .none { display:none;}	
	#rehagroup_wrapper .clear { clear: both;}
	#rehagroup_wrapper .trennlinie {  padding: 0 0 12px 0; margin: 0 0 12px 0; border-bottom: 1px dotted #009ee0; }
	
/* ################# HEADER ################### */	

	#rehagroup_header {
	background-color: #fff;
	color: inherit;
	margin: 0;
	width: 554px;
	height: 85px;
}	
	#rehagroup_header-links {	padding: 20px 0 4px 20px;	width: 304px; float: left;}
	#rehagroup_header-rechts {	padding: 20px 0 4px 15px;	width: 210px; float: left;}
	
	/* Logo-Link ohne active-Zustand */
	#rehagroup_header-links a:active { color: #000; background-color: #fff; }

/* ################# HAUPTNAVIGATION ################### */	

	#navi_horizontal { background-color: #009de0;  height: 25px; color: #000; padding: 5px 6px 0 0; }
    #navi_horizontal p { color: #fff; text-align: right }
	.key { text-decoration: underline; }

/* ################# SUBNAVIGATION ################### */	

	#navi_horizontal ul.sn li { display: inline; height: 15px; font-size: 70%;}
	#navi_horizontal ul.sn li a { float: left; /* background: #fff url(/module/mmb/basisimg/sn_ug.gif) no-repeat; */ color: #fff; margin-top:6px; margin-left:1px; padding: 1px 6px 2px 6px; text-align: left; font-weight: bold; text-decoration: none; }
	#navi_horizontal ul.sn li a:hover { background: #fff url(/module/mmb/rehagroup/rehagroup/sn_g.gif) no-repeat; color: #000; }	
	#navi_horizontal ul.sn li a.current { background: #fff url(/module/mmb/rehagroup/rehagroup/sn_g.gif) no-repeat; color: #000; }	

	
/* ################# SUBNAVIGATION ALS BLOCK ################### */	

	#rehagroup_wrapper .navi_ball li {	line-height: 1.5; display: block; padding-left: 12px; background: url(/module/mmb/rehagroup/rehagroup/reha_ball_kl.gif) 0 5px no-repeat; font-size: 75%;}
	#rehagroup_wrapper .navi_ball a, .navi_ball2 a { color: #4F4F4F; background-color:white; text-decoration: none;}
	#rehagroup_wrapper .navi_ball a:hover, .navi_ball2 a:hover { color: #009ee0; background-color:white; text-decoration: underline;}

	#rehagroup_wrapper .navi_ball2 li {	line-height: 1.5; display: block; padding-left: 12px; background: url(/module/mmb/rehagroup/rehagroup/reha_ball_gr.gif) 0 4px no-repeat; font-size: 85%;}

/* ################# SUBNAVIGATION IN LINE ################### */	

	#seitentitelnav .navi_ball li { display:inline; padding-right: 3px; 	background: url(/module/mmb/rehagroup/rehagroup/reha_ball_kl.gif) 0 3px no-repeat;}

/* ################# CONTENT (Umschliessend) ################### */	

	#rehagroup_content { padding: 12px 12px 0px 12px;}

/* ################# CONTENTSPALTE LINKS ################### */	
	
	#rehagroup_content-spalte-gross {	width: 540px; float: left;}

/* ################# CONTENTSPALTE LINKS HEAD ################### */
	
	#seitentitelnav {}
	
/* ################# CONTENTSPALTE LINKS FUSS ################### */	

	.content_art { padding: 0;	margin: 0 10px 10px 0px; color: #000; background: #fff;}	
	.content_art p { padding-bottom: 1em;	font-size: 75%;}
	.content_art h2 { margin-top: 10px;}
	.content_art h3 { background-color:white; color: #4F4F4F;}
	
	/* Sonstiges */
	.textbild_links { float: left; margin: 0 18px 8px 0; border: 2px solid #D7D7D7; }
	.textbild_rechts { float: right; margin: 0 0 8px 18px; border: 2px solid #D7D7D7; }

	/* ###### Newsbereich ##### */
	
	.verfasser { font-size: 70%; text-align: right;}
	
	dl.meImgLeft { float: left; } 
	dl.meImgLeft dt { margin-bottom: 0; text-align: left; } /* verhindert das Einrücken und den Abstand nach oben */
	dl.meImgLeft dd { margin: 0.2em 0 0 0; text-align: left; }
	dl.meImgLeft dd em { font-size: 0.8em;}
	
	dl.meImgRight { float: right; } 
	dl.meImgRight dt { margin-bottom: 0; text-align: right; } /* verhindert das Einrücken und den Abstand nach oben */
	dl.meImgRight dd { margin: 0.2em 0 0 0; text-align: right; }

	/* ###### Teaserboxen (Produkte) ##### */

	.teaser-klein-text { height: 14px; background: #fff url(/module/mmb/rehagroup/rehagroup/teaserboxtop_ev.gif) no-repeat; color: #000; }
	.teaser-klein {
	width: 202px;
	height: 197px;
	float: left;
	margin: 0 12px 12px 0;
	background: #fff url(/module/mmb/rehagroup/rehagroup/teaserbox_ev.gif) no-repeat bottom left;
	color: #000000;
	padding: 0px 0px 10px 0px;
}
	.teaser-klein h2 { padding: 136px 12px 0 12px; line-height: 12px;	font-size: 12px;}
	.teaser-klein h2.teaser { padding: 90px 12px 5px 12px; line-height: 12px;	font-size: 12px;}
	.teaser-klein p {	display: block;	margin: 4px 12px 0 12px; line-height: 1.2em; font-size: 0.7em;}
	.teaser-klein a { color:#000000;}		
	.teaser-klein-stoerer-bild { margin:0pt; padding:14px 2px 0 2px; position:absolute;}			

	/* ###### Teaserboxen (Produkte) ##### */
	div.content_art ul.blockcenter { width: 220px; margin: 0 auto;}

	/* ###### Listen (Anschaffung / Fuehrerschein) ##### */
	.content_art ul li { padding-bottom: 10px;}
	ol.zahlen { margin-left: 25px;}
	.zahlen p { font-size: 100%;}
	.content_art ul li ol.zahlen li { list-style-type: decimal; font-size:75%; padding-bottom: 0px;}
	/*ul li ul { padding-left: 15px;}*/
	h6.tab { padding-left: 15px;}
	.content_art h4, .content_art h5 { padding: 0 0 5px 0;}
	ul.liste_ul { padding-top:5px; padding-bottom:5px;}
	ul.liste_ul li { font-size:75%; list-style-type: disc; padding-bottom:5px; }

	/* ###### Tabellen (Anschaffung / Fuehrerschein) ##### */
	#rehagroup_wrapper table { font-size: 75%; margin: 5px auto 0px auto;}
	#rehagroup_wrapper thead, #rehagroup_wrapper tfoot { vertical-align:top; background-color:#C6E2FF; color:#333333;}
	#tabelle3 td { width: 33%;}
	#tabelle2 td { width: 50%;}
	#tabelle3 { width: 580px;}
	#tabelle2 { width: 460px;}
	tr.tzeile {	background-color:#F3F3F3; color:#333333;}
	#tabelle3 tbody td { text-align:center;}
	#tabelle1585 { width: 580px;}
	#tabelle1585 .breite85 {width: 85%;}
	#tabelle1585 .breite15 {width: 15%;}
	#tabelle1585 .breite60 {width: 60%;}
	#tabelle1585 .breite40 {width: 40%;}

/* ################# CONTENTSPALTE RECHTS ################### */	

	#rehagroup_content-spalte-klein {	width: 217px; margin: 0 0 0 12px; float: left;}

/* ################# CONTENTSPALTE RECHTS BOXEN ################### */	

	.rand_box_top { height: 19px; background: #fff url(/module/mmb/rehagroup/rehagroup/rand_box_top1.gif) no-repeat; color: #000;}
	.randbox {	background: #fff url(/module/mmb/rehagroup/basisimg/rand_box1.gif) no-repeat bottom; color: #666666; padding: 0 10px 15px 10px; margin: 0 0 12px 0;}	
	.randbox p { font-size: 75%;}
	.randbox  h4, .randbox  h5 { padding: 0 0 5px 0;}
	
	/* Kalender */
	.kalender { height: 45px; float: right; background: #fff url(/module/mmb/rehagroup/rehagroup/calendar.gif) no-repeat; width: 35px; padding: 4px 4px 0 2px;  color: #8A8A8A;}
	.kalender p { font-size: 75%; padding: 2px 0 1px 4px; margin: 0; }

	/* Untertitel auf Startseite rechte Boxen */
	p.untertitel_box {	font-size: 60%; padding: 0 0 1em 0;} 
	
	/* Rufnummer auf Startseite rechte Boxen */
	p.rufnummer { font-size: 165%;	font-weight: bold; color: #009ee0; background-color: inherit; } 
	
	/* Buttons (Lesen)*/
	.bluebtn { background: #5598BB url(/module/mmb/rehagroup/rehagroup/bluebtn.gif) no-repeat; width: 57px; padding: 1px 14px 5px 14px; margin-left:140px;}
	a.bluebtn { font-size: 80%; color: #fff; text-decoration: none;}
	.bluebtn:hover { background: #5598BB url(/module/mmb/rehagroup/rehagroup/hoverbtn.gif) no-repeat; color: #fff; }
	.bluebtn:visited { color: #fff; }
	.abs10 { margin-bottom: 10px;}
	.abst10 { margin-top: 10px;}

	/* Buttons (Newsformular)*/
	form .bluebtn { width: 57px; height:19px; margin-left:0px; padding-right: 0px; padding-left: 0px; text-align:center; color: #fff; font-size: 60%; }
	#newsletter button { border: none; margin-left:140px;}

	/* Inputfelder (Newsformular) */
	#newsletter li.news194 input { width: 194px;}
	#newsletter li.radio label { font-size: 75%;}
	.line2 li { margin-bottom: 4px; list-style-type: none;}

/* ################# FUSSZEILE ################### */	

	#fusszeile { height: 25px;	border-top: 1px dotted #009ee0;	padding: 10px 0 0 0; margin: 10px 12px;}	
	#fusszeile p {	text-align: center; font-size: 70%;}
	#fusszeile h1 {	text-align: center;}

/* ################# ANSPRECHPARTNER ################### */	
	
	.standorte { margin-top: 15px; height:100%;}
	div.standorte h4 { margin-right:10px;}
	
	ul.standortadresse { border: 1px dotted #009ee0; padding:8px; font-size: 80%;}
	.standortadresse address { width: 300px; font-style:normal;}

/* ################# BLOCKQUOTE ################### */	

	#rehagroup_wrapper blockquote { margin: 0 25px; background: url(/module/mmb/rehagroup/rehagroup/back_blockquote.gif) no-repeat;}
	#rehagroup_wrapper blockquote p {padding-left: 15px; padding-top: 15px; color: black; font-style: italic;}
	
/* ################# FAHRSCHULLISTE ################### */	

	.fsliste { width: 520px; margin-left:auto; margin-right:auto;}

/* ################# PRODUKTE ################### */	

	.bild_produkte { float: right; margin-left: 8px; border: 2px solid #D7D7D7; }

	div.produkt h4 { font-size:100%; margin-right:10px;}
	
	ul.produkte { border: 1px dotted #009ee0; padding:8px; font-size: 80%; height:194px; margin-bottom:15px;}

/* ################# PROSPEKTE ################### */	

	.prospekte { margin-top: 15px; height:100%;}
	div.prospekte h4 { margin-right:10px;}
	ul.prospekt { float:left; margin-top: 10px; padding:5px; line-height: 1.2;}
    .prospekt li { display: inline;}
	
/* ###### Bilder in NEWS ##### */

	.news-bild { display: block; margin-bottom:15px; }
	.news-bild-text { background-color: #E6E6E6; color:#000000;}
	.news-bild p {	margin: 0 8px 0 8px; padding: 3px 0 0 0;  font-size: 70%;}
	p.foto { font-size:60%; text-align:right; padding-bottom:3px;}
	.news-bild-stoerer { height:125px; }

	#rehagroup_wrapper address {
	 font-style: normal;
	}
