/************/
/*  GLOBAL  */
/************/



/* NON-HEADER */
* {
	padding:0;
	margin:0;
}

html, body{
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: auto;
}

body {
	font-size:62.5%;
	font-family:verdana, arial, sans-serif;
  text-align: center;
  background: #fff url(../img/body_background.gif) top left repeat-x;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/

.page-container {
	width:953px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.0em;
  text-align: left;
}

#main_out{
  border: 1px solid #eeeeee;
}
.main {
	clear:both;
	width:951px;
  background-color: #ececed;
  border: 5px solid #fff;
}

.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:170px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	min-height:1px;
}

.imgtext-table img{
 margin-bottom: 0px !important;
}


.imgtext-table table{
  margin-top: -25px !important;
  margin-left: 0px !important;
}

.imgtext-table table img{
  margin-bottom: 10px !important;
  margin-right: 15px !important;
}

.content img{
  margin-bottom: -25px;
}

.main-content {
	display:inline; /*Fix IE floating margin bug*/;
	float:left;
	width:595px;
	margin:0px;
  /*overflow-y:visible !important Firefox*/;
	overflow-y:hidden /*IE6*/;
  overflow-y:-moz-scrollbars-none;
  overflow-x: hidden;
  padding-left: 15px;
  background-color: #fff;
  min-height: 600px;
  height: auto !important;
}

*html .main-content {
	display:inline; /*Fix IE floating margin bug*/;
	float:left;
	width:601px;
	margin:0px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
}

.main-subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:170px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	border-left: solid 1px rgb(212,213,214);
}

.footer {
	clear:both;
	width:951px;
	padding:1.0em 0 1.0em 0;
  font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
  position: relative;
  top: 10px;
}




/* HEADER */
.header {
  margin:0px;
  padding: 0px;
}

