/* Muster CSS */

body {
	background:#ffcc33 url(images/hg_kids.jpg) no-repeat center top; /* Hintergrundbild */
	font-size:11px;
	line-height:18px;	
}

/* Headerbereich */
#seite #seite_header #seite_header_left #logo{
    background: transparent url("images/langenscheidt-kids_und_teens.png") no-repeat;
    width: 501px;
    height: 61px;
}

#seite #seite_header .basis_nav ul li a {
	color:#000000; /* Basisnavigation */ 
}

/* Navigation */
#seite #seite_header .landingpages_nav,
#seite #seite_header .landingpages_nav ul li .nav_vorn,
#seite #seite_header .landingpages_nav ul li .nav_hinten,
#seite #seite_header .landingpages_nav ul li a {
	background:transparent url("images/navi_elemente_kidsandteens.jpg") repeat-x scroll left -82px; /* Navigations Highlight */
}


/* Überschrift */ 
h2 {
	border-bottom:1px dashed #C9CBCB; /* Linie unter Überschrift */ 
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-weight:lighter;
	line-height:22px;
	margin:0 0 10px;
	padding:0 0 10px;
	color:#000000;
}



/* Footer */
.footer_links a:link, .footer_links a:visited, .footer_links a:active, .footer_copyright a:link, .footer_copyright a:visited, .footer_copyright a:active {
	color:0089b3; /* Footer Linkfarbe */
	outline:medium none;
	text-decoration:none;
}

.footer_links a:hover, .footer_copyright a:hover {
	text-decoration:underline; /* Footerstyle Highlight */
}
