@charset "utf-8";
/* main styles */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-image: url(../images/bg.jpg);
	behavior: url(/fileadmin/templates/css/csshover.htc);
}

/* wrapper */
#wrapper {
	width: 808px;
	margin: 75px auto;
}

/* header */
#header {
	height: 142px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	top: 20px;
	left: 20px;
}

#logo_separator {
	display: none;
}

/* main navi */
#navi {
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 20px;
	border: 0px;
	list-style-type: none;
	height: 38px;
}

#navi li {
	position: relative;
	display: block;
	float: left;
}

#navi li a,
#navi li.active {
	padding: 11px 15px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

#navi li.active {
	color: #ffcd0b;
	font-weight: bold;
}

#navi li a:hover {
	color: #ffcd0b;
}

/* subnavi */
#navi li ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #486895;
}

#navi li:hover ul {
	display: inline;
}

#navi li ul li {
	width: 150px;
}

#navi li ul li,
#navi li ul li.active,
#navi li ul li a {
	clear: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	white-space: nowrap;
	font-weight: normal;
}

/* subnavi underline
#navi li ul li,
#navi li ul li.active {
	border-bottom: 1px solid #ffffff;
}
*/

#navi li ul li.active,
#navi li ul li a {
	padding: 7px 15px;
}

#navi li ul li.active {
	font-weight: bold;
}

/* content */
#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	padding: 20px 60px;
	text-align: justify;
}

#content a {
	color: #183a8c;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	border-bottom: 1px dotted #183a8c;
}

#content div.csc-textpic a:hover {
	border: 0px;
}

#content h1,
#content h1 a {
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	margin-left: -25px;
	padding-left: 25px;
	padding-top: 10px;

	font-size: 25px;
	font-weight: bold;
	color: #183a8c;
	text-align: left;
}

#content h2,
#content h2 a {
	font-size: 15px;
	font-weight: bold;
	color: #183a8c;
	text-align: left;
}

#content .error {
	font-size: 10px;
	color: #FF0000;
}

/* footer */
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* tt_news */
.news-list-date,
.news-single-timedata {
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}

.news-list-morelink {
	text-align: right;
}

.clearer {
	border: 0px;
	border-bottom: 1px dotted #183a8c;
}

/* jk_poll */
.poll_percentage {
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}

.poll_total {
	border-top: 1px dotted #183a8c;
	padding-top: 6px;
	font-weight: bold;
	text-align: right;
}

/* mm_forum */
th.tx-mmforum-th {
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* 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;
}