@charset "utf-8";
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #2c2c2c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;
}
/* ---------------------------------------------------- */
/* -- Zentrierung der Seite --------------------------- */
#centerVert {								/* vertikale Zentrierung */
	width: 100%;
	height: 50%;
	margin-top: -272px;
	float: left;
	visibility: hidden;
}
#centerHor {								/* horizontale Zentrierung */
	width: 930px;
	height: 545px;
	margin: 0 auto 0 auto;
	clear: both;
}
#siteContainer {							/* Container für Website-Inhalt, 930x545 Pixel */
	width: 930px;
	height: 545px;
	margin: 0 auto 0 auto;
}
/* ---------------------------------------------------- */
/* -- Seitenaufteilung -------------------------------- */
#contentBG {								/* hellgrauer Hintergrund um orangen Rahmen */
	width: 661px;
	background-color: #494949;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 215px;
	padding: 27px;
}
#contentFrameOrange {					/* oranger Rahmen um Inhalt */
	height: 332px;
	margin: 0px;
	border: 2px solid #ff6600;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#contentFrameOrangeScroll {			/* Container für scrollbaren Inhalt */
	width: 628px;
	height: 332px;
	margin-right: -25px;
	padding-right: 15px;
	overflow: auto;
}
#contentFrameOrangeScroll  #orderData  table {
	margin-right: auto;
	margin-left: auto;
}
#contentFrameOrangeScroll #orderData td {
	text-align: left;
}
#contentFrameOrangeScroll #orderContact table {
	margin-right: auto;
	margin-left: auto;
}

#contentFrameOrangeScroll  #orderContact  td {
	text-align: left;
}

#topRow {									/* oberer Teil, enthält Logo und obere Navi */
	height: 85px;
	margin: 0px;
	padding: 0px;
}

#logo {										/* Taubenlogo links oben */
	width: 165px;
	height: 85px;
	background-image: url(../images/taubenlogo.png);
	background-repeat: no-repeat;
	float: left;
}
#topNavi {									/* obere Navigation */
	height: 85px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 215px;
	padding: 0px;
}
#topSpace {									/* Abstand zwischen oberer Navigation und grauem Hintergrund */
	height: 20px;
}
#leftNavi {									/* linke Navigation */
	width: 190px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
/* ---------------------------------------------------- */
/* -- Links im Text ----------------------------------- */
a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a:link    {
	color:#ffffff;
}
a:visited {
	color:#ffffff;
}
a:focus   {
	color:#ff6600;
}
a:hover   {
	color:#ff6600;
}
a:active  {
	color:#ff6600;
}
/* ---------------------------------------------------- */
/* -- obere Navigation Schriftgestaltung -------------- */
#topNavi a:link    {
	color:#737373;
}
#topNavi a:visited {
	color:#737373;
}
#topNavi a:focus   {
	color:#ff6600;
}
#topNavi a:hover   {
	color:#ff6600;
}
#topNavi a:active  {
	color:#ff6600;
}
#topNavi ul {
	padding: 0px;
	margin: 0px;
}
#topNavi li {
	margin-top: 11px;						/* vert. Abstand zwischen den Menüpunkten */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.topNaviSpace {							/* hor. Abstand zwischen den Menüpunkten */
	width: 115px;
}
.topNaviLink1 {							/* Breite der 1. Link-Spalte */
	width: 83px;
}
.topNaviLink2 {							/* Breite der 2. Link-Spalte */
	width: 81px;
}
.topNaviLink3 {							/* Breite der 3. Link-Spalte */
	width: 124px;
}
.topNaviLink4 {							/* Breite der 4. Link-Spalte */
	width: 82px;
}
.topNaviText {								/* Textfarbe der Links */
	font-size: 18px;
}
.topNaviTextActive {						/* Textfarbe der Links, wenn aktiv */
	font-size: 18px;
	color: #FF6600;
}
/* ---------------------------------------------------- */
/* -- linke Navigation Schriftgestaltung -------------- */
#leftNavi a:link    {
	color:#737373;
}
#leftNavi a:visited {
	color:#737373;
}
#leftNavi a:focus   {
	color:#737373;
}
#leftNavi a:hover   {
	color:#737373;
}
#leftNavi a:hover .bullet {			/* Bullet bei Hover einblenden */
	background-image: url(../images/bullet_hover.gif);
	background-repeat: no-repeat;
}
#leftNavi a:active  {
	color:#ff6600;
}
#leftNavi .bulletActive {				/* Bullet für aktiven Link dauerhaft einblenden */
	background-image: url(../images/bullet_hover.gif);
	background-repeat: no-repeat;
}
#leftNavi .galleryHead {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
	color: #737373;
}
#leftNavi .galleryRubric {
	margin-top: 47px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #737373;
}
#leftNavi ul {
	margin-top: 19px;
}
#leftNavi li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: -15px;
	padding: 0px;
	list-style-type: none;
}
#leftNavi img {							/* Bullet vor Links positionieren */
	margin-top: 4px;
	border: none;
	float: left;
}
#leftNavi .leftNaviText {				/* mehrzeilige Links formatieren */
	width: 135px;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#leftNavi .leftNaviTextActive {		/* Textfarbe der Links, wenn aktiv */
	width: 135px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #FF6600;
	display: block;
}
/* ---------------------------------------------------- */
/* -- allgemeine Textformatierung --------------------- */
p {
	margin: 0px;
	padding: 0px;
	border: none;
}
.inhaltText {								/* normaler Fliesstext */
	margin: 0px;
	padding: 0px;
}
.inhaltTextItalic {						/* normaler Text kursiv */
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.inhaltTextCenter {						/* zentrierter Text              */
	margin-top: 0px;						/* mit 1 leerzeile am Absatzende */
	margin-right: 0px;
	margin-bottom: 1em;					
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
.inhaltTextJustify {						/* Blocksatz-Text                */
	margin-top: 0px;						/* mit 1 leerzeile am Absatzende */
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 0px;
	text-align: justify;
}
#inhaltTextFoot .inhaltTextItalic {	/* Text am Ende der Artikel (Verfasser) */
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}
.picTitel {
	margin-top: 10px;						/* Bildunterschriften */
	font-size: 10px;
}
.inhaltHeadline {							/* Textüberschriften */
	margin-top: 0px;						/* mit Abstand zum folgenden Text */
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}
.inhaltHeadlineCenter {					/* zentrierte Textüberschriften */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.inhaltHeadlineBig {						/* große Überschrift (tagesmutter.html) */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
.textHeadColumLeft {						/* zweispaltige Überschrift linker Teil */
	width: 49%;
	float: left;
}
.textHeadColumRight {					/* zweispaltige Überschrift rechter Teil */
	margin-left: 51%;
	text-align: right;
}
.unfloat {
	clear: both;
}
.clearfloat {								/* für fleXcroll float manuell aufheben */
	height:0px;
	line-height: 0px;
	clear:both;
	visibility: visible;
}
