/* 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("leftcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
  overflow-x: hidden;
}

body {
	margin: 0;
	background-image: url(../images/bgTile.gif);
	background-position: top;
	background-repeat: repeat;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; /* !! BASIC FONT-SIZE DEFINITION !! */
  color: #707679;
  font-weight: normal;
  line-height: 1.5; /* do not use a unit */
  height: 100%;
}

.borderTopGrey {
  background-image: url(../images/borderTopGrey.gif);
  background-position: top;
  background-repeat: repeat-x;  
  height: 10px;
}


a {
	color: #707679;
  text-decoration: none;  
}

a:hover {
	text-decoration: none;
  color: #000000;
}

h1, h2, h3, h4, h5 {
  color: #707679;
}

h1 {
  font-size: 140%;
  line-height: 29px;  
  font-weight: bold;
  margin: 0 0 0px 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 */
span.TextWichtig {
  color: #FF0000;
}

span.TextBunt {
  color: #707679;
}

p.TeaserText {
    font-family: Verdana;
    font-size: 90%;   
}


/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	height: 108px;
	width: 970px;
  background-image: url(../images/headerRowBg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
  background-color: #FFFFFF;
}

.logo {
  float: right;
	margin: 28px 19px 0px 0px;
  width: 275px;
  height: 53px;
}

.menuHeader img {
  display: inline;
}

.menuHeader {
  width: 670px;
  float: left;
}

.menuMeta {
  float: left;
}
.wrapper {
	min-height: 560px;
  background-image: url(../images/shadedBgGrey.gif);
  background-position: left top;
  background-repeat: repeat-y;    
  padding-bottom: 25px;
}

.lefcolContent {
  float: left;
  margin-bottom: 10px;
  padding: 20px 0 0 14px;
  width: 210px;
}

.leftcol {
	width: 257px;
	float: left;
}

.menuSub {
  width: 215px;
  margin-left: 3px;
}

.menuColored {
  width: 185px;
  height: 85px;
  float: left;
  padding: 5px 0 0 8px;
  background-image: url(../images/arrowNaviTop.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.headerimage {
  width: 700px;
  height: 265px;
  background-repeat: no-repeat;
  background-position: top left;
  float: right;
  margin: -2px 3px 0px 0; 
  padding-bottom: 21px;
  border-bottom: 2px solid #707679;
}

.maincol {
	float: right;
	width: 675px;
	padding: 15px 12px 15px 13px;
  margin: 0 3px 0px 0;
 background-color: #FFFFFF;
}

.maincolBorder {
  width: 700px;
  float: right;
  height: 2px;
  margin-right: 3px;
  background-color: #707679;
}

/* Footer */
.footerRow {
	height: 25px;
  width: 970px;
	clear: both;
	padding: 0;
  background-color: #FFFFFF;
}

.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #707679;
	font-size: 90%;
}

.address p {
	line-height: 25px;
}

#menuAddress {
	padding: 0 0 25px 35px;
}

.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;
	overflow: auto;
  border-bottom: 1px solid #707679;  
	margin: 0 -12px 0 -13px;      
}

.maincol .csc-linkToTop A {
	color: #000000;
	text-decoration: none;
}

.csc-frame-rulerAfter {
	height: 12px;      
	border-bottom: 1px solid #919597;  
	margin: 0 -12px 0 -13px;              
	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;
}

.tx-nezzofacebook-likebox .likebox,
.tx-nezzofacebook-likebox .likeboxContent  {
    background-image: url(../images/bgLikebox.png);
}
