/* Main stylesheet */

/* Import sub stylesheets */
@import url("reset.css");    /* has to be the first css styles */
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("search.css");
@import url("news.css");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	background-color: #3c195f;
	background-image: url(../images/backgroundHead.png);
	background-position: top left;
	background-repeat: repeat-x;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* !! BASIC FONT-SIZE DEFINITION !! */
	font-weight: normal;
	line-height: 1.5; /* do not use a unit */
    color: #1a171b;
    height: 100%;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #000000;
}

h1 {
	font-size: 170%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 4px 0;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 4px 0;
}

textarea,
input,
select {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

ul li {
	padding: 0 0 0 10px;

	list-style: none;
	list-style-position: outside;

	background-image: url(../images/arrow.gif);
	background-position: 2px 6px;
	background-repeat: no-repeat;

	line-height: 17px;
}

/* RTE Classes */
p.AbsatzKlein {
	font-size: 90%;
	line-height: 15px;
}

p.AbsatzGruen {
    font-size: 110%;
    color: #737c67;
}

span.TextWichtig {
	color: #FF0000;
}

/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.pageWrapper {
	min-height: 100%;
	background: url("../images/backgroundBottom.png") repeat-x scroll 0 100% transparent;
	background-position: bottom;
}

.headerRow {
	height: 205px;
	width: 960px;
	background-position: left top;
	background-repeat: no-repeat;
}

.logoLangArea {

	height: 194px;
}

.logo {
	float: right;
	/*margin: 15px 0 0 15px;*/
}

.menuHeader {
    background: url(../images/bgHeader.png);
    background-repeat:repeat-x;
    height: 26px;
}

.menuHeader img {
	display: inline;
}

.menuMeta {
	float: right;
    background: url(../images/bgHeaderSeparator.png);
    background-repeat:no-repeat;
    background-position: left top;

    padding: 0 5px 10px 35px;
}
.menuMeta ul {
    margin: 3px 0 0 0;
}

.menuLang {
    float: right;
    text-align: right;
    margin-top: 3px;
    padding-right: 15px;
}

.searchDiv {
	float: right;
}

.statusRow {
	float:left;
	width:720px;
	margin: 0 0 10px 10px;
}

.menuMain {
	margin-bottom: 25px;
}

.wrapper {
	height: 100%;
	margin: 50px 0 15px 0;

    background: url(../images/background.gif);
    background-repeat:repeat-y;
}

.leftcol {
	width: 220px;
	float: left;
}

.oneCol {
	width: 720px;
	float: left;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

.twocols {
	width: 740px;
	float: right;
}

.rightcol {
	float: right;
	width: 208px;
	/* padding: 0 10px 0 0; */
	margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 490px;
	padding: 0 0 10px 27px;
	min-height: 400px;
}

/* Footer */
.footerRow {
	height: 25px;
	clear: both;
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;

    background-image: url(../images/bgFooter.gif);
    background-repeat:no-repeat;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #1A171B;
	font-size: 90%;
}

.address p {
	line-height: 25px;
    padding-left: 8px;
}

#menuAddress {
	padding: 0 0 25px 20px;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright a {
	color: #1A171B;
	text-decoration: none;
}

.copyright a:hover {
	color: #3C195F;
}

.menuFooter {
	float: right;
	text-align: right;
}

/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileLink {
	padding-left: 30px;
}

.fileIcon {
	width: 30px;
	margin-top: 2px;
	float: left;
	clear: left;
}

.fileRemark,
.fileInfos {
	font-size: 90%;
	padding-left: 30px;
	clear: both;
}

.clear {
	clear: both;
}

/* classes for 3 cols with layout option */
.threeColBox1st2nd,
.threeColBox3rd {
	width: 160px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* this box is required after 3 col boxes */
.oneColBox {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

.backLink {
	clear: both;
	float: right;
	margin-top: 10px;
}

/* CSS STYLED CONTENT OVERRIDES */
.maincol .csc-linkToTop,
.oneCol .csc-linkToTop {
	margin: 10px 0 10px 0;
	text-align: right;
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	overflow: auto;
}

.maincol .csc-linkToTop A,
.oneCol .csc-linkToTop A {
	color: #000000;
	text-decoration: none;
}

.csc-frame-rulerAfter {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 1px;
	margin: 15px 0 15px 0;
	clear: both;
}

/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 100px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}

.tx-nezzophotogallery-pi1 table {
	border-collapse: separate;
	border-spacing: 3px;
}
/*
.pagewidth {
	height: 300px;
	width: 100%;
	position: absolute;
	background-color: #3c195f;
	background-image: url(../images/backgroundBottom.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	z-index: 200;
}*/