/*
AUTOR: MELANIE EBERL
DATUM: 06.11.2009
SEITE: www.bamboluna-atelier.de
*/

*
{
	margin: 0;
	padding: 0;
	
}

body
{
	position: relative;
	background-image: url(../../link/img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 67.5%;
	font-family: Arial, Helvetica, sans-serif;
}


a img, a h1
{
	border: 0;
	text-decoration: none;	
}




/*********Inhaltsblock*******/

#inhaltbox
{
	position: relative;
	margin: auto;
	width: 1000px;
	height: 610px;
}



/*********Logo Schriftzug*******/

div#head
{
	position: relative;
	width: 1000px;
	height: 130px;
}
div#logo
{
	position: absolute;
	top: 30px;
	left: 354px;
	z-index: 0;
}
#logo img{
	width: 616px;
	height: 134px;
}
#logo h1
{
	font-size:1em;
	text-indent: -999em;
}



/*********Navigation*******/
#box-navi{
	position: relative;
	width: 152px;  /* NEU */
	height: 390px;
	float:left;
	margin: 0 28px 0 0;
}

ul#navi{
	position: absolute;
	width: 152px;  /* NEU */
	height: auto;
	bottom: 0;
	list-style-type:none;
	font-size: 1.2em;
}

#navi li{
	padding: 7px 0 0 0;
	display: block;
	clear:both;
	text-align:right; /* NEU */
	float:right; /* NEU */
	width: auto;
}

#navi a:link, #navi a:visited
{
	width: auto;
	display: block;
	color: #000;
	text-decoration: none;
}

#navi a.navaktiv{	
	font-size: 1.4em;
	padding-bottom: 2px; 
	width: auto;
}



/*********Bildspalte*******/

#bildspalte{
	width: 390px;
	height: 390px;
	float: left;
}
#bildspalte img {
	position: absolute; 
	z-index: 1;
}



/*********Textspalte*******/

#textspalte{
	margin: 130px 25px 0 25px;
	padding: 0 14px 0 0;
	width: 366px;
	height: 260px;
	float: left;
	overflow: auto;	
}

#textspalte h2
{
	padding: 0 0 8px 0;
	font-size: 1.5em;
	line-height: 1.5em;
}

#textspalte h3
{
	padding: 10px 0 8px 0;
	font-size: 1.3em;
	line-height: 1.5em;
}

#textspalte p
{
	padding: 0 0 8px 0;
	font-size: 1.2em;
	line-height: 1.5em;
}


#textspalte table{
	padding: 0 0 10px 20px;

}
#textspalte td{
	width: auto;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 12px 4px 0;
}



#textspalte ul{
	list-style-position:outside;
	list-style-type: disc;
	padding: 0 0 10px 20px;
	display:block;
}
#textspalte li{
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 4px 0;
}

#textspalte a:link, #textspalte a:visited{
	color: #7D0422;
	font-weight: bold;
	text-decoration: none;
}

#textspalte a:hover{
	color: #5C0422;
	font-weight: bold;
	text-decoration: underline;
}



/*********Vorschaubilder*******/

#vorschaubilder
{
	width: 820px;
	height: auto;
	padding: 50px 0 10px 180px;
	float: left;
}


#box-vorschau {
	float:left;	
	width: auto;
	border-top: 4px;
	border-top-style: solid;
}
#box-vorschau.farbe-mosaik{
	border-color: #788A4E;
}
#box-vorschau.farbe-raum{
	border-color: #772720;
}
#box-vorschau.farbe-landart{
	border-color: #534731;
}
#box-vorschau.farbe-ornamente{
	border-color: #36665A;
}
#box-vorschau.farbe-geomantie{
	border-color: #957F45;
}
#box-vorschau.farbe-windspiele{
	border-color: #B86732;
}
#box-vorschau.farbe-wandmalerei{
	border-color: #7A4B40;
}
#box-vorschau.farbe-impressum{
	border-color: #822D40;
}
#box-vorschau.farbe-kindercamp{
	border-color: #CB5F3B;
}
#box-vorschau.farbe-lehmbau{
	border-color: #9E3901;
}


#box-vorschau .box-zeile
{
	border-color: inherit;
	width:auto;
	float:left;
	border-bottom-style:solid;
	border-bottom-width: 4px;
	border-right-style:solid;
	border-right-width: 4px;
	clear:both;
	display:block;
}
#box-vorschau .box-zeile a
{
	border-color: inherit;
}

#box-vorschau .box-zeile a img
{
	float:left;
	border-left-style:solid;
	border-left-width: 4px;
	border-color: inherit;
}





