*{
  margin: 0px;
  padding: 0px; 
}

html{
  height: 100%;
}

body{
  height: 100%;
  background-color: #C7CCD3;
  background-image: url("../_Layout/body_bg_twoRows.gif");
  background-repeat: repeat-y;
  color: #53666D;
}

body.oneRow{
  background-image: url("../_Layout/body_bg_oneRow.gif");
}

img{
  border-style: none;
}

.clear{
  clear: both;
}

.bb {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#layout{
  width:988px;
  min-height: 100%;
  margin-left: 1px;
  margin-bottom: -15px;
  text-align: left;
  /*background-color: white;
  border-left: 1px solid black;
  border-right: 1px solid black;*/
}

#layout[id]{
  margin-bottom: -16px;    
}

#head{
  padding-top: 10px;
  padding-right: 0px;
  height: 190px;
  background-color: white;
  background-image: url("/fileadmin/Bilder/Kopfgrafiken/Header_ArB_home.jpg");
  background-repeat: no-repeat;
  background-position: 0px 99px;
}

#head[id]{
  height: 165px;
  background-position: 0px 90px;
}

#logo{
  display: block;
  position: absolute;
  top: 18px;
  left: 76px;
  width: 260px;
  height: 63px;
  background-image: url("../_Layout/logo.gif");
  background-repeat: no-repeat;
}

#head ul{
  font-size: 12px;
  margin-right: 20px;
  display: inline;
  float: right;
}

#head ul li{
  margin-right: 5px;
  display: inline;
}

#topMenu a:link, #topMenu a:visited{
  color: #53666D;
  font-weight: bold;
}

#langSwitch a:link, #langSwitch a:visited{
  color: #C7CCD3;
  font-weight: bold;
}

#left{
  float: left;
  width: 245px;
  text-align: right;
  font-size: 12px;
}

#search{  
  margin-bottom: 4px;
  padding: 7px 10px;  
  background-color: #C7CCD3;
}

#search p{
  margin: 0px;
}

#search input{  
  font-size: 12px;
  width: 150px;
  padding: 0px 5px;
  text-align: right;
  border-style: none;
}

#search #submit{
  margin-left: 5px;
  padding: 0px;
  width: auto;
  background-color: transparent;
  vertical-align: middle;
}

#search label, .csc-form-label{
  display: none;
}

ul#mainMenu{
  list-style-type: none;
  background-color: #F28E00;
  padding-bottom: 10px;
}

ul#mainMenu li{
  border-bottom: 1px solid white;
  background-color: #C7CCD3;
}

/*
  Normaler Link im Hauptmen?
*/
ul#mainMenu a:link, ul#mainMenu a:visited{
 line-height: 25px;
 color: black;
 font-weight: bold;
 text-decoration: none;
 padding-right: 10px;
}

/*
  Bei einem Mouseover
*/
ul#mainMenu a:hover, ul#mainMenu a:active{
  color: #F28E00;
}

/*
  Wenn ein Men?link aktiv ist (also mit class="active")
*/
ul#mainMenu li.active{
  background-color: #F28E00;
  color: white;
}

ul#mainMenu li.active a:hover,ul#mainMenu li.active a:active{
  color: white;
}

ul#subMenu{
  border-top: 1px solid white;
  list-style: none; 
  background-color: #C7CCD3;
}

ul#subMenu li{
  border-style: none;
  margin: 0px;
  padding: 0px;
}

ul#subMenu a:link, ul#subMenu a:visited{
 line-height: 20px;
  font-weight: normal;
  display: inline;
  background-image: url(../layout/menu_pfeil.gif);
  background-repeat: no-repeat;
  background-position: 2px 10px;
  padding-left: 16px;
  min-height: 20px;
  text-decoration: none;
}

ul#subMenu li.active{
  background-color: #C7CCD3;
}

ul#subMenu .active a:link, ul#subMenu .active a:visited{
  color: #F28E00;
  font-weight: bold;
}

ul#mainMenu li.spacer{
  background-color: white;
}

#right{
  margin-top: 20px;
  margin-right: 5px;
  float: right;
  width: 175px;
  padding-right: 10px;
  /*background-color: gold;*/
}

#right h2{
  font-size: 12px;
  color: #53666D;
}

#foot{
  margin-left: 1px;
  border-top: 1px solid #53666D;
  width: 988px;
  height: 15px;
  background-color: #C7CCD3;  
}

#content{
  float: left;
  width: 535px;
  /*margin-left: 210px;*/
  text-align: left; 
  padding: 15px;
}

#content[id]{
  width: 515px; 
}

a:link, a:visited{
  /*color: #F28E00;*/
  color: #B10E00;
  text-decoration: none;  
}

a:hover, a:active{
  text-decoration: underline;
}

h1{
  margin-bottom: 15px;
  font-size: 16px;
  color: #F28E00;
}

/*****************************
** Formular                 **
*****************************/
div.csc-mailform-field{
  padding-bottom: 10px;
}

input.csc-mailform-submit{
  margin-left: 100px;
}

fieldset{
  border-style: none;
}

label{
  display: block;
  float: left;
  width: 100px;
}

div.panel {
	margin: 0px 0px 7px 0px;
}

div.panel label {
	width: 10em;
	float: left;
	display: block;
}

input,textarea{
  border-width: 1px;
  background-color: #F9F9F9;
  font-size: 12px;
  width: 200px;
}

textarea{
  width: 350px;
  height: 200px;
}
/*
#content div.FloatedImage img{
  display: block;
  padding: 5px 5px 5px 5px;
	border: 1px solid #F28E00;
}
*/
#content div.rightFloatedImage {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #F28E00;
}

#content div.rightFloatedImage p.caption {
	margin: -3px 0px 3px 0px;
	padding: 1px 3px;
	font-size: 12px;
}

#content div.leftFloatedImage {
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #F28E00;
}

#content div.leftFloatedImage p.caption {
	margin: -3px 0px 0px 0px;
	/*padding: 1px 3px;*/
	font-size: 12px;
}

#right div.rightFloatedImage {
	float: right;
	margin: 0px 0px 5px 5px;
}

#right div.rightFloatedImage p.caption {
	display: none;
}

#right div.leftFloatedImage {
	float: left;
	margin: 5px 5px 2px 0px;
}

#right div.leftFloatedImage p.caption {
	display: none;
}

a.pdf {
	padding: 0.1em 0.3em 0.1em 1.8em;
	background-image: url(/fileadmin/templates/_Layout/icn_pdf.png);
	border: 0px;
	background-repeat: no-repeat;
	background-position: 0.1em 0em;
}

#preview{
  position: absolute;
  top: 10px;
  left: 10px;
}
