/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol, ul { list-style : none; }


/* Removes list-style from lists */
a { text-decoration: none; }


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ text-align : center;  }

body {
	position : relative;
	left: 50%;
	width : 1100px;
	margin-left:-550px;
	text-align : left;
	background-color: #666666;
}

div#branding {
background-color:#e5691c;
width: 1100px;
height:100px;
}


div#branding img {
	position: absolute;
	top:35px;
	left:840px;
	z-index:10;

}

div#header {
	position: relative;
	width:1100px;
	height: 185px;
background:  url(/wp-content/themes/lerntherapie/bilder/streifen_blau.jpg);

}


div#header img{
	width:300px;
	height: 175px;
	}



	
div#main_content {	position: relative;
padding-top:60px;
width : 1100px;
background-color:#ffffff;
}

div#sub_links {
background-color: white;
float:left;
width:300px;}


div#content{
float:left;
border-left:1px solid #e5691c;
width:550px;
background-color: white;
padding:0px 10px 40px 20px}

div#sub_rechts {
width:202px;
padding-left:16px;
padding-rigt:5px;
background-color: white;
float:left;

}


	
div#site_info {position:relative;
pading-top:20px;
clear:left;
width : 1100px;
color:white;}
	
	
	
dd {
	height : 25px;	
	background:  url(/wp-content/themes/lerntherapie/bilder/streifen_blau.jpg);	
}	
	
	
	
/* Hauptnavigation */	
	
	#nav_text{
	position: relative;
	top:-70px;
	right:0px;
	width:1100px;
	z-index:5;}
	
	
	
#nav_text ul {text-align:center;
list-style: none;

}

#nav_text ul li{
float: right;
}

#nav_text ul li a{
display:block;
color: white !important;
padding-top:30px;
}



#nav_text li.a 
{width: 80px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_verein.gif);
background-repeat:no-repeat;
}

#nav_text li.b 
{width: 105px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_seminar.gif);
background-repeat:no-repeat;
}
#nav_text li.c 
{width: 120px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_bild.gif);
background-repeat:no-repeat;
}
#nav_text li.d 
{width: 150px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_eltern.gif);
background-repeat:no-repeat;
}
#nav_text li.e 
{
width: 180px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_lern.gif);
background-repeat:no-repeat;
}


#nav_text ul li.a a:hover  {
width: 80px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_verein_m.gif);
background-repeat:no-repeat;
}

#nav_text ul li.b a:hover {
width: 105px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_seminar_m.gif);
background-repeat:no-repeat;
color: white;
}
#nav_text ul li.c a:hover  {
width: 120px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_bild_m.gif);
background-repeat:no-repeat;
color: white;
}
#nav_text ul li.d a:hover {
width: 150px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_eltern_m.gif);
background-repeat:no-repeat;
color: white;
}
#nav_text ul li.e a:hover {
width: 180px;
height:64px;
background:  url(/wp-content/themes/lerntherapie/bilder/nav_lern_m.gif);
background-repeat:no-repeat;
color: white;}




/* Navigation */

div#cont_nav {font : 80%/2 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	text-align:left;
	float :left;
	left : 0;
}

#nav {font : 80%/2 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	text-align:left;
	width :280px; 
	padding : 0px;
}
 
#nav li {
display:block  } 


/* ausklappen */

li:hover ul, #nav li.over ul 
	{display:block  } 

li ul {
	display:none;
	}



.navohne {font : 80%/2 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;}

.navohne a{
color:#666 !important;
padding-top:0px;
padding-left:20px;

}

.navohne a:hover{
color:#999 !important;
}

#menu-navohne .current-menu-item{
color:#999 !important;
}

#nav li {
	list-style-type:none;
	display:block;
    margin-top:10px;
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav.jpg) no-repeat;
	}

#nav li a {
    padding-left:20px;
	text-decoration: none;
	color: white;;
	}
			
#nav li a:hover {
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_h.jpg) no-repeat;
	color:#666;
	}
#nav .current-menu-item
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_h.jpg) no-repeat;
	color:#666;
	}

#nav .current-menu-item
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_verein.jpg) no-repeat;
	color:#666;
	}


#nav .current-menu-parent
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_h.jpg) no-repeat;
	color:#666;
	}
#nav .sub-menu{
	
	background-color:  #dedede;
	width:220px;
    
	margin-left:0px;
	margin-top:0px;
	}
		

