body {
	background-image: url(../img/bg_body_blank.jpg);
	background-color:#555b74;
	background-repeat: repeat-x;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #53504d;
	}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	}
a {
	text-decoration: none;
	color: #777;
	}
	
.align-right {
	text-align:right;
	}
.align-justify{
	text-align:justify;
	}
	
#page {
	width: 979px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 655px;
	}

#header {
	background-repeat: no-repeat;
	height: 295px;
	position: relative;
	z-index: 10;
	background-image: url(../img/bg_page_top.jpg);
}

#header h1 a{
	text-indent: -5000px;
	display: block;
	width: 174px;
	height: 61px;
	position: absolute;
	top: 21px;
	left: 26px;
}

#mydiv {
	width: 156px;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 614px;
	z-index: 200;
	}
	
#keyvisual {
	width: 925px;
	height: 260px;
	position: absolute;
	top: 25px;
	left: 27px;
	z-index: 1;
	}
	
#headerrighttop {
	width: 157px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 24px;
	right: 30px;
	text-align:right;
	font-size: 10px;
	color: #b1b3b4;
	}

#headerrighttop a{
	color: #1263bc;
	}
	
#searchBox {
	width: 190px;
	height: 20px;
	position: absolute;
	top: 60px;
	right: 27px;
	float: right;
	text-align: right;
	border: 0;
	}
	
#headerdate {
	width: 200px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 24px;
	right: 100px;
	text-align:right;
	font-size: 10px;
	color:#b1b3b4;
	}


#mid {
	position: absolute;
	top: 295px;
	width: 979px;
	background-image: url(../img/bg_content.jpg);
}

#footer {
	clear: both;
	height: 25px;
	overflow: hidden;
	background-image: url(../img/bg_footer.jpg);
}

/* ############################### navigation ############################### */
#nav {
	width: 770px;
	height: 44px;
	position: absolute;
	display: block;
	z-index: 80;
	clear: both;
	left: 1px;
	top: 125px;
}


/* ############################### leftpane ############################### */
#leftpane {
	width: 217px;
	float: left;
	font-size:12px;
	padding-top: 0px;
}
.panel {
	width: 217px;
	margin-bottom: 8px;
}
.panel .top {
	background-image: url("../img/panel-top.gif");
	background-repeat:no-repeat;
	height: 12px;
	display: block;
	overflow: hidden;
}
.panel .bot {
	background-image:url("../img/panel-bot.gif");
	background-repeat:no-repeat;
	height: 13px;
	display: block;
	overflow: hidden;
}
.panel .mid {
	width: 189px;
	margin: 0 0 0 27px;
}
.panel h2 {
	text-indent: 0px;
	border-bottom: 1px solid #666;
	height: 18px;
	display: block;
	font-size: 12px;
	margin-bottom: 0.8em;
}

#quicklinks {
	margin: 0 0 0 38px;
}

#quicklinksheader {
	line-height:25px;
	
}

/* ############################### SITEMAP ############################### */
.maps {
	width: 225px;
	display: inline;
	float: left;
	border-left: 1px solid #d2d2d2;
	margin: 10px 0 0 10px;
}
.one {
	margin-left: 20px;
}
.maps h2 {
	background: url("../img/bg-titles.gif") no-repeat -5px 0;
	line-height: 22px;
	font-size: 1.15em;
	text-indent: .6em;
}
.sitemap ul, .error404 ul {
	list-style: none;
	margin: 5px 0 5px 5px;
}
.sitemap a, .error404 a {
	background: url("../img/arrow.gif") no-repeat 0 0;	
	padding-left: 1.4em;
	line-height: 1.8em;
}


/* ############################### typo3 styles ############################### */

.csc-frame-rulerAfter {
  clear: left;
  border-top: 1px solid #d8cfc8;
  padding: 0px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.csc-frame-rulerBefore {
  clear: left;
  border-top: 1px solid #d8cfc8;
  padding: 0px;
  margin-top: 16px;
  padding-bottom: 8px;
}
.csc-firstHeader {margin-top: 0px;}

.csc-frame-frame1 {
  background: #f0ece9;
  border: 1px solid #9a8371;
  padding: 5px;
}
.csc-frame-frame2 {
  background: #f5e6e6;
  border: 1px solid #990000;
  padding: 5px;
  color: #990000;
}

.csc-frame-frame1 *,
.csc-frame-frame2 * {
  margin:0; padding: 0;
}

.csc-textpic-caption {
  font-size: 10px;
  color: #9a8371;
  margin-top: -5px;
  height: 8px;
}

dl.csc-textpic-image {padding-bottom: 7px;}

#mailform fieldset {
  border: none;
  margin: 0; padding: 0;
}
#mailform fieldset label {
  display: block;
}
#mailform fieldset input,
#mailform fieldset textarea {
  width: 98%;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: arial;
}
#mailform fieldset input.csc-mailform-submit {
  width: auto;
  float: right;
}
#breadcrumb {
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	width: 287px;
	height: 20px;
	line-height:20px;
	position: absolute;
	top: 7px;
	left: 470px;
	z-index: 300;
	display:none;
	}
#breadcrumb a {
	color:#FFFFFF;
	}
	
.csc-menu{
	margin-top:10px;
	margin-bottom:10px;
	
	}
.csc-sitemap-level1{
	padding-left:5px;
	font-size:14px;
	margin-top:5px;
	}
.csc-sitemap-level2{
	padding-left:15px;
	font-size:12px;
	}
.csc-sitemap-level3{
	padding-left:25px;
	}

.csc-form-label,
.csc-form-label-req{
  display: block;
  text-align:left;
  vertical-align:top;
  float: left;
  width: 150px; 
  }
  
.csc-mailform  {
	margin:10px 0 0 0;
	padding:0px;
	}

.csc-form-labelcell{
	vertical-align:top;
	margin:0px;
	padding:0px;
}

.referenzen-leistungen h2,
.referenzen-leistungen h3 {
	font-size: 13px;
	padding-top:0px;
	white-space:nowrap;
}

.referenzen-kunde {
	font-size: 15px;
}

.referenzen-image {
	vertical-align:top;
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
}

.referenzen-image img {
	border:solid 1px #000000; 
	padding:5px;
}

.referenzen-leistungen ul{
	padding:0 0 0 5px;
	margin:10px 0 0 13px;
	list-style-type:disc;
	font-size:12px;
}

.referenzen-domain {
	font-size: 12px;
}
.referenzen-hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #000000;
	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	margin-bottom:12px;
	margin-top:10px;
	width:95%;
}
