/*
	Styles relaxguide.com - 01.10.2006
	
	
	Wichtige Farben:
	blau: #3ca4d7
	gruen 2007: #c69a00   rosa 2008: #D0B1D1  --  gold 2009: #c69a00
	hellblau: #b1d9f5

	
	---------------------------------------------------------------
	1. Allgemeine Definitionen (Body, Linkfarben)
	---------------------------------------------------------------
	2. Menue
	---------------------------------------------------------------
	3. Container (Spaltendefinitionen fuer Homepage & Content)
		3.1 Front (Positionen, Texte u. Links)
		3.2 Folgeseite
	---------------------------------------------------------------
	4. Inhalte
		4.1 Liste
		4.2 Content - Detail
		4.3 Content - Suche
		4.4 Content - Presse
	---------------------------------------------------------------
	5. Footer
	---------------------------------------------------------------
	
*/


/* 
	**************************************
	***** 1. Allgemeine Definitionen *****
	**************************************
*/



body {
	/*background: #00a4e8;*/
	background: #3ca4d7;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font: 12px/17px verdana, arial, helvetica,  sans-serif;
	text-align: left;
}

td {
	font: 12px/17px verdana, arial, helvetica,  sans-serif;
	text-align: left;
}

h1 {
	font: 24px/28px verdana, arial, helvetica sans-serif;
	color: #3ca4d7;
}

h2 {
	font: 18px/22px verdana, arial, helvetica sans-serif;
	color: #3ca4d7;
}

p {
	font: 12px/17px verdana, arial, helvetica sans-serif;
	color: #45443C;
}

img {
	border-style: none;
}

a:link, a:visited, a:hover, a:active {
	color: #45443C;
	text-decoration: none;
	/* underline */
}

a:hover, a:active {
	color: red;
	text-decoration: none;
	/* underline */
}


a.white:link, a.white:visited, a.white:hover, a.white:active {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

a.white:active {
	text-decoration: underline;
}



/* 
	******************************
	***** 2. Menue *****
	******************************
*/


#menucont1 {
	position: absolute;
	top: 110px;
	left: 0px;
	z-index: 96;
	width: 170px;
	height: 30px;
	background-color: transparent;
	text-align: left;
}

#menucont2 {
	position: absolute;
	top: 110px;
	left: 198px;
	z-index: 97;
	width: 170px;
	height: 30px;
	background-color: transparent;
	text-align: left;
}

#menucont3 {
	position: absolute;
	top: 110px;
	left: 394px;
	z-index: 98;
	width: 170px;
	height: 30px;
	background-color: transparent;
	text-align: left;
}

#menucont4 {
	position: absolute;
	top: 110px;
	left: 550px;
	z-index: 99;
	width: 170px;
	height: 30px;
	background-color: transparent;
	text-align: right;
}

.menublock, .display {
	width: 170px;
	margin: 0 0 0 0;
	height: 30px;
	background-image: url(../img/spc.gif);
}

.subs {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.subs a {
	display: block;
}

.menublock .subs {
	display: none;
}

.tl {
	font-size: 14px;
	height: 30px;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
}

.tl img {
	margin: 0 5px 0 0;
}

a.tl, a.tl:visited, a.tl:hover, a.tl:active { 
	display: block;
	text-decoration: none; 
	color: #fff;
}

a.sl, a.sl:visited, a.sl:hover, a.sl:active { 
	display: block;
	text-decoration: none; 
	color: #000;
	background-color: #fff;
	padding: 3px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

a.sl:hover, a.sl:active { 
	background-color: #e1eff9;
}

.group { 
	display: block;
	text-decoration: none; 
	color: #3ca4d7;
	background-color: #fff;
	padding: 3px;
	padding-top: 10px;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin: 0;
}





/*
	************************
	***** 3. Container *****
	************************
*/

#topspace {
	position: relative;
	z-index: 1;
	top: -3px;
	left: 0px;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#banner-top {
	margin: 0 0 0 105px;
	padding: 0;
	width: 720px;
}


#wrapper {
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: transparent;
}

