/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background : url(../images/bg/contentbg.gif) repeat-y 50% 50%;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(../images/bg/headerbg.gif);
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(../images/bg/navbg.gif);
}

/*--- key visiual ----------------------------------------------------------*/
#key_visual {
   background: url(../images/key_visual4.jpg) repeat;   
}

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #900;
	/*background: url(images/static/hbg.gif) no-repeat;*/
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	color: #9cf;
	background: url(../images/buttonset1/n1.gif) no-repeat;
	background-position: top left;
	text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
	color: #fff;
	background: url(../images/buttonset1/n1hover.gif) no-repeat;
}

#main_nav_list a.main_nav_active_item {
	color: #630;
	background: url(../images/buttonset1/n1activeitem.gif) no-repeat;
	background-position: top left;
	text-decoration: none;
}


/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
	color: #630;
	background: url(../images/buttonset1/subnav1.gif) no-repeat;
	text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
	color: #ffffff;
	background: url(../images/buttonset1/subnav1hover.gif) no-repeat;
	text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
	color: #630;
	background: url(../images/buttonset1/subnav1active.gif) no-repeat;
	text-decoration: none;
}

/*--- practice building --------------------------------------------------*/
.intensiveDivider {
	width: 70%;
	text-align: center;
}

/*--- reading group --------------------------------------------------*/

.reading_group_nav_list {
	background-color: #CCCCCC;
	color: #630;
}

/*--- reading group items --------------------------------------------------*/

.reading_group_nav_list a.reading_group_nav_item {
	color: #630;
	text-decoration: none;
}

.reading_group_nav_list a.reading_group_nav_item:hover {
	color: #ffffff;
	text-decoration: underline;
}

.reading_group_nav_list a.reading_group_nav_active_item {
	color: #630;
	text-decoration: underline;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(../images/bg/footerbg.gif) top left no-repeat;
}


/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
	color: #000000;
	background : #999 url(../images/bg/pgbk.gif) repeat-x;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #369;
}

#content_container h2 {
	color: #369;
}

#content_container h3 {
	color: #369;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	color: #630;
}

#content_container a:visited {
	color: #630;
}

#content_container a:hover {
	color: #630;
}

#content_container a:active {
	color: #630;
}

/*--- tables ---------------------------------------------------------------*/

table {

}

th {

}

tr {

}

td {

}

#content_container table {
	border-color: #369;
}

#content_container th {
	color: #fff;
	background-color:#369;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #369;
	background-color:#fff;
	padding: 3px 2px 3px 2px;
}

#content_container tr.even {
	color: #369;
	background-color:#def;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #036;
}

legend {
	color: #036;
}

label {
	color: #036;
}

input {
	border-color: #036;
}

textarea {
	border-color: #036;
}

/*--- bio ----------------------------------------------------------------*/
#bio_contact 
{
	border: 1px;
	border-style: dotted;
	border-color: #369;
	padding: 10px; 
}

#bio_photo
{
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

#bio_insurance
{
	font-weight: bold;
	background-color: #D3D3D3;
	padding: 5px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

#bio_rates
{
	margin: 0px 0px 10px 0px;
	
}

#bio_testimonial
{
	font-style: italic;
	margin: 0px 0px 25px 0px;
}

#bio_testimonial_source
{
	text-align: right;
	font-weight: bold;
}
#bio_blog
{
	border: 1px;
	border-style: dotted;
	border-color: #369;
	padding: 10px; 
}
/*--------------------------------------------------------------------------*/

