@charset "UTF-8";
/* CSS Document
name: msbs-basic.css
Stylesheet für: www.mauseschlau-baerenstark.de
author: www.martinabieringer.de
Erstellt am: 10.12.2009, Letzte Aenderung: 15.12.2009
===========================================================*/

/* Reset Abstände */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, table, th, td, form, fieldset, legend, textarea, img, a img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul { list-style: none; }

/* Allgemeines */

html { height: 101%; }

body {
	color: #333;
	background: #FFF7AF url(../_layoutpics/header-top-bg.jpg) repeat-x;
	font: 80%/1.6em Verdana, Arial, Helvetica, sans-serif;
}

a { text-decoration: none; }

a:link { color: #333; }

a:visited { color: #333; }

.c {clear: both; }/* Clear Class */

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0.2em 0;
}
.s {font-size: 0.9em;}/* Kleinerer Text */

h1, h2 {
	color: #DA0020;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.05em;
	padding-top: 10px;
}

h4, h5, h6 { font-size: 1em; }
h5 { color: #1C4488; }/* blau */
h6 { color: #00A312; }/* gruen */

/* Layout */
#wrapper {
	width: 960px;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	margin-top: 1.2em;
}
#page #branding {
	position: absolute;
	height: 250px;
	width: 260px;
	left: -60px;
	top: -115px;
	z-index: 20;
	right: 0px;
	bottom: 0px;
}
#page #branding2 {
	position: absolute;
	height: 330px;
	width: 200px;
	left: 865px;
	top: -84px;
	z-index: 20;
	right: 0px;
	bottom: 0px;
}
#page {
	width: 960px;
	margin-top: 10px;
	border-top: 5px solid #DA0020;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	position: relative;
	background-color: #FFFEF3;
	margin-bottom: 30px;
}

.main a { text-decoration: underline; }

#header {
	height: 180px;
	background: #1C4488 url(../_layoutpics/header-illu.jpg) no-repeat center 0px;
}
#neu {
	text-align: left;
	height: 160px;
	width: 210px;
	position: relative;
	top: 4px;
	right: 0px;
	bottom: 0px;
	left: 732px;
}

#content { 
	text-align: left;
}

#left {
	float: left;
	width: 228px;
}

.main {
	width: 460px;
	float: left;
	margin: 20px;
}


#right {
	float: right;
	width: 228px;
}

#footer {
	clear: both;
	border-top: 1px dotted #333333;
	padding: 5px;
}

#imprint {
	height: 1em;
	width: 500px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 200;
	text-align: right;
}

#imprint ul li {
	display: inline;
	margin-right: 15px;
}

/* Navigation alle */

#left ul a, #right ul a {
	display: block;
	padding-left: 25px;
}

/* Navigation rot */
ul#spiele, ul#mehr, ul#wir {
	display: block;
	background: #FBC6BE;
	padding-top: 12px;
	padding-bottom: 8px;
}
ul#spiele li.navhaeder, ul#mehr li.navhaeder, ul#wir li.navhaeder {
	display: block;
	padding-left: 15px;
	padding-bottom: 3px;
	background-color: #DA0020;
	color: #FDFDED;
	font: italic bold larger Georgia, "Times New Roman", Times, serif;
}

ul#spiele a:hover, ul#mehr a:hover, ul#wir a:hover { color: #DA0020; }


/* Navigation blau */
ul#puzzles, ul#anleitung {
	display: block;
	background-color: #D7DFEA;
	padding-top: 12px;
	padding-bottom: 8px;
}

ul#puzzles li.navhaeder, ul#anleitung li.navhaeder {
	display: block;
	padding-left: 15px;
	padding-bottom: 3px;
	background: #1C4488;
	color: #FDFDED;
	font: italic bold larger Georgia, "Times New Roman", Times, serif;
}

ul#puzzles a:hover, ul#anleitung a:hover { color: #1C4488; }

ul#anleitung { background: url(../_layoutpics/hg-anleitungen.jpg) no-repeat top; }


/* Navigation grün */
ul#hoerspiele, ul#hoerproben {
	display: block;
	background: #CFEAC2;;
	padding-top: 12px;
	padding-bottom: 8px;
}

ul#hoerspiele li.navhaeder, ul#hoerproben li.navhaeder {
	display: block;
	padding-left: 15px;
	padding-bottom: 3px;
	background: #00A312;
	color: #FDFDED;
	font: italic bold larger Georgia, "Times New Roman", Times, serif;
}

ul#hoerspiele a:hover, ul#hoerproben a:hover { color: #00A312; }

ul#hoerproben { background: url(../_layoutpics/hg-reinhoeren.jpg) no-repeat top; }

ul#anleitung li a { padding-top: 170px; }

ul#hoerproben li a { padding-top: 190px; }


/* content */
.main p.links, .main div.links {
	float: left;
	width: 300px;
}
.main .player_rechts {
	float: right;
	width: 150;
	margin: 5px 0px;
}
.main img.rechts { float: right; }

.main p.rechts, .main div.rechts {
	width: 300px;
	float: right;
}
.main .player_links {
	float: left;
	width: 150px;
	margin-top: 5px;
}
.main img.links { float: left; }

.main #artikel { margin-top: 10px; }

.main #artikel span.kuenstler {
	font-size: x-small;
	line-height: 1.3em;
	font-style: italic;
	display: block;
	padding-top: 10px;
}
.main .player_rechts img, .main .player_links img { border: 1px solid #DA0020; }

table td {
	border: 1px solid #1C4488;
	padding: 4px 10px;
	line-height: 1.2em;
}
table {
	width: 100%;
}

.main ol {
	list-style: decimal outside;
	padding-left: 15px;
	line-height: 1.5em;
}

.rechts ol { margin-left: 20px; }

.main li span { font-size: x-small; }

.margintop { margin-top: 30px; }

