/* 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: #fff2cd;
	background-image: url(../images/bgHeader.gif);
	background-position: top;
	background-repeat: repeat-x;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /* !! BASIC FONT-SIZE DEFINITION !! */
    font-weight: normal;
    line-height: 1.5; /* do not use a unit */    
}

a {
	color: #009ee0;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    color: #1a171b;
}

h1 {
    font-size: 180%;
    margin: 0 0 10px 0;
    line-height: normal;
    font-weight: normal;
}

h2 {
    font-size: 130%;
    margin: 0 0 5px 0;
    line-height: normal;
    font-weight: normal;
}

h3 {
    font-size: 120%;
    margin: 0;
    font-weight: normal;
}

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;
}

/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 964px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	height: 246px;
	width: 964px;
	background-position: left top;
	background-repeat: no-repeat;
}

.logo {
    float: left;
    width: 666px;
}

.menuHeader img {
  display: inline;
}

.menuHeader {
    background-image: url(../images/bgLinie.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
    height: 51px;
    width: 952px;
    padding-top: 195px;
    margin-right: 12px;
}

.menuMeta {
    float: right;
    width: 185px;
    padding-top: 22px;
    font-size: 100%;
    line-height: 1;
    padding-left: 0;
}

.searchDiv {
  float: right;
}

.statusRow {
	float:left;
	width:720px;
	margin: 0 0 10px 10px;
}

.menuMain { 
	margin-bottom: 25px;
}

.wrapper {
	height: 100%;
	margin-top: 15px;
}

.leftcol {
	width: 220px;
	float: left; 
    margin-left: 2px;
}

.oneCol {
	width: 720px;
	float: left;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

.twocols {
	width: 740px;
	float: right;
}
 
.rightcol {
	float: right;
	width: 200px;
	padding: 0 6px 0 0;
    margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 510px;
	padding: 0 0 25px 10px;
	min-height: 400px;
}



/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	background-color: #ffffff;
    background-image: url(../images/bgFooter.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

.copyright,
.address {
	float: left;
	line-height: 25px;
	color: #1a171b;
	font-size: 90%;
}

.address p {
	line-height: 20px;
}

.address {
    width: 518px;
    padding-left: 244px;
}

.menuFooter {
	float: right;
	text-align: left;
    width: 190px;
    padding-right: 10px;
}



/* 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;
}
	
.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;
	/* width: 510px; */
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


/* 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;  
}
