body.normalBody{
	background-color:#cc9674;
	font-size:12pt;
	color:#000000;
}
a{
	color:#7D8049;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
H1, H2, H3, H4, H5, H6{
	font-family:verdana;
	color:#7D8049;
}
H2{
	margin:5px 0px 3px 0px;
}
OL,UL{
	margin-top:0px;
	margin-bottom:0px;
}
img{
	border:0px;
}
table.main{
	margin:auto;
	text-align:center;
	border:1px solid black;
	border-collapse:collapse;
	width:770px;
	background-color:#c8cc74;
}
table.main td{
	border:1px solid black;
}
table.main td.bannerTd{
	padding:0px;
	height:100px;
}
table.main td .banner{
	height:100%;
	width:100%;
}
table.main td.menuTd{
	height:40px;
	text-align:left;
	padding:0px;
}
table.main td.mainTd{
	text-align:left;
	vertical-align:top;
	height:300px;
}
td.mainTd{
	padding:10px;
}
table.main td.copyrightTd{
	height:20px;
}
/* 				Tables			*/
table.visible{
	border-collapse:collapse;
}
table.visible td, table.visible{
	border:2px solid #CC9674;
}
table.invisible td, table.invisible{
	border:0px;
	vertical-align:top;
}
table.invisible{
	width:600px;
}
/* 				Form			*/
input, textarea ,select{
	border:1px solid #CC9674;
}
input, textarea ,.input{
	width:450px;
}
textarea{
	height:150px;
}
input.submit{
	width:75px !important;
	float:right;
}
.form_leftTd{
	width:150px;
	font-weight:bold !important;
}
/* 				Menyn			*/
#Navigation, #subNavigation{
	font : 11px arial;
	font-weight : bold;
	margin : 0px;
	padding : 0px;
	clear : both;
	color: #7D8049;
	width:100%;
}
#Navigation li{
	FLOAT: left;
}
#Navigation li, #subNavigation li, #subNavigation a {
	CURSOR: pointer;
	LIST-STYLE-TYPE: none;
	padding:4px 7px 4px 7px;
	background-color:#7D8049;
	color:#FFFFFF;
	text-decoration : none;
}
#Navigation .aktiv{
	background-Color:#7D8049;
	color:#ffffff;
}
#Navigation .inaktiv{
	background-Color:#c8cc74;
	text-align:center;
	color:black;
	margin:0px;
}
#subNavigation .inaktiv{
	display : none;
}
#subNavigation .aktiv{
	height:14px;
}