
body {
/*	filter: blur(1px);
	-webkit-filter: blur(1px);*/
	overflow-y: scroll;
	color: #000000;
	background: #423333 url('../images/backgrounds/background4.gif') repeat fixed;
	font: normal normal normal 0.8em Verdana, Trebuchet, Arial, sans-serif;
	text-indent: 0px;
	text-align: left;
	letter-spacing: 0px;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-variant: small-caps;
	font: normal small-caps bold 1.8em Verdana, Trebuchet, Arial, sans-serif;
}
h2 {
	font: normal small-caps bold 1.3em Verdana, Trebuchet, Arial, sans-serif;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color : #183070;
}
a:hover {
	text-decoration: underline;
	color : #40202a;
}
fieldset {
	padding: 5px;
}
legend {
	color: #000000;
	font-variant: small-caps;
	font: normal small-caps bold 1.8em Verdana, Trebuchet, Arial, sans-serif;
}
iframe {
	display: block;
}
textarea {
	font: normal normal normal 1em Verdana, Trebuchet, Arial, sans-serif;
}

#background, #topbackground, #botbackground {
	margin: 0px auto 0px auto;
	background-color: transparent;
	background-image: url('../images/shadowmid.png');
	width: 820px;
	padding: 0px;
	position: static;
	top: 0px;
	bottom: 0px;
}
#topbackground, #botbackground {
	background-image: url('../images/shadowtop.png');
	height: 35px;
}
#botbackground {
	background-image: url('../images/shadowbot.png');
}
#container {
	margin: 0px auto 0px auto;
	width: 760px;
	background-color: transparent;
}
#logo {
	background-image: url('../images/logos/grodan.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width: auto;
	height: 220px;
	text-align: right;
}
#alert {
	margin: 0px auto 0px auto;
	background-color: #682828;
	text-align: center;
	color: #ffffff;
}
#content {
	background-color: #808080;
	background-image: url('../images/background2.gif');
	margin: 0px auto 0px auto;
	width: auto;
	padding: 3px;
}

#searchdiv { /* The div containing the search input field */
	text-align: center;
}

.grodaneditlink {
	float: right;
	margin-right: 3px;
	display: inline;
}
.menu { /* The ul containing the menu */
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
}
.menu li { /* The li in the menu */
	display: inline;
	position: relative;
	text-align: left;
}
.menu li a { /* The a in the menu */
	text-decoration: none;
	padding: 0px 10px;
}
.menu li a:link { /* The a in the menu */
	color: #ffffff;
	background-color: #000000;
}
.menu li a:visited { /* The a in the menu */
	color: #ffffff;
	background-color: #000000;
}
.menu li a:hover { /* The a in the menu */
	background-image: url('../images/background2.gif');color: #000000;
}
.menu li ul { /* The block containing the submenu */
	display: none;
	position: absolute;
	top: 100%;
	left: -4px;
	padding: 2px;
	background-color: #000000;
	width: auto;
}
.menu li:hover ul { /* Make the submenu block visible when the parent li is hovered */
	display: block;
	z-index: 250;
}
.menu li ul li { /* The li in the submenu */
	padding: 0px 2px;
	display: block;
}

.searchinput {
	width: 400px;
}

.selectedmenu {
	color: #000000 !important;
	background-image: url('../images/background2.gif');
}

.styledtable {
	font: normal normal normal 0.9em Verdana, Trebuchet, Arial, sans-serif;
	background-color: #5B6061;
	margin: 0px 3px 10px 3px; /* top, right, bottom, left */
	border-spacing: 1px;
}

.styledtable tr td {
	background: transparent url("../images/tablecellbg.gif");
	padding: 4px;
	border: 1px #B5BDBF solid;
	border-width: 1px 0 0 1px;
	word-wrap: break-word;
}
.styledtable .header td {
	background: transparent url("../images/tableheaderbg.gif");
}
.newsheader, .newsheader td {
	font: normal small-caps bold 1.2em Verdana, Trebuchet, Arial, sans-serif;
	background: transparent url("../images/tableheaderbg.gif");
}
.styledtable .newsborder td {
	background: transparent url("../images/tableheaderbg.gif");
	padding: 2px;
	margin: 0px;
}
.styledtable .newsauthor td {
	font-weight: bold;
}
.transparenttable tr td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

