/*** IMPORT ***/

@import url(include.css);



/*** FONT ***/

.normal, body, input, select, textarea, div, table, blockquote
{
	color:				#000000;
	font-family:		Verdana;
	font-size:			11px;
}

.klein, .TableNews, .TableInOut, .TableDate, .TableDateNow, .TableDateSpec
{
	font-size:			9px;
}

.gross, .h
{
	font-size:			13px;
}

.spezial
{
	color:				#7B6C35;
}

.invisible
{
	color:				#CDC7B3;
}



/*** LINKS ***/

a
{
	color:			  #232100;
}

a:hover
{
	color:				#645742;
}



/*** BODY ***/

body
{
	background:			#E4DECF url('images/styles/green/hg_loop.png') top center repeat;
}



/*** OTHERS ***/

input, select, textarea
{
	border-color:		#232100;
	background-color:	#B2AB99;
}

input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus
{
	background-color:	#D7CEB9;
}

input.button
{
	background-color:	#A39B86;
}

input.button:hover, input.button:focus
{
	background-color:	#B2AB99;
}

hr
{
	border-color:		#8F8355;
}



/*** TABLES ***/

.Body
{
	background: url('images/styles/green/hg_head.png') top center no-repeat;
}

.TableBody
{
	border-width:		1px;
	border-style:		solid;
	border-color:		#7B6C35;
	background-color:	#CDC7B3;
}

.TableFooter
{
	background:			url('images/styles/green/hg_foot.png') top center no-repeat;
}

.TableNorm
{
	border-color:		#232100;
	background-color:	#E4DECF;
}

.TableNews, .TableInOut
{
	border-color:		#232100;
	background-color:	#B2AB99;
}

.TableColor
{
	border-color:		#8F8355;
	background-color:	#8F8355;
}

.TableColorPicture
{
	border-color:		#232100;
	background-color:	#8F8355;
}

.TableAlert
{
	border-color:		#FFBB00;
	background:			url('images/alert_global.png') #FFF7DC 5px center no-repeat;
}

.TableError
{
	border-color:		#FF0000;
	background:			url('images/error_global.png') #FFF1F0 5px center no-repeat;
}

.TableInfo
{
	border-color:		#6799FF;
	background:			url('images/info_global.png') #C8DBFF 5px center no-repeat;
}

.TableSuccess
{
	border-color:		#32FF65;
	background:			url('images/success_global.png') #D0FFDB 5px center no-repeat;
}

blockquote
{
	background:			url('images/styles/green/quote.gif') #CDC7B3 top left no-repeat;
}

.TableIndicator
{
	background-color:	#8F8355;
}



/*** TICKER ***/

#TableTickerContainer
{
	background-image:	url('images/styles/green/lineal.gif');
}



/*** COLORS ***/

.Color0
{
	border-color:		#CDC7B3;
}

.Color1
{
	border-color:		#232100;
	background-color:	#A39B86;
}
.Color2
{
	border-color:		#232100;
	background-color:	#B2AB99;
}
.Color3
{
	border-color:		#232100;
	background-color:	#D7CEB9;
}



/*** CONTENT ***/

.ContentLeft, .ContentRight
{
	background-color:	#A39B86;
}



/*** DATE ***/

.TableDateNow
{
	background-color:	#8F8355;
}
