body {
	width:874px;
	background-image:url('../images/background.jpg');	
	margin:auto;
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
}

.clear {
	clear:both;
}

.dotline {
        width:100%;
        height:20px;
        background-position:center left;
        background-repeat:repeat-x;
        background-image:url('../images/dotline.gif');
}

.borderline {
	width:100%;
        height:20px;

	margin-bottom:10px;

        background-position:center left;
        background-repeat:repeat-x;
        background-image:url('../images/borderline.gif');
}

a {
	color:#00501f;
	text-decoration:underline;
}

a:hover {
	color:#e2c24d;
}

h1 {
	color:#00501f;
	font-size:16px;
}

h2 {
	color:##e2c24d;
	font-size:16px;
}

#header {
	width:874px;
	height:195px;
	background:url('../images/head1.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	}

#title {
	width:874px;
	height:45px;
	background-image:url('../images/menu.jpg');
	background-repeat:no-repeat;
	float: left;
}



#title .sitetitle{
	float: left;
	padding-top:12px;
	padding-left: 15px;
	color:#ffffff;
	font-size: 16pt;
	font-weight: bold;
}

#title .search {
	float:right;
	padding-right:10px;
	padding-top:7px;
}

#title .search input.button {
	height:32px;
}

#title .search .sword {
	height:21px;
	
	width:200px;

	float:left;

	border:0px;
	margin:0px;
	padding:0px;

	padding-left:10px;
	padding-top:10px;
	
	
	background-image:url('../images/search-background.jpg');
	background-repeat:no-repeat;
}


.link {	
	padding-top:7px;
	margin-left:640px;
	font-size: 11pt;
	}

.link a {
	padding-left: 3px;
	color:#790e11;
	text-decoration:none;
	}

#title .search .searchbutton {
	color:#790e11;
	width: 60px;
	}

#starttable td {
	padding:5px;
}


/***************************************************************************
*
*
*	Submenu
*
*
*
**************************************************************************/

#content-left a {
	text-decoration: none;
	font-size:14px;
	}

/*Link wenn nicht gedrückt*/
#content-left .submenuitembg {
	padding-top: 12px;
	padding-bottom: 12px;
	display:block;
	border-top:1px solid;
	border-color: #e2c24d;
	}

#content-left .noborder {
	border:0px;
	}

#content-left .submenuitembg a{
	font-weight: bold;
	color:#00501f;
	}

#content-left .submenuitembg a:hover{
	font-weight: bold;
	color:#e2c24d;
	}

/*Link wenn gedrückt*/
#content-left .submenuitemactbg {
	padding-top: 12px;
	padding-bottom: 12px;
	display:block;
	border-top:1px solid;
	border-color: #e2c24d;
	}

#content-left .submenuitemactbg a {
	font-weight: bold;
	color:#e2c24d;
	}

#content-left .submenuitemactbg a:hover{
	font-weight: bold;
	color:#00501f;
	}
	
#content-left .submenuitembg .submenuitem_act {
	font-weight: bold;
	color:#e2c24d;
	}

/*untermenü wenn nicht gedrückt*/
#content-left .submenuitembg2{
	padding-left:10px;
	padding-bottom: 7px;
	}

#content-left .submenuitembg2 a{
	color:#00501f;
	}

#content-left .submenuitembg2 a:hover{
	color:#e2c24d;
	}

/*untermenü wenn gedrückt*/
#content-left .submenuitemactbg2 {
	padding-left:10px;
	padding-bottom: 7px;
	}

#content-left .submenuitemactbg2 a{
	color:#e2c24d;
	}

#content-left .submenuitemactbg2 a:hover{
	color:#00501f;
	}

/**************************************************************************
*
*	Content
*
**************************************************************************/

#content-left {
	width:185px;
	float:left;
	margin-right:20px;
	padding-top:10px;
}

#content-left .content-border {
	padding-top:10px;
	
}

#content {
	width:640px;
	overflow:hidden;
	padding-top:10px;
	
	/*background-image:url('../images/content.png');
	background-repeat:no-repeat;	*/
	
	font-size:14px;
}

#content .content_menu a, .content_left a, .content_left a  {
	text-decoration:underline;
}

#content .submenu h1, h2, h3 {
	color:#185b1a;
	font-size:14px;
}

#content .submenu .content_menu {
	padding:5px;
}

/*#content .content_left h1, h2, h3 {
	color:#185b1a;
	font-size:18px;
}

#content .content_right h1, h2, h3 {
	color:#185b1a;
	font-size:14px;
}*/

#content .content-main .content-center {
	width:310px;
	float:left;
	margin-right:20px;
}

#content .content-main .content-right {
	width:310px;
	overflow:hidden;
}


#bottom {
	width:874px;
	height:40px;
	background-image:url('../images/bottom.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	color:#790e11;
	text-align:center;
	font-size: 14px;
	line-height:30px;
}

#bottom a {
	padding-left:3px;
	padding-right:2px;
	color:#790e11;
	text-decoration:none;
}

#bottom a:hover {
	text-decoration:underline;
}


/**************************************************************************
*
*	Form
*
**************************************************************************/

form, fieldset {
	margin-top:0px;
	padding:0px;	
	border:0px;
}

label {
	width:30%;

	float:left;

	margin-top:3px;

	padding-left:10px;
}

#mailform input, #mailform select {
	width:60%;

	border:1px solid gray;
	margin-bottom:10px;	
}

#mailform textarea {
	width:60%;

	border:1px solid gray;
	margin-bottom:10px;	
}

#mailform input.csc-mailform-submit {
	width:40%;

	margin-left:32%;
	margin-top:20px;
}

span.csc-mailform-label {
	width:30%;

	float:left;
	padding-left:10px;
}

#mailform  input.captcharesponse {
	width:30%;

	float:left;

	margin-right:19px;
}

.csc-mailform-field img {
	padding-left:32%;
}



	
/**********************************************************************
*
*
*	Feed-Burner-News
*
*
**********************************************************************/

.feedburnerFeedBlock {
	/*border:3px solid #00CC33*/
}

.feedburnerFeedBlock ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	
	
}

.feedburnerFeedBlock p.feedTitle {
	color:#E2C14D;
	font-weight:bold;
	font-size:20px;
}

.feedburnerFeedBlock p.date {
	font-size:11px;
}

.feedburnerFeedBlock .headline a {
	color:#E2C14D;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	
}

.feedburnerFeedBlock .headline a:hover {
	color:#E2C14D;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
}

.feedburnerFeedBlock div {
	font-size:12px;
}



