/* Various */
body {
	margin: 0;
	padding: 0;
	background:#fff;
	background-image: url('graphics/main_bg.gif');
	background-repeat: repeat-x	;
	text-align:center;
}
body, html {
	height: 100%;
}
body {
	font-family: verdana, sans-serif;
	font-size: 81%;
	color: #000;
}
td {
	font-size: 1em;
}
img {
	border: 0;
}

/* Div's */
#wrapper {
	width: 920px;
	background-image: url('graphics/main.gif');
	background-repeat: no-repeat;
	height: 100%;
	margin:0px auto;
	text-align:left;
	margin-top: 40px;
}
#container {
	margin-left: 76px;
	margin-right: 76px;
}
#header {
	height: 173px;
	position: relative;
}
#content {
	position: relative;
	padding-top: 25px;
	padding-bottom: 20px;
}
#footer {
	padding-bottom: 20px;
}
#leftmain {
	margin-right: 270px;
}
#rightcolumn {
	float: right;
	width: 230px;
}
#rightcolumn2 {
	float: right;
	width: 250px;
	padding-left: 20px;
}
#menulogo {
	position:absolute;
	top: 37px;
	left: 10px;
	z-index: 2;
}
#menumain {
	position:absolute;
	top: 20px;
	right: 16px;
	text-align: right;
	z-index: 3;
}
#menusec {
	position:absolute;
	bottom: 7px;
	right: 16px;
	text-align: right;
	z-index: 3;
}
.box1 {
	padding:10px;
	background-color:#eaf9ce;
	border:1px dashed #588303;
}
.box2 {
	padding:10px;
	border:1px dashed #ffd51d;
}
.box3 {
	padding:10px;
	border:1px dashed #ed1b2d;
}
.box1_2 {
	clear: both;
	padding:10px;
	background-color:#eaf9ce;
	border:1px dashed #588303;
}
#recept_left {
	margin-right: 500px;
}
#recept_right {
	float: right;
	width: 470px;
}

/* Text formatting */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0em;
	color: #588303;
	}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0em;
	color: #588303;
	}
h3 {
	font-size: 1em;
	margin: 0em;
	font-weight: bold;
	color: #588303;
	}
p {
	font-size: 1em;
	line-height: 1.1em;
	margin-top: 0.8em;
}

.box2 h3 {
	color: #ffd51d;
}
.box3 h3 {
	color: #ed1b2d;
}
#news h3 {
	color: #ed1b2d;
}

/* Links */
a {
	color: #ed1b2d;
	font-size: 1em;
	font-weight: bold;
	text-decoration: undeline;
}
a:hover {
	color: #cc0000;
}
a:visited {
	color: #e4505c;
}
a.cleanlink {
	background: none;	
	padding: 0;	
	text-decoration: none;
	border-bottom: none;
}

/* Text formatting footer */
#footer p {
	margin: 0px;
	display:inline;
	font-size: 0.8em;
	color: #588303;
}
#footer a {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}

/* Menu */

#menumain a, #menusec a {
	font-size: 12px;
	font-weight:bold;
 	color: #588303;
	text-decoration:none;
}
#menumain a:hover, #menusec a:hover {
	color:#ed1b2d;
}

/* Classes */
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.imgright {
	float: right;
	margin-left: 10px;
}
.imgleft {
	float: left;
	margin-right: 10px;
}
