/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


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

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

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.gif) repeat-x;
	background-position: 0 -27px;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {

}

/*--- key visiual ----------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #663;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	background: url(../../images/dynamic/buttonset1/n1.gif) no-repeat;
	color: #fff;
}

#main_nav_list a.main_nav_item:hover {
	background: url(../../images/dynamic/buttonset1/n1hover.gif) no-repeat;
	color: #000;
}

#main_nav_list a.main_nav_active_item {
	background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
	color: #000;
}


/*--- subnavigation items --------------------------------------------------*/

#main_nav_list .sub_nav_list a {
	color: #fff;
	background: url(../../images/dynamic/buttonset1/subnav1.gif) no-repeat;
}

#main_nav_list .sub_nav_list a:hover {
	background: url(../../images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
	color: #000;
}

#main_nav_list .sub_nav_list a.sub_nav_active_item {
	color: #000;
	background: url(../../images/dynamic/buttonset1/subnav1active.gif) no-repeat;
}




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

#footer {
	background: transparent url(images/static/footerbg.gif) top left repeat-x;
}

#footer_text {
	color: #fff;
}




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

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

body {
	color: #330;
	background-color: #ddb;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	color: #330;
}

p.datum  {
	margin: 10px 0px 2px !important;
}
/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #663;
}

#content_container h2 {
	color: #663;
}

#content_container h3 {
	color: #663;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link,
#content_container3 a:link{
	color: #c00;
}

#content_container a:visited,
#content_container3 a:visited {
	color: #c00;
}

#content_container a:hover,
#content_container3 a:hover {
	color: #f90;
}

#content_container a:active,
#content_container3 a:active {
	color: #c00;
}

img.begkarte {
	border: 1px solid black !important; 
	width:500px;
	margin-top:-4px;
	margin-left:-4px;
	
}
img.begprofil { 
	position:absolute;
	margin-left:-112px;
	margin-top:13px;
	width: 94px;
	
}


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

table {

}

th {

}

tr {

}

td {

}

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

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

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

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

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

fieldset {
	border-color: #330;
}

legend{
	color: #330;
}

label {
	color: #330;
}

input {
	border-color: #330;
}

textarea {
	border-color: #330;
}

/*--------------------------------------------------------------------------*/

/* Easy Newsletter */

table.enlSubscribe{
  border: none !important;
}


#content3{
  color: #71714b;
}


