/* 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;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px; /* !! BASIC FONT-SIZE DEFINITION !! */
    font-weight: normal;
    line-height: 1.5; /* do not use a unit */    
}

a {
	color: #d5002e;
    text-decoration: none;
}

a:hover {
	text-decoration: none;
    color: #990021;
}

h1, h2, h3, h4, h5 {
    color: #000000;
}

h1 {
    font-size: 36px;
    line-height: 120%;
    font-weight: normal;
    margin: 0 0 13px 0;
    color: #d5002e;
}

h2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 18px 0;
    color: #d5002e;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 2px 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: 1.5;
}



/* RTE Classes */
p.AbsatzKlein {
    font-size: 90%;
    line-height: 15px;
}

span.TextWichtig {
    color: #FF0000;      
}

span.Hinweis {
    color: #000000;
    font-weight: bold;      
}

/* Layout classes and ID's */
.pagewidth {
/*	background-color: #FFFFFF; */
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
    position: relative;

}

.headerRow {
	height: 215px;
	width: 980px;
    background-image: url(../images/head.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.logoLangArea {
  height: 171px;
}

.logo {
    float: right;
	margin: 17px 17px 0 0;    
}

.menuHeader img {
  display: inline;
}

.menuLang {
    display: block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    float: right;
    text-align: right;
    margin: 0 10px 3px 860px;
}

.menuMeta {
    display: block;
    float: right;
    margin-right: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.searchDiv {
  float: right;
}

/*
.statusRow {
	float:left;
	width:720px;
	margin: 0 0 18px 10px;
}
*/

.menuMain {
	margin: 0px 0 25px 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.beyondMenu {
    text-align: right;
    margin-right: 24px;
    font-weight: bold;
    font-size: 120%;
}
.wrapper {
    z-index: 2;
	height: 100%;
	padding: 42px 10px 5px 10px;
    background-image: url(../images/bg_content.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.leftcol {
	width: 171px;
	float: left; 
}

.oneCol {
	width: 739px;
	float: left;
	padding: 0 19px 10px 31px;
	min-height: 400px;
}

.twocols {
	width: 789px;
	float: right;
    background-image: url(../images/twocolBg.gif);
    background-repeat: repeat-y;
    background-position: top left;
    margin-bottom: 28px;
}
 
.rightcol {
	float: right;
	width: 177px;
	padding: 0 19px 0 16px;
}

.maincol {
	float: left;
	width: 528px;
	padding: 0 17px 0px 31px;
	min-height: 80px;
    /*
    border-right: 1px solid #d1d1d1;
    */
}


/* Footer */
.footerRow {
	height: 180px; 
	clear: both;
	padding: 0 20px 0 10px;
	background-color: #FFFFFF;
  /*  font-family: Arial, Verdana, Helvetica, sans-serif; */
}

.address {
	float: left;
	padding: 0 10px 0 41px;
	line-height: 25px;
   /* color: #0a2851; */
	color: #606060;
	font-size: 11px;
}

.address p,
.address a {
	line-height: 25px;
    color: #606060;
}

.copyright {
    float: left;
    padding: 0 10px 0 0px;
    line-height: 25px;
    color: #606060;
    font-size: 90%;
	width: 150px;
}

.copyright a {
	color: #606060;
	text-decoration: none;
}

.copyright a:hover {
	color: #bb0c0c;
}

.menuFooter {
    padding-right: 8px;
	float: right;
	text-align: right;
}

.footerImage {
    width: 739px;
    float: left;
    margin-left: 202px;
    margin-bottom: 13px;
}

/* 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-textpic-imagerow {
    overflow: auto;
}

dl.csc-textpic-image {
    margin-top: 5px;
}

.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;  
}

/* PartnerLogo on the bottom of the navigation */
.partnerLogo {
    margin: 20px 0 15px 10px;
}

/* Bubbles left and right */
#bubbleLeft {
    background: transparent url(../images/bg_tropfen_left.jpg) no-repeat 0 0;
    width: 120px;
    height: 260px;
    z-index: -1;
    position: absolute;
    left: -111px;
    top: 333px;
}
#bubbleRight {
    background: transparent url(../images/bg_tropfen_right.jpg) no-repeat 0 0;
    width: 60px;
    height: 165px;
    z-index: -1;
    position: absolute;
    left: 971px;
    top: 266px;
}