#nav .sub-menu li {
font : 100%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333;
	background:  none !important;
	background-color:  #dedede;
	width:200px;
    padding-left:20px;
	margin-left:0px;
	margin-top:0px;
	}
#nav .sub-menu li a{
	color: #666;
	}
	
#nav .sub-menu li a:hover{
	background:  none !important;
		color:#999;
	}
#sub3{
font : 65%/1.3 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
text-align:right;
    width:1080px;
    margin-top:-13px;
    padding:0px;
    list-style:none;
}
#sub3 ul{
    margin:0px;
    padding:0px;
}
#sub3 ul li{
    float:right;
    list-style: none;
}
#sub3 li a{
text-decoration: none;
color:white;
}
#sub3 li a:hover{color:#999;
}

dl {
width: 201px;
margin:0px;
padding:0px;
border-left: 1px solid #e56f25;
border-bottom:1px solid #e56f25;;
background-color:#fcca95;
}    


dl > p {
margin:0;
padding-top:0px;
padding-left:10px;
padding-bottom:10px;
font : 80%/1.3 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
}

.AdvancedText
{
	padding:0px;
	margin:0px;
}
/*Lernbegleitung
###############################################################*/
#nav_lernbegleitung {font : 80%/2 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	text-align:left;
	width :280px; 
	padding : 0px;
}
 
#nav_lernbegleitung li {
display:block  } 
#nav_lernbegleitung li {
	list-style-type:none;
	display:block;
    margin-top:10px;
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav.jpg) no-repeat;
	}

#nav_lernbegleitung li a {
    padding-left:20px;
	text-decoration: none;
	color: white;
	}
			
#nav_lernbegleitung li a:hover {
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_lern.jpg) no-repeat;
	color:#666;
	}

#nav_lernbegleitung .current-menu-item
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_lern.jpg) no-repeat;
	color:#666;
	}
#nav_lernbegleitung .current-menu-parent
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_lern.jpg) no-repeat;
	color:#666;
	}
#nav_lernbegleitung .current-menu-item a
{
	color:#333;
}
#nav_lernbegleitung .sub-menu{
	
	background-color:  #dedede;
	width:220px;
    
	margin-left:0px;
	margin-top:0px;
	}
		
#nav_lernbegleitung .sub-menu li {
font : 100%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333;
	background:  none !important;
	background-color:  #dedede;
	width:200px;
    padding-left:20px;
	margin-left:0px;
	margin-top:0px;
	}
#nav_lernbegleitung .sub-menu li a{
	color: #666;
	}
	
#nav_lernbegleitung .sub-menu li a:hover{
	background:  none !important;
		color:#999;
	}
/*Lernbegleitung
######################################################################*/
/*Ausbildung
###############################################################*/
#nav_ausbildung {font : 80%/2 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	text-align:left;
	width :280px; 
	padding : 0px;
}
 
#nav_ausbildung li {
display:block  } 
#nav_ausbildung li {
	list-style-type:none;
	display:block;
    margin-top:10px;
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav.jpg) no-repeat;
	}

#nav_ausbildung li a {
    padding-left:20px;
	text-decoration: none;
	color: white;;
	}
			
#nav_ausbildung li a:hover {
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_bild.jpg) no-repeat;
	color:#666;
	}

#nav_ausbildung .current-menu-item
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_bild.jpg) no-repeat;
	color:#666;
	}
#nav_ausbildung .current-menu-parent
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_bild.jpg) no-repeat;
	color:#666;
	}
#nav_ausbildung .current-menu-item a
{
	color:#333;
	}
#nav_ausbildung .sub-menu{
	
	background-color:  #dedede;
	width:220px;
    
	margin-left:0px;
	margin-top:0px;
	}
		
#nav_ausbildung .sub-menu li {
font : 100%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333;
	background:  none !important;
	background-color:  #dedede;
	width:200px;
    padding-left:20px;
	margin-left:0px;
	margin-top:0px;
	}
#nav_ausbildung .sub-menu li a{
	color: #666;
	}

	
#nav_ausbildung .sub-menu li a:hover{
	background:  none !important;
		color:#999;
	}
/*Ausbildung
######################################################################*/
/*Elterncoaching
###############################################################*/
#nav_elterncoaching {font : 80%/2 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	text-align:left;
	width :280px; 
	padding : 0px;
}
 
