/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
/*	background-image: url(images/static/contentbg.gif);
	background-repeat: repeat-y;
	z-index: 0;
*/}

/*--- header ---------------------------------------------------------------*/

#header {
	background-color: #404040;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background: repeat-y;
    background-image: url(images/static/navbg.gif);
	background-position: top left;
}

/*--- sub navigation -------------------------------------------------------*/

.sub_nav_container {
    background: repeat-y;
    background-image: url(images/static/subnavbg.gif);
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background: no-repeat;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    background: #C4C6C6 no-repeat;
    background-image: url(images/static/sloganbg.gif);
}

#Spry_Menue {
    background: #C4C6C6 no-repeat;
    background-image: url(images/static/sloganbg.gif);
}

#slogan2 {
	background: #C4C6C6 no-repeat;
	background-image: url(resources/Logo_Ros_Hintergrund_75_75.jpg);
}

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item:hover {
    color: 4A4A4A;
	background: repeat-x;
	background-position: top left;

}

a.main_nav_active_item {
    color: 4A4A4A;
	background: repeat-x;
    background-position: top left;
	
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item:hover {
    background: no-repeat;
    background-position: top left;
}

a.sub_nav_active_item {
    background: no-repeat;
    background-position: top left;
}

/*--- footer ---------------------------------------------------------------*/

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #1A1A1A;
	background-color: #404040;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #1A1A1A;
}

.content table {
	color: #333;
	border-color: #000;
	border-style: hidden;
}

.content select {
    color: #1A1A1A;
}

.content input {
	color: #1A1A1A;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-color: #010101;
	width: 300px;
	float: right;
}

#contact_via_0 {
	width: 50px;
	float: none;
	position: relative;
	top: 0px;
	left: 20px;
}

#contact_via_1 {
	width: 120px;
	float: none;
	position: relative;
	top: 0px;
	left: 177px;
}

#senden {
	float: none;
	position: relative;
	width: 120px;
	height: 50px;
	left: 10px;
	top: 10px;
	background-color: #c4c6c6;
	border: 3px solid #9dc7d7;
}

#senden:hover {
	background-color: #C4C6C6;
	color: #fff;
}

#reset {
	float: none;
	position: relative;
	width: 120px;
	height: 50px;
	left: 10px;
	top: 10px;
	background-color: #fff;
	border: 3px solid #c4c6c6;
}

#reset:hover {
	background-color: #e0926b;
}

.content textarea {
	color: #1A1A1A;
	border-color: #010101;
	position: relative;
	left: 50px;
	width: 650px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
	color: #1261A4;
	background-color: #C4C6C6;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}

.content tr.odd {
    color: #000000;
    background-color: #E4E4E4;
}

.content tr.even {
    color: #000000;
    background-color: #FFFFFF;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #010101;
}

.content legend {
    color: #1261A5;
}

.content label {
	color: #000;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.content label1 {
	color: #000;
	font-weight: bold;
	position: relative;
	top: -40px;
	left: 10px;
}


/*--------------------------------------------------------------------------*/

