/* Design für yogabär.ch 2009 */
/* Design & Development by mindprojects */

/* @group General Settings */

html, body {
	background-color: #ff9900 !important;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

body, html {
	background: url(../images/gfx_background.jpg) repeat-y center; 
}


/* @end */

/* @group Layers */

#layout {
	width: 800px;
	margin:  auto;
}


#header {
	clear:  both;
	height:  175px;	
	
}

#navigation {
	float: left;
	width: 175px;
	margin-top: 25px;
	margin-left: 20px;
}

#navigation img {
	margin-left: -5px;
	padding: 0px;}

#navigation a {
	text-decoration:  none;
	padding: 5px;
	color:  #ff9900;
	display: block;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navigation a:hover {
	font-weight: bold;
	color: #000;
}


#active_menu {
	font-weight: bold !important;
	color: #000 !important;
}

#content {
	float: left;
	margin-top: 25px;
	min-height: 450px;
	width: 590px;
}


#footer {
	margin: auto;
	padding-bottom: 15px;
	width: 790px;
	clear: both;
}


/* @end */

/* @group Footer */

/* Footer */

#footer {
	color: #666666;
	text-transform: lowercase;
	font-family: Verdana, Arial, "MS Sans Serif", "sans serif";
	font-size: 10px ;
	text-align: right;
}

#footer a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

#footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}




/* @end */

/* @group Formats */

/* Headlines */

h1, h2, h3, h4, .contentheading {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

h1 {
	color: #B36B00;
	font-size: 20px;
}

.contentheading {
	color: #B36B00;
	font-size: 18px;
}

h2 {
	color: #D98200;
	font-size: 16px;
}

h3 {
	color: #FF9900;
	font-size: 14px;
}

h4 {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

h5 {
	color: #000;
	font-size: 12px;
}

blockquote {
	font-style: italic;
}



#content {
	font-size: 12px;
	line-height: 18px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	color: #888;
}

#content img {
	border: 0px;
	padding: 2px;}

#content p {
	padding-top: 4px;
	padding-bottom: 6px;
}

#content a {
	text-decoration:  none;
	color: #ff9900;
}

#content a:hover {
	text-decoration:  underline;
	color:  #000;
}

/* @end */