#site {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 105px;
	width: 720px;
	background-color: transparent;
}

#suche {
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 0px;
	width: 720px;
	font-size: 11px;
	text-align: right;
	color: #fff;
}

.quick {
	width: 100px;
	font-size: 11px;
	color: #000;
	border: 1px solid #666;
	vertical-align: middle;
}

.go {
	vertical-align: middle;
}

#balken {
	position: absolute;
	z-index: 1;
	top: 48px;
	left: -105px;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 45px;
	left: 0px;
}

#banner-right {
	position: absolute;
	z-index: 1;
	top: 140px;
	left: 840px;
	width: 100px;
	height: 100px;
	overflow: visible;
}

/*
	*********************
	***** 3.1 Front *****
	*********************
*/

#topteaser {
	position: absolute;
	z-index: 1;
	top: 140px;
	left: 0px;
}

#slogan {
	position: absolute;
	z-index: 1;
	top: 405px;
	left: 0px;
}

#teaser1 {
	position: absolute;
	z-index: 1;
	top: 435px;
	left: 0px;
	width: 226px;
	height: 78px;
	background: url(../img/bg_teaser1.jpg) 0 0 no-repeat;
}

#teaser2 {
	position: absolute;
	z-index: 1;
	top: 435px;
	left: 247px;
	width: 226px;
	height: 78px;
	background: url(../img/bg_teaser2.jpg) 0 0 no-repeat;
}

#teaser3 {
	position: absolute;
	z-index: 1;
	top: 435px;
	left: 494px;
	width: 226px;
	height: 78px;
	background: url(../img/bg_teaser3.jpg) 0 0 no-repeat;
}

a.teaser:link, a.teaser:visited, a.teaser:hover, a.teaser:active {
	color: #fff;
	text-decoration: none;
	padding: 40px 5px 5px 103px;
	display: block;
	background: url(../img/bg_nav2.gif) 90px 44px no-repeat transparent;
}

a.teaser:hover {
	text-decoration: underline;
}

a.teaser:active {
	text-decoration: underline;
}

#text-teaser1 {
	position: absolute;
	z-index: 1;
	top: 530px;
	left: 0px;
	width: 226px;
}

#text-teaser2 {
	position: absolute;
	z-index: 1;
	top: 530px;
	left: 247px;
	width: 226px;
}

#text-teaser3 {
	position: absolute;
	z-index: 1;
	top: 530px;
	left: 494px;
	width: 226px;
}

.rubrik {
	font-size: 12px;
	font-weight: bold;
	color: #b1d9f5;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.teaser-h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0;
	line-height:18px;
}

.teaser-txt {
	color: #fff;
	margin: 0 0 20px 0;
}


/*
	**************************
	***** 3.2 Folgeseite *****
	**************************
*/

#contentbox {
	position: absolute;
	z-index: 1;
	top: 260px;
	left: 0px;
	width: 720px;
	background: url(../img/bg_contentbox.gif) repeat-y #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#subnavigation {
	position: relative;
	z-index: 1;
	top: 0px;
	left: 2px;
	width: 145px;
	float: left;
}

a.subnav, a.subnav:visited, a.subnav:hover, a.subnav:active { 
	display: block;
	text-decoration: none; 
	color: #fff;
	background-color: #c69a00;
	padding: 3px 3px 3px 5px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

a.subnav:hover, a.subnav:active { 
	background-color: #E3B1E3;
}

a.subnav2, a.subnav2:visited, a.subnav2:hover, a.subnav2:active { 
	display: block;
	text-decoration: none; 
	color: #fff;
	background: url(../img/bg_nav2.gif) 3px 11px no-repeat #D7BDD7;
	padding: 7px 3px 7px 17px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	border-top: 1px solid #c69a00;
}

a.subnav2:hover, a.subnav2:active { 
	background-color: #E3B1E3;
}

.abstand { 
	margin: 10px 30px 10px 30px;
	border-top: 1px dotted #F6BCF6;
}

#story {
	margin: 10px 0 20px 167px;
	width: 540px;
}

