/*allg. CSS
Trageberatung
www.babytragen.net
Start: 29.12.2008
Letzte Aenderung: 04.02.2009
*/

/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Tuch-Gelb (Hintergrund): #F6E39A
Flayer-Rot (Layout-Trenner): #9B2D1F
Logo-Rot (Überschriften): #AF0014
Schrift-Schwarz (Fließtext): #1F1F1F
Flyer-Rot-trit-Blau (link): #3E2A90
Flyer-Rot-kompl-Gruen (visited): #2A9042
Tuch-Orange (Box-Rahmen): #E5894B
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
*/

/* Reset
--------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
}


/* Globals und Typo 
--------------------------------------------------------------------------------------- */

html {

}

body {
	background: #F6E39A url(img/header_bg.gif) top center repeat-x;
	font-size: 12px;
	font-size: 75%;

}

a:link {
	color: #3E2A90;
	text-decoration: none;
}

a:visited {
	color: #2A9042;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link b,
a:visited b {
	color: #AF0014;
}


/* Macht die gepunktete Linie um geklickte Links unsichtbar
--------------------------------------------------------------------------------------- */

a:focus {
    outline: none;
}


/* Vertikaler Rhythmus basierend auf 12px Basisgröße für den Fließtext
--------------------------------------------------------------------------------------- */

p {
	font: 1.17em/1.29em Georgia, "Times New Roman", Times, serif;
	color: #1F1F1F;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
}

li {
	font: 1.17em/1.29em Georgia, "Times New Roman", Times, serif;
	list-style: outside circle;
	margin-bottom: 1.29em;
	margin-left: 15px;
}

h1 {
	font: 1.67em/0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #AF0014;
}
h1 a:link,
h1 a:visited {
	color: #AF0014;
}

h2 {
	font: bold 1.5em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #AF0014;

	margin-top: 1em;
	margin-bottom: 1em;
}
h2 a:link,
h2 a:visited {
	color: #AF0014;
}

h3 {
	font: bold 1.33em/1.13em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #AF0014;
	margin-top: 2.13em;
	margin-bottom: 1.13em;
}
h3 a:link,
h3 a:visited {
	color: #AF0014;
}

h4 {
	font: bold 1.17em/1.17em Georgia, "Times New Roman", Times, serif;
	color: #AF0014;
	margin-top: 1em;
}
h4 a:link,
h4 a:visited {
	color: #AF0014;
}

hr {
	width: 300px;
	border: 1px solid #F6E39A;
	margin: 10px auto;
}


/* Bilder und verlinkte Bilder ohne Rahmen & mit Hintergrund
--------------------------------------------------------------------------------------- */

img, a img {
	border: 0;
	padding: 5px;
	background: url(img/img_bg.png) 50% 50% no-repeat;
}


/* Hilfsklassen
Links- bzw. Rechtsausrichtung für Elemente
--------------------------------------------------------------------------------------- */

.links {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

.mitte {
	text-align: center;
	margin: 10px auto;
}

.clear {
	clear: both;
}

.spacer {
	height: 130px;
}

.ohnebg {
	background: transparent;
}

.box {
	border: 1px solid #E5894B;
	width: 220px;
	padding: 10px;
}

.druck {
	display: none;
}

.nolist li {
	list-style: none !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

.text_r {
	text-align: right;
}


/* Layoutelemente
Verwenden Sie overflow: hidden; um nötige Floats aufzulösen.
--------------------------------------------------------------------------------------- */
#start {
	background: url(img/banner_bg.png) top center no-repeat;
	text-align: center;
}

#header {
	clear: both;
	text-align: center;
	margin: 0 auto;
	height: 170px;
	width: 990px;
	overflow: hidden;
}

#navi {
	clear: both;
	text-align: center;
	overflow: hidden;
}

#leiste {
	height: 20px;
	background: #9B2D1F url(img/layout_trenner.png) 50% 50% no-repeat;
	overflow: hidden;
}

#wrapper {
	clear: both;
	text-align: left;
	margin: 0 auto;
	width: 990px;
	background: url(img/inhalt_bg.png) top center repeat-y;
	overflow: hidden;
}

#content {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 0 10px 40px;
	width: 580px;	
	overflow: hidden;
}

