@charset "utf-8";

/*
	Color values:
	-------------
	Main/Link color   : #009795;
	Active link color : #016867;
	Background color  : #e6f5f2;
	Inactive color    : #4a4a4a;
	Footer/Separator  : #989f9e;
*/

/* reset all */
* {
	/*padding: 0px;*/
	/*margin: 0px;*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* background color */
body {
	background-color: #e6f5f2;
}

/* content formatting */
h2 {
	margin: 0px 0px 10px 0px;

	font-size: 20px;
	font-weight: bold;
	color: #009795;
}

h3 {
	margin: 15px 0px 5px 0px;

	font-size: 15px;
	font-weight: bold;
	color: #009795;
}

p {
	margin: 5px 0px;
}

a {
	color: #009795;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #016867;
}

/* wrapper */
#wrapper {
	width: 783px;
	margin: 0px auto;
	position: relative;
}

/* logo */
#logo {
	float: left;
	padding: 20px 0px 10px 5px;
}

/* logout area */
#logout {
	float: right;
	padding: 45px 5px 10px 0px;
}

/* header */
#header {
	clear: both;
	position: relative;
	width: 783px;
	height: 202px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	margin-bottom: 0px 0px 15px 0px;
}

/* main navi */
#navi {
	padding: 0px;
	margin: 0px;
	position: absolute;
	list-style-type: none;
	left: 140px;
	top: 15px;
	text-align: right;
}

#navi li {
	margin: 15px 0px;
	text-transform: uppercase;
}

#navi li a {
	display: block;
	width: 220px;
	padding-right: 15px;

	font-size: 15px;
	color: #4a4a4a;
	font-weight: normal;
	text-decoration: none;
}

#navi li a:hover {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right 4px;

	font-size: 15px;
	color: #4a4a4a;
}

#navi li.active {
	display: block;
	width: 220px;
	padding-right: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right 4px;

	font-size: 15px;
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: none;
}


/* sub navi */
#subnavi {
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0px 20px 40px 0px;
	margin: 0px;
}

#subnavi li {
	border-top: 1px dotted #989f9e;
}

#subnavi li.first {
	border-top: none;
}

#subnavi li a {
	display: block;
	padding: 10px 5px 10px 45px;
	width: 200px;
	background-image: url(../images/bullet_inactive.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;

	color: #4a4a4a;
	text-decoration: none;
	font-weight: normal;
}

#subnavi li a:hover {
	background-image: url(../images/bullet_active.gif);
	background-repeat: no-repeat;

	font-weight: bold;
	color: #009795;
}

#subnavi li.active {
	display: block;
	padding: 10px 5px 10px 45px;
	width: 200px;
	background-image: url(../images/bullet_active.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;

	color: #009795;
	font-weight: bold;
}

/* content */
#content {
	float: left;
	position: relative;
	padding: 0px 15px 15px 15px;
	margin: 0px;
}

/* footer */
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #989f9e;
	padding: 5px 0px 20px 0px;
	margin: 0px;
	
	color: #989f9e;
}

#footer a {
	color: #989f9e;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/* loginbox */
div.tx-felogin-pi1 div {
	margin: 10px 0px;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

/* Typo3 RTE styles */
p.align-left {
	text-align: left;
}

p.align-right {
	text-align: right;
}

p.align-center {
	text-align: center;
}

p.align-justify {
	text-align: justify;
}

table.data-table {
	border-collapse: separate;
}

table.data-table th {
	background-color: #009795;
	text-align: center;
	margin: 1px;
	padding: 5px;
}

table.data-table td {
	background-color: #ffffff;
	margin: 1px;
	padding: 0px 5px;
}

table p {
	padding: 0px;
	margin: 5px 0px;
}
