body {
	background-color: rgb(238,232,198);
	margin: 0px 10px 10px 10px;
}

body img {
	border-width: 0px;
}
/* FORM */
form {
	margin: 0px;
}

.text, .textarea, input.error, textarea.error {
	border: 1px solid #ccc;
	font-family: arial;
	font-size: 1em;
	padding: 2px;
	margin: 0px;
	width: 100%;
}

input.error, textarea.error {
	border-color: #840F08;
	border-width: 2px;
}

td.error, span.error {
	color: #840F08;
}

.mandatory {
	color: #840F08;
}

.invalid .text {
	border: 2px solid #840F08;;
}

/* text objects */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1 {
	margin-bottom: 0.75em;
	letter-spacing: 0.02em;
}

h2 {
	margin-bottom: 0.25em;
	letter-spacing: 0.02em;
}

h3 {
	margin-bottom: 0.25em;
}

h4 {
	margin-bottom: 0em;
}

p {
	margin-bottom: 0.75em;
	letter-spacing: 0.01em;
	line-height: 150%;
}

hr {
	border-width: 0px;
	border-top: 1px solid #D6D6CE;
	height: 1px;
}

/* LISTS */
ul, ol {
	margin-left: 25px;
	padding-left: 0px;
	margin-bottom: 1em;
	line-height: 140%;
}


/* MAIN */
#main {
	width: 780px;
	background: #fff;
	text-align: left;
}

#top {
	height: 86px;
	padding: 0px;
}

#logo {
	padding: 22px 15px 22px 15px;
	text-align: right;
}

/* MENU */
#menu {
	background: #666;
	font-size: 74%;
	height: 19px;
}

#menu a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px 2px 12px;
}

#menu a:link, #menu a:visited {
	color: #fff;
}

#menu a.act {
	background: #B2B2B2 url(/gfx/bg-menu.gif) no-repeat center left;
}

#menu a:hover {
	background: #B2B2B2;
}

/* SUBMENU */
#submenu {
	background: #B2B2B2;
	height: 19px;
	font-size: 74%;
}

#submenu a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px 2px 12px;
}

#submenu a:link, #submenu a:visited {
	color: #fff;
}

#submenu a.act:link, #submenu a.act:visited {
	color: #000;
}

#submenu a.act {
	background: #fff;
	color: #000;
}

#submenu a:hover {
	background: #efefef;
	color: #000;
}

#submenu.empty {
	background: #fff;
	border-bottom: 1px solid #D6D6CE;
}

/* RIGHT */
#right {
	float: right;
	width: 200px;
}

#right .inner {
	padding: 20px;
}

#news {
	font-size: 90%;
}

#news i {
	font-style: normal;
	color: #666666;
}

/* CONTENT */
#content {
	margin: 20px 20px 20px 20px;
}

#content.right {
	margin-right: 220px;
	width: 530px;
}

/* CONTENT TABLE */
#content table {
	border: 1px solid #D6D6CE;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content table tr th, #content table tr td {
	border: 1px solid #D6D6CE;
	padding: 2px;
}

#content table tr td {
	font-size: 74%;
}

#content table tr td p, #content table tr th p, #content table tr td ul, #content table tr td ol {
	font-size: 1em;
}

#content table tr td h2 {
	font-size: 120%;
}

#content table tr td h3 {
	font-size: 110%;
}

#content table tr td h4 {
	font-size: 100%;
}

#content table.noborder, #content table.noborder tr th, #content table.noborder tr td {
	border: 0px;
}

#content table.noborder {
    border-collapse: separate;
}

/* TEASER */
#content table.noborder td.teaser {
	font-style: italic;
	padding: 10px;
	border: 1px solid #ccc;
	color: #333;
	background: #efefef;
}

/* FOOTER */
#footer {
	text-align: center;
	font-size: 74%;
	background: #666;
	color: #fff;
	padding: 2px;
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #fff;
}
