@charset "UTF-8";
/* CSS Document
gartentraeume-sachsen-anhalt.de
© Birgit Rühring birgit@ruehring.de 2010 */

/* @group Colors */



/* @end */

/* @group Allgemein */
* {
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}
body {
	text-align: center;
	margin: 0;
	padding:0;
	
}
.clearer {
	clear: both;
}
/* @end */

/* @group Layoutbereiche */

div#all-outer {
	width: 800px;
	height: auto;
	margin: 10px auto;
}
div#all {
	width: 800px;
	height: auto;
	float: left;
	background-color: #fefaef;
}

div#head {
	width: 800px;
	height:  228px;
}

/* @group Head */

div#head-left {
	width: 150px;
	height:  228px;
	float: left;
	background: url(../gfx/strich_links_links.gif) repeat-x 0 bottom;
}

div#head-left img {
	margin-top: 8px;
}

div#head-center {
	width: 500px;
	height:  228px;
	float: left;
}

div#head-right {
	width: 150px;
	height:  228px;
	float: left;
}

div#head-right-logo {
	width: 150px;
	height: 180px;
}

div#head-right-logo img {
	margin-top: 20px;
}

div#head-center-bottom {
	width: 479px;
	height: 34px;
	background: url(../gfx/strich_home.gif) repeat-x;
	text-align: left;
	padding-top: 14px;
	padding-left: 21px;
	color: #fefaef;
}
div#head-center-bottom a {
	text-decoration: none;
	color: #fefaef;
}

div#head-right-bottom {
	width: 100px;
	height: 48px;
	background: url(../gfx/strich_home.gif) repeat-x;
	text-align: left;
	padding-top: 14px;
	padding-left: 50px;
}
div#head-right-bottom a {
	text-decoration: none;
	display:  block;
	width: 60px;
	color: #fefaef;
	background: url(../gfx/lupe.gif) no-repeat right;
}

/* @group Farbbereiche */
body.neuigk div#head-center-bottom,
body.neuigk div#head-right-bottom {
	background: url(../gfx/strich_neuigk.gif) repeat-x;
}
body.gaerten div#head-center-bottom,
body.gaerten div#head-right-bottom {
	background: url(../gfx/strich_gaerten.gif) repeat-x;
}
body.veranstalt div#head-center-bottom,
body.veranstalt div#head-right-bottom {
	background: url(../gfx/strich_veranstalt.gif) repeat-x;
}
body.reisen div#head-center-bottom,
body.reisen div#head-right-bottom {
	background: url(../gfx/strich_reisen.gif) repeat-x;
}
body.bilden div#head-center-bottom,
body.bilden div#head-right-bottom {
	background: url(../gfx/strich_bilden.gif) repeat-x;
}
body.presse div#head-center-bottom,
body.presse div#head-right-bottom {
	background: url(../gfx/strich_presse.gif) repeat-x;
}
body.veroeff div#head-center-bottom,
body.veroeff div#head-right-bottom {
	background: url(../gfx/strich_veroeff.gif) repeat-x;
}
body.kontakt div#head-center-bottom,
body.kontakt div#head-right-bottom {
	background: url(../gfx/strich_kontakt.gif) repeat-x;
}
body.link div#head-center-bottom,
body.link div#head-right-bottom {
	background: url(../gfx/strich_link.gif) repeat-x;
}
body.sitem div#head-center-bottom,
body.sitem div#head-right-bottom {
	background: url(../gfx/strich_sitem.gif) repeat-x;
}
/* @end */


/* @end */
div#content-outer {
	width: 800px;
	height: auto;
	float: left;
	text-align: left;
}

/* @group Contentbereiche */
div#col-left {
	float: left;
	width: 136px;
	height: auto;
	padding-left: 14px;
}
div#content {
	width: 650px;
	height: auto;
	float: left;
}
div#col-center {
	float: left;
	width: 450px;
	height: auto;
	padding: 0 20px;
}
div#col-right {
	float: left;
	width: 130px;
	height: auto;
	padding: 14px 14px 0 6px;
}


/* @end */

div#footer {
	width: 800px;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	border-top: 1px solid #000;
	padding-top: 14px;
	padding-bottom:  14px;
	margin-top: 20px;
	font-size: 10px;
}

/* @group Footer */
div#footer-copy {
	float: left;
	padding-left: 14px;
}
div#footer-function {
	float: left;
	width: 136px;
	padding-left: 40px;
}
div#footer-function img {
	padding-right: 14px;
}
div#footer-nav {
	float: right;
	padding-right: 14px;
}
/* @end */

/* @group Navigationen */

/* @group nav-root */

/* @end */

/* @group nav-left */
div.nav-left {
	margin-top: 12px;
}
div.nav-left ul,
div.nav-left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.nav-left ul li {
	display: block;
	margin-top: 7px;
}
div.nav-left ul li a {
	text-decoration: none;
	font-weight:  bold;
	display: block;
}

div.nav-left ul li a {
	text-decoration: none;
	font-weight:  bold;
}
div.nav-left ul li a.active {
	margin-left: -14px;
	padding-left: 14px;
	background: url(../gfx/bullet_neu.gif) no-repeat -3px 2px;
}
div.nav-left ul li li a {
	font-weight: normal;
	font-size: 11px;
	line-height:  12px;
}
div.nav-left ul li li li a {
	padding-left: 10px;
}
div.nav-left ul li li li a.active {
	padding-left: 24px;
}
div.nav-left ul li li li li a {
	padding-left: 20px;
}
div.nav-left ul li li li li a.active {
	padding-left: 34px;
}
/* @end */

/* @group nav-right */
div.nav-right {
	margin-top: 0;
}
div.nav-right ul,
div.nav-right ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
div.nav-right ul {
	background-color: #c8c8c8;
}
div.nav-right ul li {
	display: block;
	border-bottom: 1px solid #fefaef;
	line-height: 11px;
	
}
div.nav-right ul li a {
	text-decoration: none;
	display: block;
	line-height: 11px;
	
}

div.nav-right ul li a {
	text-decoration: none;
	border-left: 8px solid #c8c8c8;
	padding: 4px 0 4px 6px;
	font-size: 11px;
}
div.nav-right ul li a.active {
	border-left: 8px solid #000;
}
/* @end */



/* @end */
/* @end */

/* @group Extensions */

/* @group indexsuche */
.browsebox,
.browsebox li {
	margin-left: 0;
	padding-left: 0;
}
.browsebox li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}


/* @end */

/* @group dropdownsitemap */
div.tx-dropdownsitemap-pi1 img {
	padding-right: 5px;
}


/* @end */



/* @end */

