@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#c10058;
}

/* intro */

.intromenu {
	text-transform:uppercase;
	font-size:14px;
}
.intromenubackground {
	background-color:#4b93ba;
}
.intromenu a {
	text-decoration:none;
	color:#000000;
}
.intromenu a:hover {
	color:#c10058;
}
.intromenuseperator {
	color:#c10058;
}
.introtext {
	color:#FFFFFF;
	padding-left: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.introfootertext {
	font-size: 11px;
}

/* main */

.footer {
	background-image: url(../images/main_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.content {
	background-image: url(../images/main_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* menu table */

.menutable {
	line-height:20px;
}

.menutable a {
	color:#000000;
	text-decoration:none;
}

.menutable a:hover {
	color:#c10058;
}

.menutable h1 {
	font-size:19px;
}

.menutable .menuitem {
	text-transform:uppercase;
	line-height: 10px;
	font-size:15px;
}

.menutable ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

/* news */
.newstableheading {
	font-variant:small-caps;
	font-weight:bold;
	font-size:14px;
}

.readmore {
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #9DCCDF;
	padding: 3px;
}

.readmore:hover {
	color:#c10058;
	border: 1px solid #c10058;
}

/* form */

.inputfield {
	width:100%;
	border: 1px solid #9DCCDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.textfield {
	width:100%;
	height:100px;
	border: 1px solid #9DCCDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.sendbutton {
	background-color:#FFFFFF;
	width:100%;
	border: 1px solid #9DCCDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.sendbutton:hover {
	color:#c10058;
	border: 1px solid #c10058;
}

.hrseperator {
    height: 1px;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dashed #9DCCDF;
}