#nav_elterncoaching li {
display:block  } 
#nav_elterncoaching li {
	list-style-type:none;
	display:block;
    margin-top:10px;
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav.jpg) no-repeat;
	}

#nav_elterncoaching li a {
    padding-left:20px;
	text-decoration: none;
	color: white;
	}
			
#nav_elterncoaching li a:hover {
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_eltern.jpg) no-repeat;
	color:#666;
	}

#nav_elterncoaching .current-menu-item
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_eltern.jpg) no-repeat;
	color:#666;
	}
#nav_elterncoaching .current-menu-parent
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_eltern.jpg) no-repeat;
	color:#666;
	}
	#nav_elterncoaching .current-menu-item a
{
	color:#333;
	}
#nav_elterncoaching .sub-menu{
	
	background-color:  #dedede;
	width:220px;
    
	margin-left:0px;
	margin-top:0px;
	}
		
#nav_elterncoaching .sub-menu li {
font : 100%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333;
	background:  none !important;
	background-color:  #dedede;
	width:200px;
    padding-left:20px;
	margin-left:0px;
	margin-top:0px;
	}
#nav_elterncoaching .sub-menu li a{
	color: #666;
	}
	
#nav_elterncoaching .sub-menu li a:hover{
	background:  none !important;
		color:#999;
	}
/*Elterncoaching
######################################################################*/
/*Seminar
###############################################################*/
#nav_seminar {font : 80%/2 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	text-align:left;
	width :280px; 
	padding : 0px;
}
 
#nav_seminar li {
display:block  } 
#nav_seminar li {
	list-style-type:none;
	display:block;
    margin-top:10px;
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav.jpg) no-repeat;
	}

#nav_seminar li a {
    padding-left:20px;
	text-decoration: none;
	color: white;
	}
			
#nav_seminar li a:hover {
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_seminar.jpg) no-repeat;
	color:#666;
	}

#nav_seminar .current-menu-item
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_seminar.jpg) no-repeat;
	color:#666;
	}
#nav_seminar .current-menu-parent
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_seminar.jpg) no-repeat;
	color:#666;
	}
	#nav_seminar .current-menu-item a
{
	color:#333;
	}
#nav_seminar .sub-menu{
	
	background-color:  #dedede;
	width:220px;
    
	margin-left:0px;
	margin-top:0px;
	}
		
#nav_seminar .sub-menu li {
font : 100%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333;
	background:  none !important;
	background-color:  #dedede;
	width:200px;
    padding-left:20px;
	margin-left:0px;
	margin-top:0px;
	}
#nav_seminar .sub-menu li a{
	color: #666;
	}
	
#nav_seminar .sub-menu li a:hover{
	background:  none !important;
		color:#999;
	}
/*Seminar
######################################################################*/
/*Verein
###############################################################*/
#nav_verein {font : 80%/2 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	text-align:left;
	width :280px; 
	padding : 0px;
}
 
#nav_verein li {
display:block  } 
#nav_verein li {
	list-style-type:none;
	display:block;
    margin-top:10px;
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav.jpg) no-repeat;
	}

#nav_verein li a {
    padding-left:20px;
	text-decoration: none;
	color: white;;
	}
			
#nav_verein li a:hover {
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_verein.jpg) no-repeat;
	color:#666;
	}

#nav_verein .current-menu-item
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_verein.jpg) no-repeat;
	color:#666;
	}
#nav_verein .current-menu-parent
{
	background:  url(/wp-content/themes/lerntherapie/bilder/sub_nav_verein.jpg) no-repeat;
	color:#666;
	}
	#nav_verein .current-menu-item a
{
	color:#333;
	}
#nav_verein .sub-menu{
	
	background-color:  #a3a3a3;
	width:220px;
    
	margin-left:0px;
	margin-top:0px;
	}
		
#nav_verein .sub-menu li {
font : 100%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #000000;
	background:  none !important;
	background-color:  #a3a3a3;
	width:200px;
    padding-left:20px;
	margin-left:0px;
	margin-top:0px;
	}
#nav_verein .sub-menu li a{
	color: #111111;
	}
	
#nav_verein .sub-menu li a:hover{
	background:  none !important;
		color:#111111;
	}
/*Verein
######################################################################*/


