/* CSS Document */

body
	{
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #D8D8D8;
	color: #000000;
	font-size: 13px;
	}
#ie6fix
	{
	text-align: left;
	voice-family: inherit;
	display: none;
	}	
#wrapper	
	{
	width: 798px;
	text-align: left;
	height: 500px;
	margin: auto;
	background-position: center;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	}
	
	ul { line-height: 1.6em; color:#333333; font-weight:bold;}
	
	p { line-height:1.4em;}
	
	
a:link{
	color: #990099;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #990099;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #114477;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #A96270;
	text-decoration:underline;
	font-weight:bold;
	}
.kiemelt {
	color: #114477;
	text-decoration: none;
	font-size: 14px;

}
a.kiemelt:link {
	color: #114477;
	text-decoration: none;
}
a.kiemelt:visited {
	color: #114477;
	text-decoration: none;
}
a.kiemelt:active {
	color: #114477;
	text-decoration: none;
}
a.kiemelt:hover {
	color: #339900;
	text-decoration: none;
	}
.bold {
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #A96270;
	text-decoration: none;
	font-weight: bold;
}

.lead1 {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.lead2 {

	font-size: 15px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.tableborder {
	border: 1px solid #999999;
}

.tablebg {
	background-color: #EAEAFF;
}
.footer {
	color: #114477;
	text-decoration: none;
	font-size: 11px;

}
a.footer:link {
	color: #A96270;
	text-decoration: none;
}
a.footer:visited {
	color: #A96270;
	text-decoration: none;
}
a.footer:active {
	color: #114477;
	text-decoration: none;
}
a.footer:hover {
	color: #CC0000;
	text-decoration: none;
	}
.bigfoot {
	font-size: 14px;
	font-weight: bold;
}
.bigtext {
	font-size: 14px;
}
.content {
	height: 500px;
	margin: 0px;
}
.rightmenblue {
	height: 20px;
	width: 200px;
	background-image: url(graphics/rightmenu_blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.rightmenbluedown {
	height: 11px;
	width: 200px;
	background-image: url(graphics/rightmenu_blue_down.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.rightmengrey {
	height: 20px;
	width: 200px;
	background-image: url(graphics/rightmenu_grey.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;

}
.rightmengreydown {

	height: 11px;
	width: 200px;
	background-image: url(graphics/rightmenu_grey_down.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.greysmall {
	font-size: 12px;
	color: #666666;
}
.infobox {
	background-color: #A96270;
	padding: 3px;
	color: #FFFFFF;
}
.leftmenu {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #000000;
}
a.leftmenu:link {
	color: #000000;
	text-decoration: none;
}
a.leftmenu:visited {
	color: #000000;
	text-decoration: none;
}
a.leftmenu:active {
	color: #000000;
	text-decoration: none;
}
a.leftmenu:hover {
	color: #990099;
	text-decoration: none;
	}
.leftbg {
	background-image: url(graphics/leftmenubg.jpg);
	background-repeat: no-repeat;
	background-color: #dddddd;
}
.innertable {
	margin: 18px;
	height: 500px;
	width: 613px;


}
.bluemenu {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
.smalltext {
	font-size: 10px;
}

/*----------------------------------*/
/*---------- Form Layout ----------*/
/*----------------------------------*/
fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset ol
{  
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}
fieldset li
{  
	padding-bottom: 25px;
}
label
{
	float: left;
	width: 6em;
}
label em
{  
	display: block;
	color: #A96270;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
}
.input_button
{
	float: left;
	margin-left: 6em;
}
.error_text
{
	color: #FF0000;
}