/* 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("rightcol.css");


/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0 0 20px 0;
    background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;

    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px; /* !! BASIC FONT-SIZE DEFINITION !! */
    font-weight: normal;
    line-height: 1.5; /* do not use a unit */
    color: #787878;
}

a {
	color: #0071B9;
    text-decoration: none;
}

a:hover {
	text-decoration: none;
    text-decoration: underline;  
}

h1, h2, h3, h4, h5 {
    color: #0071b9;
}

h1 {
    font-size: 180%;
    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: Arial, Verdana, 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;
}


/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	text-align: left;
    width: 992px;
	margin-left: 86px;
    margin-top: 14px;
    background-image: url(../images/bgSchatten.jpg);
    background-repeat: repeat-y;
}

.headerRow {
	height: 167px;
	width: 962px;
	background-position: left top;
	background-repeat: no-repeat;
    background-color: #ffffff;
}

.headerImage {
    margin-right: 13px;
    background-position: top;
    background-repeat: no-repeat;
    width: 718px;
    height: 151px;
    float: right;
}

.headerImageElements {
    width: 718px;
    height: 151px;
    background-image: url(../images/headerImageElements.png);
    background-position: top left;
    background-repeat: no-repeat;    
}

.logo {
    float: left;
	margin-left: 28px;
}

.menuLang {
  float: right;
  text-align: right;
}

.menuHeader {
    width: 1045px;
    height: 35px;
}

.menuMeta {
  float: right;
  margin: 8px 10px 0 0;
  color: #FFFFFF;
}

.searchDiv {
  float: right;
}

.statusRow {
	float:left;
	width:720px;
	margin: 0 0 10px 10px;
}

.menuMain {
	margin: 0 0 25px 17px;
}

.wrapper {
	height: 100%;
	margin-top: 26px;
    width: 962px;
}

.leftcol {
	width: 221px;
	float: left;
}

.oneCol {
	width: 720px;
	float: left;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

.twocols {
	width: 741px;
	float: right;
}

.rightcol {
	float: right;
	width: 201px;
	padding: 10px 14px 0 0;
  margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 510px;
	padding: 0 0 25px 10px;
	min-height: 400px;
}



/* Footer */
.footerRow {
	height: 56px;
	clear: both;
	padding: 0 10px 0 10px;
	background-color: #CFD6AE;
    background-image: url(../images/bgFooter.jpg);
}

.copyright,
.address {
    float: left;
	line-height: 25px;
	font-size: 90%;
    padding-top: 2px;
}

.copyright {
  float: right;
  margin-right: 35px;
}

.address {
    color: #787878;
    padding-left: 221px;
}

.address p {
	line-height: 25px;
}

#menuAddress {
	padding: 0 0 25px 35px;
}

.copyright a {
	color: #cececd;
	text-decoration: none;
}

.copyright a:hover {
	color: #0071b9;
}

.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 {
	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 {
	color: #000000;
	text-decoration: none;
}

.csc-frame-rulerAfter {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 12px;                      
	clear: left;
}


/* 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;
}
