@charset "utf-8";
/* 
CSS Margit Pleger Lerntherapie
http://www.pleger-lerntherapie.de
*/
* {margin:0px; padding:0px; border:0px; }
html {overflow:auto;}

/* BASE-Layout */

body {
	background-color:#c1c1c1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.4em;
}

#container {
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-404px;	
	width:808px;
	height:820px;
	background-color:#fff;
}
#shadow_left {
	position:absolute;
	top:0px;
	left:0px;
	width:8px;
	height:812px;
	background:url(../img/shadow_left.jpg) 0px repeat-y #c1c1c1;
}
#shadow_bottom {
	position:absolute;
	top:812px;
	left:0px;
	width:808px;
	height:18px;
	background:url(../img/shadow_bottom.jpg) top no-repeat #c1c1c1;
	padding-bottom:10px;
}
#mainimage {
	position:absolute;
	top:0px;
	left:0px;
	margin-left:8px;
	width:450px;
	height:300px;
}
#legasthenie {
	position:absolute;
	top:0px;
	right:0px;
	width:350px;
	height:200px;
	background-color:#F3A734;
}
#legasthenie p {
	color:#fff;
	font-size:25px;
	font-weight:bold;
	line-height:1.2em;
	margin-top:75px;
	margin-left:30px;
	text-transform:uppercase;
}
#adresse {
	position:absolute;
	top:200px;
	right:0px;
	height:99px;
	width:350px;
	background-color:#0E3A67;
	border-top:1px dashed #fff;
}
#adresse table {
	margin-top:20px;
	margin-left:30px;
	width:300px;
	color:#fff;
	font-size:12px;
	line-height:1.5em;
}
#adresse strong { color:#fff; }
#menu {
	position:absolute;
	left:0px;
	top:330px;
	margin-left:8px;
	width:180px;
	height:390px;
	text-align:right;
}
#menu a {
	display:block;
	float:right;
	width:170px;
	height:30px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.4em;
	line-height:2em;
	color:#737373;
}
#menu a:hover  {
	color: #F3A734;
}
.hier { color:#F3A734; }
#menu a.lvl2 {
	display:block;
	float:right;
	width:170px;
	height:18px;
	text-transform:none;
	text-decoration:none;
	font-size:1.1em;
	line-height:1.6em;
	color:#737373;
}
#menu a:hover.lvl2  {
	color:#F3A734;
}
#content {
	position:absolute;
	top:330px;
	left:200px;
	width:580px;
	height:380px;
	margin-left:8px;
	color:#737373;
}
#content h1 {
	height:18px;
	background:url(../img/bg_content_h1.jpg) top repeat-x #fff;
	padding-top:7px;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
}
#content p, #content td {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:10px;
	vertical-align:top;
}
.reg {
	display:inline-table;
	width:8px;
	height:16px;
	background:url(../img/reg.gif) top left no-repeat;
}
.reg_orange {
	display:inline-table;
	width:8px;
	height:16px;
	background:url(../img/reg_orange.gif) top left no-repeat;
}
#content a {
	color:#F3A734; 
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
strong {color:#F3A734 ; }
#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:800px;
	height:100px;
	background-image:url(../img/bg_dots.jpg);
	margin-left:8px;
}
#footer_image {
	position:absolute;
	top:0px;
	left:45px;
	top: 4px;
	width:130px;
	height:100px;
	margin-left:5px;
}
#footer_logo {
	position:absolute;
	top:4px;
	right:6px;
	width:435px;
	height:90px;
	background: #f9f9f9;
}
#dyslexia, #dda {float:left;}
#dyslogo {}
#dda {margin-left:10px;}
#footertext {
	clear:left;
	font-size:9px;
	line-height:122%;
	width: 300px;
}
#footertext, #dyslexia {margin:3px;}

	

