/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	/* R 255; G: 247; B: 208 */
	background-color: #FFF7D0;
}


#container {
	background-image: url(images/Hintergrund.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 95px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 326px;
	height: 96px;
}

#header_right {
  height: auto;
  position: absolute; 
  left: 0px;
  width: 920px;
	top: 125px;
	height: 34px;
	padding-top: 5px;
	text-align: right;
	vertical-align: bottom;
}

#header_right a {
  font-weight: bold;
}

#left {
/* es war float:left, aber dann gibt es probleme mit
   Bilder Elementen, weil die clear benutzen */
	position: absolute; 
	top: 135px;
	left: 45px;
	width: 225px;	
	/* margin-left: 45px; */
	/* float: left */
	/* margin-top: 120px; */
}

#right {
	font-size: 1.3em;
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

blockquote {
	/* background-color: #F4F7F0; */
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	/* border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;*/
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Search Page **********************************/

h3.csc-searchResultHeader {
	background-color: #FFF7D0;
	border-bottom: none;
	padding-top: 0px;
	padding-left: 0px;
}


/********************************* Aktuelles **********************************/

.news-latest-item {
  background-color: #F5F9EB;
  height: auto;
}

.news-latest-item h4 {
  padding-top: 5px;
  padding-left: 5px;
  border-top: 1px dotted #CCCCCC;
  border-bottom: none;    
  height: auto;
  background-color: #F5F9EB;  
  margin-bottom: 4px;  
  margin-top: 0px;  
  font-size: 1.0em;
}

.news-list-item h3 {
  background-color: #FFF7D0;
  border-bottom: none;
  height: auto;  
  padding-left: 0px;
}
/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer ul li a
{
	display: block;
	padding-top: 12px;
	padding-left: 42px;
	width: 183px;
	background-color: #DCE3ED;
	background: url(images/menu.png) 0 -1px;
	background-repeat: none;
	height: 25px;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer ul li.active a
{
  background-color: #ACB3BD;
	background: url(images/menu.png) 0 -39px;
	color: #562930;
}

#navcontainer ul li a:hover 
{	
	background: url(images/menu.png) 0 -39px;
	color: #562930;
}
/*
#navcontainer ul ul li.active a
{
	background: url(images/submenu.png) 0 -32px;
	color: #562930;
}
*/



#navcontainer ul ul li a:link
{
	background: url(images/submenu.png) 0 -32px;
        color: #93B26E;
}

#navcontainer ul ul li.active a:link
{
	background: url(images/submenu.png) 0 -32px;
	color: #562930;
}


#navcontainer ul ul li a:visited
{
	background: url(images/submenu.png) 0 -32px;
        color: #93B26E;
}

#navcontainer ul ul li.active a:visited
{
	background: url(images/submenu.png) 0 -32px;
	color: #562930;
}


/*  IE versteht das nicht 
#navcontainer ul ul li a
*/
#navcontainer ul ul li a:visited, #navcontainer ul ul li a:link
{
	display: block;
	padding-top: 9px;
	padding-left: 62px;
	width: 162px;
	background-color: #DCE3ED;
	background: url(images/submenu.png) 0 0px;
	height: 21px;
}

#navcontainer  ul ul li a:hover 
{	
	background: url(images/submenu.png) 0 -32px;
	color: #562930;
}

/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}

/* prevent newline */
form#hwghv_suche { 
 display: inline; 
 margin: 0px;
}

input.fields {display: block;
        width: 140px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #A5BB73;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 185px;
          background: url(images/input_bg.png);
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;

          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}

#calendar-event .beschreibung h1 {
  color: yellow;
}

#calendar-event h4 {
  width: auto;
}

/* allow to innsert headers HTML in calendar description */
#calendar-event .description h1, #calendar-event .description h2, #calendar-event .description h3, #calendar-event .description h4 {
	color: black;
	margin-left: 0px;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	font-style: bold;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: inherit;
	padding: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: default;
	border-bottom-style: default;
	border-top-color: auto;
	border-bottom-color: auto;
}

.tx-cal-controller {
  font-size: 1.3em;
}
