@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #b1afb4;
	font-family: Helvetica, sans-serif;
}

#page {
	background-image: url("../images/mainback.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	left: 50%;
	margin-left: -512px;
	position: absolute;
	width: 1024px;
	height: 850px;
	margin-top: 0px;
	padding-top: 0;
}

#header {
	background-image: url("../images/linetop.png");
	background-repeat: repeat-x;
	background-position: top;
	width: 1024px;
	text-align: center;
	background-color: white;
}

#menu {
	width: 194px;
	margin-top: 15px;
	margin-left: 21px;
	height: 180px;
	display: block;
	margin-bottom: 20px;
	float: left;
}

#content {
	margin-top: 15px;
	width: 574px;
	float: left;
	margin-left: 10px;
	height: 620px;
	display: block;
}

#contenttext {
	padding: 0;
	overflow-x: auto;
	width: 524px;
	height: 617px;
	display: block;
	background-image: url("../images/backgroundtext.png");
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 30px;
	font-size: 10;
}

.text {
	margin-top: 10px;
}

table.text {
	width: 90%;
}

#messageslinks {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 10px;
	margin-top: 15px;
	height: 620px;
}

#footer {
	float: left;
	margin-left: 21px;
	color: #fad9d8;
	font-size: 0.5em;
	margin-top: 30px;
}

#footer a, visited {
	color: #fad9d8;
	text-decoration: none;
}


.top-left,.top-right,.bottom-left,.bottom-right {
	background-image: url('../images/whiteroundbg.png');
	/* CHANGE: path and name of your image */
	height: 10px;
	/* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px; /* DNC: correction IE for height of the <div>'s */
}

.top-left,.bottom-left {
	margin-right: 10px;
	/* CHANGE: replace by the width of one of your corners */
	top: -2px;
}

.top-right,.bottom-right {
	margin-left: 10px;
	/* CHANGE: replace by the width of one of your corners */
	margin-top: -10px;
	/* CHANGE: replace by the height of one of your corners */
}

.top-right {
	background-position: 100% 0;
	/* DNC: position right corner at right side, no vertical changes */
}

.bottom-left {
	background-position: 0 10px;
	/* CHANGE: replace second number by negative height of one of your corners */
}

.bottom-right {
	background-position: 100% 10px;
	/* CHANGE: replace second number by negative height of one of your corners */
}

.inside {
	border-left: 1px hidden;
	/* YCC: color & properties of the left-borderline */
	border-right: 1px hidden;;
	/* YCC: color & properties of the right-borderline */
	background: #FFFFFF; /* YCC: background-color of the inside */
	color: #000000; /* YCC: default text-color of the inside */
	padding-left: 0px;
	/* YCC: all texts at some distance of the left border */
	padding-right: 0px;
	/* YCC: all texts at some distance of the right border */
	height: 100%;
}

#nav {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 1px;
	padding: 0px;
	top: 0px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 193px;
	z-index: 99;
	position: relative;
	overflow: visible;
}

#nav li {
	margin-left: 0px;
	margin-bottom: 12px;
	padding: 0;
	position: relative;
	width: 193px;
	display: block;
	height: auto;
	position: relative;
	padding: 0;
}

#nav ul {
	display: none;
}

a.button {
	background-image: url("../images/button.png");
	display: block;
	width: 193px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	color: black;
}

a.button:hover {
	background-image: url("../images/buttonpressed.png");
	display: block;
	width: 193px;
	height: 28px;
	text-align: center;
	color: white;
	text-decoration: none;
}

.buttontext {
	position: relative;
	top: 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: sans-serif;
	font-style: normal;
}

a.buttonselect {
	background-image: url("../images/buttonpressed.png");
	display: block;
	width: 193px;
	height: 28px;
	text-align: center;
	text-decoration: none;
}

.buttontextselect {
	position: relative;
	top: 5px;
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: sans-serif;
}

#news {
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
}

.newshead {
	background-image: url("../images/messagehead.png");
	display: block;
	width: 194px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 10px;
}

.newsheadtext {
	position: relative;
	top: 5px;
}

.newsitemteaser {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	padding: 0;
}

td.newsitemdate {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	width: 60px;
	vertical-align: top;
	padding: 0;
}

.readon {
	text-align: right;
	margin: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0;
}

.readon a {
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	color: black;
	text-decoration: none;
}

.newsstuff {
	margin: 3px;
}

.systemhead {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 10px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px
}

.systemteaser {
	margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
}

#systems {
	text-align: left;
	font-size: 10px;
	font-style: normal;
	color: black;
	text-align: left;
	padding-bottom: 9px;
}

#signup {
	text-align: left;
	font-size: 10px;
	font-style: normal;
	color: black;
	text-align: left;
}

.signuptext {
	margin: 6px;
}

.text {
	font-style: normal;
	font-size: 11px;
	width: 70%;
}

p.partnertext {
	font-style: normal;
	font-size: 11px;
	margin-left: 60px;
	width: 60%;
}

h1.text {
	color: #e03589;
	font-size: 12px;
	font-weight: bold;
}

hr.text {
	color: #e03589;
	width: 100%;
}

h2.text {
	color: black;
	font-size: 10px;
	font-weight: bolder;
}

h3.text {
	color: black;
}

ul.text {
	padding: 0px;
	font-weight: bold;
	margin-left: 15px;
}

.textimage img {
	margin-bottom: 5px;
}

div.textimage {
	float: right;
	margin-right: 20px;
	font-size: 10px;
	font-style: normal;
	color: black;
}

td.text {
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	vertical-align: top;
	width: 50%;
	padding: 0;
	padding-right: 20px;
	padding-bottom: 20px;
}

td.textcity {
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	vertical-align: top;
	width: 20%;
	padding: 0;
	padding-right: 20px;
	padding-bottom: 20px;
}

.news {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	width: 350px;
}

td.newsitemtext {
	vertical-align: top;
	vertical-align: top;
	padding: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 80%;
}

td.newsitemdatetext {
	vertical-align: top;
}

input.contact {
	border-width: 1px;
	border-style: solid;
	border-color: #e03589;
	position: relative;
	font-style: normal;
	font-size: 11px;
}

textarea.contact {
	border-width: 1px;
	border-style: solid;
	border-color: #e03589;
	position: relative;
	font-style: normal;
	font-size: 11px;
}

span.contact {
	color: #e03589;
	margin-right: 20px;
	float: left;
}

span.contactname {
	color: black;
	text-align: right;
	margin-left: 10px;
	width: 90px;
	float: left;
}

div.contact {
	margin-top: 10px;
}

.contactbutton {
	margin-left: 180px;
	margin-top: 10px;
	border-left-width: 0;
	border-bottom-style: hidden;
}

div.informed {
	float: left;
	margin-left: 120px;
	margin-top: 10px;
}

.infomessage {
	border-width: 1px;
	border-style: solid;
	border-color: #e03589;
	position: relative;
	font-style: normal;
	font-size: 11px;
	margin-top: 10px;
	padding: 10px;
	width: 60%;
}

.banner {
    margin-left: 15px;
    margin-top: 15px;
    border: none;
}