/*XXXXXXXXXXXXXXXXXX Dropshadow elements XXXXXXXXXXXXXXX*/

html>body .outerpair1 {
background: url(upperrightfade.png) right top no-repeat;
}
/* .outerpair1 must be given a width contraint, via either a width,
or by floating or absolute positioning. In this demo these are
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */


html>body .outerpair2 {
background: url(lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}
/* .outerpair2 has padding equal to the shadow
thickness, and also has one of the corner .png's */


html>body .shadowbox {
background: url(shadow.png) bottom right;
}
/* .shadowbox holds the main shadow .png */


html>body .innerbox {
position: relative;
left: -8px;
top: -8px;
}
/* .innerbox is made "relative" and is "pulled" up and to
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */


.shadowbox img {
border: 10px solid #fff;
vertical-align: bottom;
}
/* Shadowed images should not be made "block" for eliminating the baseline
space under the images, because this may trigger IE background bugs.
Instead, use "vertical-align: bottom;" for this purpose. */


/*XXXXXXXXXXXXXXXXXX Custom width constraints and extra styling XXXXXXXXXXXXXXX*/

.linkbox {
margin: 0 auto;
width: 875px;
height: 600px;
}

.linkbox .innerbox {
display: block;
background: #fff;
border: 1px solid #ccc;
padding: 3px 5px;
}

/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 background-image: url(images/bg_all.jpg);
 background-color: gray;
 padding-top: 30px;
 padding-bottom: 20px;
 background-attachment: fixed;
}

p {
 padding: 0px;
}

img, a{
	border: 0px solid aqua;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
}

a:hover{
	text-decoration: underline;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
 border: 25px solid white;
}

#content { 
 float: left;
 color: #333;
 background: transparent;
 height: auto;
 width: 525px;
 display: inline;
 background-image: url(images/linie.png);
 background-repeat: no-repeat;
 background-position: top right;
}

#content_intro { 
 float: left;
 color: #333;
 background: transparent;
 height: auto;
 width: 800px;
 display: inline;
}

#content_intro p{
	padding-left: 10px;
	padding-top: 10px;
	width: 780px;
}

#content_intro img{
	border: 0px solid aqua;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

#content ul{
	padding-left: 30px;
	width: 490px;
}

#content p{
	padding-left: 10px;
	padding-top: 10px;
	width: 490px;
}

#content p.csc-form-label, #content p.csc-form-label-req{
	width: auto;
}

#content img{
	border: 0px solid aqua;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

#content table{
	width: 490px;
}

#content td{
	width:150px;
}

#content h3{
	width:450px;
	padding: 25px;
	color: silver;
	border-bottom: 1px dotted silver;
	padding-bottom: 0px;
	font-size: 12px;
}


#monoSlideshow{
	padding-left: 10px;
	padding-bottom:15px;
}

#header {
 color: #e60000;
 width: 800px;
 float: left;
 height: 65px;
 background: white;
 vertical-align: middle;
}

#footer { 
 width: 800px;
 height: 30px;
 clear: both;
 color: #333;
 background: white;
}

#navigation {
 float: left;
 width: 800px;
 height: 55px;
 color: silver;
 background: white;
 font-size: 18px;
}

#topnavi {
 color: #e60000;
 background: white;	
 z-index: 999;
 position: relative;
 left: 450px;
 top: -70px;
 width: 370px;
	font-size: 10px;
	text-transform: uppercase;
	color: #e60000; 
}

#topnavi a{
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #e60000;
	font-size: 10px;
	text-transform: uppercase;
	color: #e60000;
}

#topnavi form{
	display: inline;
}

#topnavi input{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input.button{
	display: inline;
	background-image: url(images/search.gif);
	width:20px;
	height: 20px;
}

#navigation2 {
 float: left;
 width: 800px;
 height: 30px;
 color: white;
 background: #e60000;
}

#navigation3 {
 float: left;
 width: 810px;
 height: 50px;
 color: #e60000;
 background: white;
 text-align: right;
 overflow:hidden;
}

#subnavi ul{
	padding-top:8px;
}

#subnavi li{
	display: inline;
	border-right: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
}

#subnavi a{
	color: white;
}

#subnavi a.subnav_act{
	color: white;
	font-weight: bold;
}

#rightcolumn { 
 color: #666666;
 background: transparent;
 height: auto;
 width: 274px;
 float: left;
 overflow: hidden;
}

#rightcolumn a, #rightcolumn a:visited{
	padding-left: 20px;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: gray;
}

#rightcolumn a:hover{
	padding-left: 20px;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: red;
	text-decoration: none;
}


#rightcolumn ul{
	padding-left: 40px;
}

#rightcolumn img{
	border: 0px solid aqua;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
}

#rightcolumn p{
	padding-left: 25px;
}

#rightcolumn table.termine{
	width: 250px;
	margin-left: 25px;
}


#rightcolumn th.align-left{
	background-color: #e1e1e1;
	text-align: left;
   font-weight: normal;
	padding: 5px;
	padding-left: 25px;
}

#rightcolumn td.align-left{
	background-color: #f1f1f1;
	padding: 5px;
	padding-left: 25px;
}

div.referenzen{
	margin: 25px;
	padding: 5px;
	border: 1px solid red;
	width: 225px;
	text-align:center;
}

form, fieldset{
	border: 0px solid none;
}

.mailform {
float:left;
width:544px;
text-align:left;
margin-top:16px;
border: 0px solid none;
}

.csc-mailform{
float:left;
width:500px;
text-align:left;
margin-left:5px;
padding:0px;
}

.csc-mailform label {
float:left;
height:22px;
width:150px;
font-family:verdana,helvetica,arial,sans-serif;
font-size:11px;
font-weight:normal;
}

.csc-mailform-field{
float:left;
min-height:22px;
width:500px;
text-align:left;
}