.header-top {
	width:951px;
	height:100px;
	border: none;
	margin-top: 0px;
  padding-top: 0px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

.header-bottom {
  position:relative;
  z-index: 20;
	width:auto;
  white-space:nowrap;
	border:none;
}

.header-breadcrumbs {
	clear:both;
	width:951px;
	padding: 30px 0 5px 0;
}

/*    RUNDE ECKEN DES ALTEN DESIGNS    ************
.header .round-border-topleft {
	width:25px;
	height:25px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_head_corner_topleft_25px.gif) no-repeat;
	margin-top:-3px;
	margin-left:-3px;
}

.header .round-border-topright {
	width:25px;
	height:25px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_head_corner_topright_25px.gif) no-repeat;
	margin-top:-3px;
	margin-left:932px;
}

*******************************/


/*************/
/*  2. HEAD  */
/*************/
.sitelogo {
	width:367px;
	height:90px;
	position:absolute;
	z-index:1;
	margin: 0px 0px 0px -35px;
  /*background-image: url(../img/rct_logo.gif);*/
}

*html .sitelogo{
  width:372px !important;
  position: relative !important;
  left: 5px !important;
 }
/* Sitename zeugs ausblenden */

.sitename {
	width:300px;
	height:45px;
	position:absolute;
	z-index:1;
	margin:23px 0 0 75px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
  
.sitename h1 {
	font-weight:normal;
	font-size:240%;
}

.sitename h2 {
	margin:-2px 0 0 0;
	color:rgb(125,125,125);
	font-weight:normal;
	font-size:120%;
}

.sitename a {
	text-decoration:none;
	color:rgb(125,125,125);
}

.sitename a:hover {
	text-decoration:none;
	color:rgb(125,125,125);
}

.sitename {
  visibility: hidden;
}
/* Sitename ausgeblendet :) */

.nav0 {
	width:auto;
  height: 20px;
	position:absolute;
  top: 168px;
  text-align: left;
  margin-left:760px !important; /*Non-IE6*/
	margin-left:200px /*IE6*/; 
	/*margin-left:775px !important /*Non-IE6; <--- franz
	//margin-left:85px /*IE6; <--- franz*/

}

.nav0 ul {
	
	float:left;
	padding:0 20px 0 0;
}

.nav0 li {
	display:inline;
	list-style:none;
}

.nav0 a:hover {
	text-decoration:none;
}

.nav0 img {
align: left;
padding:0 0 0 3px;
}

.nav0 a img,{
  padding: 0px;
  margin: 0px;
	border:none;
}

/*  Dies war eine kleine Navi im Header */
/*
.nav1 {
	width:350px;
	position:absolute;
	z-index:3;
	margin:55px 0 0 410px;
}

.nav1 ul {
	float:right;
	padding:0 15px 0 0;
	font-weight:normal;
}

.nav1 li {
	display:inline;
	list-style:none;
}

.nav1 li a {
	display:block;
	float:left;
	padding:2px 5px 2px 5px;
	color:rgb(125,125,125);
	text-decoration:none;
	font-size:110%;
}

.nav1 a:hover {
	text-decoration:none;
	color:rgb(50,50,50);
}
*/
.nav1{ 
  visibility: hidden;
}
/* Hier wird die Navi ausgeblendet   */

/* nav2 Drop-down menu */
.nav2 {white-space:nowrap; float:left; width:950px;position: relative; left:50%; margin-left: -429px;} 
/*
.nav2 ul li a:hover ul {
	display:block;
	width:10.0em;
	position:absolute;
	z-index:999;
	top:2.1em;
	t\op:2.0em;
	left:0;
	marg\in-top:0.1em;
}
.nav2 ul li a:hover ul li a {
	white-space:normal;
	display:block;
	w\idth:10.0em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	border-left:solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color:rgb(240,240,240);
	font-weight:normal;
	color:rgb(50,50,50);
}
.nav2 ul li a:hover ul li a:hover {
	background-color:rgb(215,215,215);
	text-decoration:none;
}
*/  
.header-breadcrumbs ul {
float:left;
width:250px;
list-style:none;
padding-top:8px;
padding-left: 0px;
font-family:verdana, arial, sans-serif;
}
.header-breadcrumbs ul li {
	display:inline;
	padding:0 0 0 10px;
	font-weight:bold;
	color:rgb(125,125,125);
	font-size:100%;
}
.header-breadcrumbs ul a {
	color:rgb(70,122,167);
	text-decoration:none;
}
.header-breadcrumbs ul a:hover {
	color:rgb(42,90,138);
	text-decoration:underline;
}
.header-breadcrumbs .searchform {
	float:right;
	width:285px;
	padding:0 17px 0px 0px !important /*Non-IE6*/;
	padding:0 12px 0px 0px /*IE6*/;
  visibility: hidden;
}
.header-breadcrumbs .searchform form fieldset {
	float:right;
	border:none;
}
.header-breadcrumbs .searchform input.field {
	width:10.0em;
	padding:0.2em 0 0.2em 0;
	border:1px solid rgb(200,200,200);
	font-family:verdana, arial, sans-serif;
	font-size:120%;
}
.header-breadcrumbs .searchform input.button {
	width:3.0em;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:verdana, arial, sans-serif;
	color:rgb(150,150,150);
	font-size:120%;
}
.header-breadcrumbs .searchform input.button:hover {
	cursor:pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}
/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	margin:0 0 0 190px;
	background:url(../img/bg_corner_topright.gif) no-repeat;
}
/* MAIN CONTENT */
.column1-unit {
	width:490px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-left {
	float:left;
	width:225px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-right {
	float:right;
	width:225px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-left {
	float:left;
	width:137px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-middle {
	float:left;
	width:137px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:40px;
}
.column3-unit-right {
	float:right;
	width:137px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
/* MAIN SUBCONTENT */

.subcontent-unit-border {
	width:168px;
  background-color: #fff;
}

.info{
  //padding-left: 10px;
}

/*
.subcontent-unit-border-green {
	width:183px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(160,214,81);
	background-color:rgb(217,239,185);
}
.subcontent-unit-border-blue {
	width:183px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(137,170,214);
	background-color:rgb(213,225,240);
}
.subcontent-unit-border-orange {
	width:183px;
	margin:0 0 2.5em 0px;
	padding:0 0 10px 0;
	border:solid 1px rgb(232,177,13);
	background-color:rgb(248,224,150);
}
.subcontent-unit-noborder {
	width:185px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	background:rgb(235,235,235);
}
.subcontent-unit-noborder-green {
	width:185px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	background-color:rgb(217,239,185);
}
.subcontent-unit-noborder-blue {
	width:185px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	background-color:rgb(213,225,240);
}
.subcontent-unit-noborder-orange {
	width:185px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	background-color:rgb(248,224,150);
}
*/
/* Runde Ecken ausblenden ***********
.round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topleft.gif) no-repeat;
	margin-top:-1px;
	margin-left:-1px;
}
.round-border-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topright.gif) no-repeat;
	margin-top:-1px;
	margin-left:174px;
}
.round-noborder-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topleft.gif) no-repeat;
	margin-top:0px;
	margin-left:0px;
}
.round-noborder-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topright.gif) no-repeat;
	margin-top:0px;
	margin-left:175px;
}

***********************/


/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.3em;
	text-align:center;
	color: #666;
}
.footer p.credits {
	font-weight:normal;
}
.footer a {
  margin-left: 5px;
	text-decoration:none;
	color: #000;
}
.footer a:hover {
	text-decoration:none;
	color: #666 !important;
}
.footer a:visited {
	color: #000;
}
/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
p:after {
	content:".";
	display:block;
	height:0; /*clear:both*/
	;
	visibility:hidden;
}
.footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear-contentunit {
	clear:both;
	width:490px;
	height:0.1em;
	border:none;
	background:rgb(210,210,210);
	color:rgb(210,210,210);
}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {
.header-top {
	width:951px;
	height:80px;
	background:rgb(240,240,240);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
}
@media print {
.header-breadcrumbs {
	width:951px;
	background:transparent;
}
}
@media print {
.nav2 {
	float:left;
	width:951px;
	border:none;
	background:rgb(240,240,240);
	color:rgb(75,75,75);
	font-size:1.0em;
	font-size:130%;
}
} /*Color navigation bar normal mode*/
@media print {
.main {
	clear:both;
	width:951px;
	padding-bottom:30px;
	background:transparent;
}
}
@media print {
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:199px;
	border-right:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE*/;
}
}
@media print {
.footer {
	clear:both;
	width:951px;
	height:3.7em;
	padding:1.1em 0 0;
	background:rgb(240,240,240);
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
}

.teaserdiv{
  visibility: hidden;
}