#sidebar {
	float: right;
	display: inline;
	text-align: center;
	margin: 10px 40px 10px 0;
	width: 310px;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 120px;	
	background: url(img/footer_bg.gif) bottom center repeat-x;
}

.inner {
	margin: 0 auto;
	width: 990px;
}


/* Header
--------------------------------------------------------------------------------------- */
h1 a img {
	background: none;
}

h1 span {
	display: none;
}


/* Navigation
--------------------------------------------------------------------------------------- */

#navi ul {
	margin: 0 auto;
	width: 55.3%;
}

#navi li {
	float: left;
	font: 1.5em Verdana, Arial, sans-serif;
	list-style-type: none;
}

#navi li a:link,
#navi li a:visited {
	display: block;
	color: black;
	text-align: center;
	padding: 0 0 0 10px;
	background: url(img/navi_li.png) top left no-repeat;
}

#navi li a:link span,
#navi li a:visited span {
	display: block;
	padding: 10px 15px 10px 5px;
	background: url(img/navi_re.png) top right no-repeat;
}

#navi li a:hover {
	display: block;
	text-align: center;
	padding: 0 0 0 10px;
	background: url(img/navi_li.png) 0 -60px no-repeat;
}

#navi li a:hover span {
	display: block;
	padding: 10px 15px 10px 5px;
	background: url(img/navi_re.png) 100% -60px no-repeat;
}

#navi li a:active,
#navi li a.active {
	display: block;
	text-align: center;
	padding: 0 0 0 10px;
	background: url(img/navi_li.png) 0 -120px no-repeat;
}

#navi li a:active span,
#navi li a.active span {
	text-decoration: underline;
	display: block;
	padding: 10px 15px 10px 5px;
	background: url(img/navi_re.png) 100% -120px no-repeat;
}


/* Content
--------------------------------------------------------------------------------------- */

#startseite {
	text-align: center;
	margin-top: 30px;
}

#startseite td {
	width: 33%;
}

#startseite img {
	margin: 20px auto;
}

#startseite h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1F1F1F;
}

.galerie li {
	float: left;
	list-style: none !important;
	margin-top: 50px !important;
	margin-left: 20px !important;
}

.karte {
	margin: 20px auto;
	width: 540px;
	height: 280px;
}

.kurz_ref td {
	padding: 0 10px 0 0;
}


/* Sidebar
--------------------------------------------------------------------------------------- */

.sidebar {
	text-align:center;
	margin: 30px auto;
}

.sidebar h4 {
	margin-top: 0.5em;
}

.sidebar p {
	text-align:left;
}

#navi_s {
	text-align: center;
	list-style-type: none;
	margin: 20px auto;
}
#navi_s h4 {
	font: 1.17em/1.29em Verdana, Arial, sans-serif;
	color: #AF0014;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#navi_s a:link,
#navi_s a:visited  {
	color: #AF0014;
	text-decoration: none;
}
#navi_s a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#navi_s a:active,
#navi_s a.active {
	font-weight: bold;
	text-decoration: underline;
}

.box h4 {
	margin: -0.5em 0 0.5em 0;
}
.box .bodytext {
	font: 1em/1.17em Georgia, "Times New Roman", Times, serif;
	color: #1F1F1F;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


/* Footer
--------------------------------------------------------------------------------------- */

#footer .inner  {
	height: 112px;
	background: url(img/inhalt_footer_bg.png) top center no-repeat;
	position: relative;
}

#footer .inner p {
	float: left;
	font: 1em/1.5em;
	width: 580px;
	margin: 10px 40px;
}

#navi_f {
	float: left;
	font: 1em/1.5em Verdana, Arial, sans-serif;
	width: 580px;
	margin-top: 40px;
	margin-left: 40px;
}
#navi_f li {
	float: left;
	list-style-type: none;
}
#navi_f li a:link,
#navi_f li a:visited  {
	color: #808080;
	margin: 0 10px;
}
#navi_f li a:active,
#navi_f li a.active {
	font-weight: bold;
	text-decoration: underline;
}

#logo{
	float: right;
	background: transparent url(img/logo.png) top left no-repeat;
	width: 104px;
	height: 206px;
	margin: 20px auto 0;
	position: absolute;
	top: -170px;
	left: 730px;
	z-index: 999;
}