/*Body-------------------------------------------------------------*/
html, body 
{
	margin: 0px;
	padding: 0px;
	background-color : #E7A142;
}

body
{ 	
	background-color : #E7A142;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 11pt;
	color : #7C4818;
	/*scrollbar-face-color: #8CFF64;
	scrollbar-track-color:#E6FFC8;
	scrollbar-arrow-color:#E6FFC8;	
	scrollbar-shadow-color:#8CFF64;
	scrollbar-highlight-color:#8CFF64;
	scrollbar-3dlight-color:#E6FFC8;
	scrollbar-darkshadow-color:#E6FFC8;*/
	text-align: center;
	background: transparent url(main_bg.jpg)
}

body.start
{
	background: transparent url(content_bg2.gif)
}
/*Divs-------------------------------------------------------------*/
#container
{
	width: 790px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background: transparent url(content_shadow.gif);
	background-repeat: repeat-y;
}

#container_start
{
	width: 790px;
	height: 572px;
	padding: 0px;
	margin: 20px auto 0px auto;
	background: transparent url(startbild.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#top_border
{
	width: 790px;
	height: 10px;
	padding: 0px;
	margin: 0px auto 0px auto;
	clear: both;
	align: center;
	padding: 0;
	margin: 0;
	background: transparent url(top_shadow.jpg) no-repeat;
}

#head
{
	width: 768px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #7C4818;
	border-bottom: none;
	background: transparent url(header_001.jpg) no-repeat;
}

#header_top
{
	width: 768px;
	height: 151px;
	padding: 0ox;
	margin: 0px;
}

#content
{
	width: 770px;
	height: 400px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: transparent url(content_bg.gif);
	border: 1px solid #7C4818;
	border-bottom: none;
	border-top: none;
}

#footer
{
	width: 770px;
	height: 50px;
	clear: both;
	padding: 0;
	margin: 0;
	color: #7C4818;
	background: transparent url(content_bg.jpg);
	border: 1px solid #7C4818;
	border-top: none
}

#bottom_border
{
	width: 790px;
	height: 10px;
	clear: both;
	align: center;
	padding: 0;
	margin: 0;
	background: transparent url(bottom_shadow.jpg) no-repeat;
}

#leftnav
{
	float: left;
	width: 160px;
}

#contentcenter
{
	margin-left: 150px;
	margin-top: 10px;
	width: 480px;
}

#contentitem
{
	float: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 5px auto 5px auto;
	line-height: 130%;
	border-bottom: 1px solid #7C4818;
}

#contentitem_start
{
	float: left;
	width: 100%;
	height: 320px;
	padding: 0px 0px 10px 0px;
	margin: 5px auto 5px auto;
	background: transparent url(start_bg.jpg) no-repeat;
	line-height: 130%;
	border-bottom: 1px solid #7C4818;
}

#contentitem_starttext
{
	float: left;
	width: 70%;
	padding: 5px 0px 10px 10px;
	margin: 5px auto 5px auto;
	line-height: 130%;
}

#contentimage_left
{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#contentimage_right
{
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#contentimage_left img, #contentimage_right img
{
	margin: 1px 1px 1px 1px;
	/*border: 1px solid #7C4818;*/
}

#anker
{
	float: right;
}
/*---Menu----------------------------------------------------------*/
/*------Main-Menu--------------------------------------------------*/
#main_menu
{
	float: left;
	width: 768px;
	height: 25px;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	background-color: none;
	border-bottom: 1px solid #7C4818;
	text-align: left;
	font-weight: bold;
	font-size : 13px;
	
}

ul#navlist
{
	display: inline;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

ul#navlist li
{
	display: inline;
	list-style-type: none;
}

ul#navlist li a 
{ 
	padding: 1px 10px 2px 10px;
	text-decoration: none;
	color: #FAE0BD;
}

ul#navlist a:link, ul#navlist a:visited
{
	background-color: none;
}

ul#navlist a:hover
{
	background-color: #7C4818;
}

#navlist a.activ:link, #navlist a.activ:visited
{
	color: #F9C560;
	padding: 1px 10px 5px 10px;
	background-color: #7C4818;
}

#navlist a.activ:hover
{
	color: #F9C560;
	padding: 1px 10px 5px 10px;
	background-color: #7C4818;
}
/*------Main-Menu--------------------------------------------------*/
/*------Start-Menu-------------------------------------------------*/
#main_menu
{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	background-color: none;
	border-bottom: 1px solid #7C4818;
	text-align: left;
	
}

ul#startlist
{
	margin: 260px 0px 0px 0px;
	padding: 0px;
	white-space: nowrap;
}

ul#startlist li
{
	margin: 5px 0px 5px 10px;
	display: block;
	list-style-type: none;
}

ul#startlist li a 
{ 
	padding: 1px 10px 2px 10px;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;
}

ul#startlist a:link, ul#startlist a:visited
{
	color: #FFFFFF;
	
}

ul#startlist a:hover
{
	color: #BB2A33;
}

#startlist a.activ:link, #startlist a.activ:visited
{
	color: #BB2A33;
	padding: 1px 10px 5px 10px;
}

#startlist a.activ:hover
{
	color: #BB2A33;
	padding: 1px 10px 5px 10px;
}
/*------Start-Menu-------------------------------------------------*/
/*------Meta-Menu--------------------------------------------------*/
#meta_menu
{
	float: right;
	width: 100px;
	height: 24px;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	background-color: none;
	text-align: left;
	font-weight: bold;
}
ul#metanavlist
{
	display: inline;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

ul#metanavlist li
{
	display: inline;
	list-style-type: none;
}

ul#metanavlist li a 
{ 
	padding: 1px 10px 3px 10px;
	text-decoration: none;
	color: #D0D0D8;
}

ul#metanavlist a:link, ul#metanavlist a:visited
{
	background-color: none;
}

ul#metanavlist a:hover
{
	background-color: #7C4818;
}

#metanavlist a.activ:link, #metanavlist a.activ:visited
{
	color: #F9C560;
	padding: 1px 10px 5px 10px;
	background-color: #7C4818;
}

#metanavlist a.activ:hover
{
	color: #F9C560;
	padding: 1px 10px 5px 10px;
	background-color: #7C4818;
}
/*------Meta-Menu--------------------------------------------------*/
/*------Sub-Menu---------------------------------------------------*/
#sub_menu
{
	float: right;
	align: left;
	width: 500px;
	height: 22px;
	padding: 2px 0px 0px 5px;
	margin: 0px;
	text-align: right;
}

ul#subnavlist
{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;

}

ul#subnavlist li
{
	display: inline;
	list-style-type: none;
}

ul#subnavlist li a 
{ 
	padding: 4px 10px 0px 10px;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #FAE0BD;
}

#subnavlist a:link, #subnavlist a:visited
{
	
	background-color: none;
}

#subnavlist a.activ:link, #subnavlist a.activ:visited
{
	
	color: #F9C560;
}

#subnavlist a:activ
{
	
	color: #F9C560;
}

#subnavlist a:hover
{ 
	text-decoration: underline;
}
/*------Sub-Menu---------------------------------------------------*/
/*---Menu----------------------------------------------------------*/
/*-----------------------------------------------------------------*/

/*Text-------------------------------------------------------------*/
acronym
{
	font-weight: bold;
}

.text_small
{
	font-size : 8pt;
	color :  #7C4818;
	padding: 2px 0px 10px 5px;
}

.text_std
{
	font-size : 11pt;
	color : #7C4818;
}

.text_std_bold
{
	font-size : 11pt;
	font-weight: bold;
	color :  #7C4818;
}

.text_large
{
	font-size : 12pt;
	color :  #7C4818;
}
/*-----------------------------------------------------------------*/

/*Links------------------------------------------------------------*/
/*Links------------------------------------------------------------*/
/*---Small---------------------------------------------------------*/
A.small:link 
	{ 
		color : #7C4818;
		font-family: Verdana,Helvetica,sans-serif;
		font-size: 8pt; 
		font-weight: bold; 
		text-decoration: none; 
		border: none;
	}

A.small:visited 
	{ 
		color : #7C4818;
		font-family: Verdana,Helvetica,sans-serif;
		font-size: 8pt; 
		font-weight: bold;
		text-decoration: none; 
		border: none;
	}

A.small:hover 
	{
		color: #7C4818;
		font-family: Verdana,Helvetica,sans-serif;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: underline; 
		border: none;
	}

A.small:active 
	{
		color: #7C4818;
		font-family: Verdana,Helvetica,sans-serif;
		font-size: 8pt; 
		font-weight: bold;
		text-decoration: none; 
		border: none;
	}
/*---Small---------------------------------------------------------*/
/*---Std-----------------------------------------------------------*/
A.std:link 
	{ 
		color : #7C4818;
		font-family: Verdana,Helvetica,sans-serif;
		font-size: 10pt; 
		font-weight: bold; 
		text-decoration: none; 
		border: none;
	}

A.std:visited 
	{ 
		color : #7C4818;
		font-family: Verdana,Helvetica,sans-serif;
		font-size: 10pt; 
		font-weight: bold;
		text-decoration: none; 
		border: none;
	}

A.std:hover 
	{
		color: #7C4818;
		font-family: Verdana,Helvetica,sans-serif;
		font-size: 10pt; 
		font-weight: bold;
		text-decoration: underline; 
		border: none;
	}

A.std:active 
	{
		color: #7C4818;
		font-family: Verdana,Helvetica,sans-serif;
		font-size: 10pt; 
		font-weight: bold;
		text-decoration: none; 
		border: none;
	}
/*---Std-----------------------------------------------------------*/
/*Links------------------------------------------------------------*/
	
/*Tables-----------------------------------------------------------*/
table.calender
{
	font-size: 10pt; 
}
/*Tables-----------------------------------------------------------*/

/*Forms------------------------------------------------------------*/
.btn
{
	font-size: 11pt;
	font-weight: bold;
	color: #F9C560;
	border: 1px solid #F9C560;
	background-color: #7C4818;
	cursor: pointer;
}
/*Forms------------------------------------------------------------*/
.black
	{
		font-color: #000000;
		color: #000000;
	}
	
hr.content
{
	color: #7C4818;
}

.clear
{
	clear: both;
}
