/*-- main container --------------------------------------------------------*/

#container {
	background :  url("images/contentbg.gif") repeat-y;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background: #fff;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: #fff;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
	color: #360;
	background : #ccc;
}


/*--- tables ---------------------------------------------------------------*/

#content_container table {
	border-color: #fff;
}

#content_container th {
	color: #fff;
	background-color:#693;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #693;
	background-color:#fff;
	padding: 3px 2px 3px 2px;
}

#content_container tr.even {
	color: #693;
	background-color:#efd;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #693;
}

legend {
	color: #693;
}

label {
	color: #693;
}

input {
	border-color: #693;
}

textarea {
	border-color: #693;
}

h1 {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	color: #394d29;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #639a31;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}