#story_bmwteaser {
	margin: 10px 0 0px 167px;
	width: 540px;
}

#story h1 {
	margin-top: 0px;
}


/*
	**********************
	***** 4. Inhalte *****
	**********************
*/
/*
	*********************
	***** 4.1 Liste *****
	*********************
*/

.blaettern {
	text-align: right;
}

.blaettern a {
	margin-left: 9px;
}

.liste {
	margin: 10px 0 10px 0;
}

.liste th {
	padding: 10px 2px 2px 2px;
	background-color: #b1d9f5;
	font: 12px/17px verdana, arial, helvetica;
	text-align: left;
	font-weight: bold;
	color: #45443C;
	border-bottom: 1px solid #fff;
}

.liste td {
	padding: 6px 2px 2px 2px;
	background-color: #e1eff9;
	font: 12px/17px verdana, arial, helvetica;
	text-align: left;
	color: #45443C;
	border-bottom: 1px solid #fff;
}


.liste a {
	text-decoration: none;
}





/*
	********************************
	***** 4.2 Content - Detail *****
	********************************
*/

#blaettern-detail {
	text-align: right;
	float: right;
	width: 200px;
	overflow: visible;
}

.kategorie {
	margin-top: -15px;
}

.kommentar {
	border: 1px solid #b1d9f5;
	background-color: #e1eff9;
	padding: 10px;
}

.buttons {
	margin-top: 40px;
}

.buttons a {
	margin-right: 20px;
}




/*
	*******************************
	***** 4.3 Content - Suche *****
	*******************************
*/

.suchtabelle {
	margin: 10px 0 10px 0;
}

.suchtabelle td {
	font: 12px/17px verdana, arial, helvetica;
	text-align: left;
	color: #45443C;	
}

.suchtabelle input, button {
	border: 1px solid #666;
	/*background-color: e1eff9;*/
}



/*
	********************************
	***** 4.4 Content - Presse *****
	********************************
*/

.lilie1 {
	background-color: #ffdfe0;
	padding: 10px;
	margin: 0 0 10px 0;
}

.lilie2 {
	background-color: #e3f1f4;
	padding: 10px;
	margin: 0 0 10px 0;
}

.lilie3 {
	background-color: #ecdddd;
	padding: 10px;
	margin: 0 0 10px 0;
}

.lilie4 {
	background-color: #d9e7ff;
	padding: 10px;
	margin: 0 0 10px 0;
}

.lilie5 {
	background-color: #e1eff9;
	padding: 10px;
	margin: 0 0 10px 0;
}

.pr-titel {
	font-weight: bold;
}




/*
	*********************
	***** 5. Footer *****
	*********************
*/


#footer {
	position: absolute;
	z-index: 1;
	bottom: -50px;
	left: 0px;
	width: 720px;
	font-size: 10px;
	line-height: 14px;
	color: #b1d9f5;
}


/*
	*********************************
	***** 6. Neue Styles Dez 06 *****
	*********************************
*/

#lauftext {
	position: absolute;
	z-index: 1;
	top: 405px;
	left: 0px;
	width: 720px;
	height: 17px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}

marquee {
	width: 720px;
	overflow: hidden;
}

#lauftext a {
	color: #fff;
	text-decoration: none;
}


#footer1 {
	position: relative;
	z-index: 1;
	top: 20px;
	left: 0px;
	width: 720px;
	border-top: 1px solid #b1d9f5;
}

.footer-txt1 {
	font-size: 10px;
	color: #FFFFFF; /* #49BDF6 */
	font-weight: bold;
	margin-bottom: 0px;
}

.footer-txt2 {
	font-size: 10px;
	color: #FFFFFF; /* #49BDF6 */
	margin-top: 0px;
}