/*----------------------------------------------------------------------------
	colorscheme3.css for colorscheme 3

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background : url(images/static/contentbg.gif) repeat-y;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
}

/*--- sub navigation -------------------------------------------------------*/
.sub_nav_container {
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {

}

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #036;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	color: #036;
	background: url(../../images/dynamic/buttonset3/n1.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
	color: #333;
	background: url(../../images/dynamic/buttonset3/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_active_item {
	color: #036;
	background: url(../../images/dynamic/buttonset3/n1activeitem.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_active_item:hover {
	color: #333;
	background: url(../../images/dynamic/buttonset3/n1hover.gif) no-repeat;
	background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	color: #666;
	background: url(../../images/dynamic/buttonset3/subnav1.gif) no-repeat;
	background-position: top right;
}

.sub_nav_list a:hover {
	background: url(../../images/dynamic/buttonset3/subnav1hover.gif) no-repeat;
	color: #fff;
	background-position: top right;
}

.sub_nav_list a.sub_nav_active_item {
	color: #9cf;
	background: url(../../images/dynamic/buttonset3/subnav1active.gif) no-repeat;
	background-position: top right;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

#footer_text {
	color: #fff;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
	color: #333;
	background-color: #eee;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	color: #333;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #036;
}

#content_container h2 {
	color: #036;
}

#content_container h3 {
	color: #036;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	color: #036;
}

#content_container a:visited {
	color: #036;
}

#content_container a:hover {
	color: #369;
}

#content_container a:active {
	color: #036;
}

/*--- tables ---------------------------------------------------------------*/

table {

}

th {

}

tr {

}

td {

}

#content_container table {
	border-color: #036;
}

#content_container th {
	color: #fff;
	background-color:#036;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #333;
	background-color:#fff;
	padding: 3px 2px 3px 2px;
}

#content_container tr.even {
	color: #333;
	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;
}

/*--- lists ----------------------------------------------------------------*/

li { 
	color: #333;
}

/*--------------------------------------------------------------------------*/
