/* 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 {
	height: 100%;
    
    margin: 0;           
    background-color: #ECECED;
	background-image: url(../images/bodyBg.gif);
	background-position: top;
	background-repeat: repeat-x;
    
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px; /* !! BASIC FONT-SIZE DEFINITION !! */
    font-weight: normal;
    line-height: 1.4; /* do not use a unit */    
}

a {
	color: #6E9818;
    text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {

}

h1 {
    font-size: 160%;
    line-height: 1.2;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 110%;
    line-height: 1.3;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 1px 0;
}

h3 {
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 1px 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;
}

span.TextWichtig {
    color: #FF0000;      
}


/* Layout classes and ID's */
.pagewidth {  
	width: 860px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
    
    min-height: 100%;
    
    background-image: url(../images/pageWidthBg.png);
    background-position: left top;
    background-repeat: repeat-y;   
}

.headerRow,
.headerImage {
    position: relative;
    
	height: 355px;
	width: 860px;  
	
    background-image: url(../images/headerRowBg.gif ); 
    background-position: left top;
	background-repeat: no-repeat;
}


.headerImage {  
    background-position: 185px 130px;      
}

.headerImageCaption {
    float: right; 
    width: 15px;
    height: 225px;  
    margin: 27px 0 0 0; 
    overflow: hidden;
}
    
.logo {
    float: left;
	margin: 15px 0 0 15px;   
}

.menuHeader {
    padding: 0 15px 0 15px;
    height: 45px;
    color:#6E9818;   
}
.menuHeader a {
    color:#6E9818;   
}

.menuMeta {
    margin: 25px 0 0 0;
    float: right;
}

.menuShortcuts {
    margin: 25px 0 0 0;           
    float: left;
}

.searchDiv {
    float: right;
}

.statusRow {
	float:left;
	width: 470px;
	margin: 0 0 10px 0;
}

.menuMainLevelOne {      
    float: left;
    width: 647px;
    padding: 6px 0 0 198px; 
    overflow: hidden;
}

.menuMainLevelTwo {
    padding: 36px 0 0 0;
    float: left;
    
    background-image: url(../images/menuMainLevelTwoBg.png);
    background-position: left 27px;
    background-repeat: no-repeat 
} 

.infoMsg {
    padding: 36px 0 0 30px;
    width: 125px;
    float: left;
    font-size: 110%;
    color: #6E9818;    
}

.wrapper {
    position: relative;
    padding: 15px 0 60px 0; 
}

.leftcol {
    padding: 0 30px 0 30px;
	width: 125px;
	float: left; 
}  

.oneCol {
	width: 640px;
	float: left;
	min-height: 325px;
}

.twocols {
	width: 675px;
	float: right;
}
 
.rightcol {
	float: right;
	width: 155px;
	padding: 0 15px 0 0;
    margin-bottom: 10px;
}

.maincol {
    position: relative;
	float: left;
	width: 470px;
	min-height: 325px;
}         

/* Footer */
.footerRow {
    position: absolute;
    bottom: 20px;
    left: 185px;
    
    width: 470px;          
	height: 25px; 
    
	padding: 0;
    margin: 40px 0 0 0;
}

.menuFooter {
    margin: 4px 0 0 0;
    border-top: 1px solid #000000;  
}

.menuFooter span {
    padding: 0 4px 0 4px;
}

.menuFooter .footerCopyright {
    padding-left: 0;
}



/* 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; 
    border-bottom: 1px solid #6E9818; 	
	/* 
    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;
	border-bottom: 1px solid #6E9818;
	clear: left;
}

.leftcol .csc-frame-rulerAfter {
    background: none;
    height: 1px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #000000;
}

.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;  
}

sup {
    font-size: 70%; 
    vertical-align: super;  
}
sub {
    font-size: 70%;
    vertical-align: baseline;
/*  vertical-align: sub; */
}

