/* Layout und Design */
/* Allgemeiner Seitenaufbau */

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
  margin: 0;
  padding: 0;
}

body { }

body, td, th, input, select, textarea, p, span, ul, li {
  font: small verdana, arial, sans-serif;
  color: #000000;
}

div {
  text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

ul {
	list-style-type: square;	
}

/* Die Hauptelemente der Seite (Layout) */

div#Wrapper { }

#Header {
  text-align: left;
  margin: 0;
  padding-left: 10px;
}

#ContentColumn {
  padding: 30px 20px 30px 0;
  clear:both;
}

#NavigationContent { display: none; }

#Content { width: 90%; }

#Footer {
  clear: both;
  margin-top: 50px;
  vertical-align: bottom;
  color: #000000;
}

/* Designelemente */
/* ----- Header ----- */


#LogoLink { display: none; }

/* ----- Footer Inhalte----- */

#Footer ul {
	margin: 3cm 0 20px 1cm;
	list-style-type: none;
}

#Footer a, #Footer a:visited, #Footer a:active, #Footer a:hover { 
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

#Footer p.middle {
  margin-left: 20px;
  float: left;
  display: inline;
  color: #000000;
  border: 1px solid black;
}

#Footer .right {
  margin-left: 20px;
  float: left;
  display: inline;
  color: #000000;

}

#Footer li {
	margin-left: 20px; 
	float: left;
}

#Footer li img {
	margin-top: -5px;
	margin-bottom: 10px; 
}

.clearall {
  clear: both;
}


/* ----- Navigationsmenüs ----- */

/* Hauptmenüpunkte */

ul.firstlevel { display: none; }

ul.firstlevel li { display: none; }

/* Untermenüs */
ul.secondlevel, ul.thirdlevel {   display: none; }

/* ----- Inhaltselemente allgemein ----- */

/* Image styles  */

#Content img {
	padding: 1px;
	border: 1px solid #808080;		
}

#Content img.noborder {
	border: 0;
	padding: 0;		
}
.left {
	float: left;
	margin-right: 10px;
}

.right, img.right {
	float: right;
	margin-left: 10px;
}

.image_and_caption {
	float: right;
}
.image_and_caption span {
	background-color: #808080;
	padding: 3px;
	font-size: 0.8em;
	display: block;
}

.image_and_caption span.plain {
	background: none;
	padding: 3px 0;
	font-size: 0.8em;
	display: block;
}

ul.productslist li, ul.productsplus li {
	margin: 5px 0 5px -10px;
}

.textpage p.bodytext {
  padding-right: 20px;
}

a {
  color: #000000;
  text-decoration: underline;
}

#Content P {
  margin-top: 0.5em;
  text-align: left;
}

#Content a, #Content a:visited {
  color: #000000;
  text-decoration: underline;
}


#Content h1, #Content h2, #Content h3, #Content h4, #Content h5, #Content h6 {
  color: #008898;
  font-weight: bold;
  margin-bottom: 20px;
}

#Content h1 {
  font-size: 1.3em;
}

#Content h2 {
  font-size: 1.25em;
}

#Content h3 {
  font-size: 1.15em;
}

#Content h4 {
  font-size: 1em;
  margin-top: 1.2em;
}
#Content h5 {
  font-size: 1.05em;
}

#Content h6 {
  font-size: 1em;
}

#Content h1.black, #Content h2.black, #Content h3.black, #Content h4.black, #Content h5.black, #Content h6.black {
  color: #000000;
}

#Content ul, #Content ol { 
  padding: 5px 10px 10px 25px;
}

.text-small, . sub, .sup { 
  font-size: 0.8em;
}

/* Login Box */
#LoginBox {
  overflow: hidden; 
  width: 108px;
  border: 1px solid #808080;
  padding: 1px;
  margin-top: 22px;
  height: 160px;
}

/* Hack für die Positionierung der Loginbox im IE7 */
*:first-child+html #LoginBox {
  margin-top: 42px;	
  height: 157px;
}

#LoginBox p {
  margin: 10px 3px 0 3px;
  font-weight: bold;
  font-size: 0.8em;
}

#LoginBox input {
  width: 100px;
  border: 1px solid #808080;
  background-color: #e1e1e1;
  margin: 0 3px;  

}

#LoginBox .submitbutton {
  width: 80px;
  border: 1px solid #808080;
  margin: 10px 0 5px 25px;

}

.twocolumns {
	margin-right: 10px;
	margin-top: 20px;
	display: block;
    clear: left;
}


.twocolumns .left {
	float: left;
}

.twocolumns .right {
	float: left;
	width: 400px;
}


.twocolumns p.boldblue {
	margin: 0;
	padding: 0;
	display: inline;
	color: #008898;
  	font-weight: bold;
}

.twocolumns span.boldblue {
	margin: 0;
	padding: 0;
	display: inline;
	color: #008898;
  	font-weight: bold;
}


.twocolumns a {
  	display: inline;
	color: #008898;
 	font-weight: normal;
  	font-size: 0.9em;
}

.spacer {
	margin: 20px 0 20px 0;
	clear: both;	
}

.startpageclaims {
	margin-bottom: 20px;
}

.startpageclaims .left {
	float: left;
	width: 150px;
	clear: left;
}

.startpageclaims .right {
	float: left;
		
}
/* Infoboxen auf der Startseite */
#Content .infoboxrow {
	margin: 30px 0 15px 0;		
}

#Content .infoboxrow div {
	width: 200px;
	float: left;
	margin-right: 12px;
	/* border: 1px solid #808080;
	padding: 1px; */		
}

#Content .infoboxrow div h1 {
	background: #808080;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	padding:5px;
	margin: 0;
}

#Content .infoboxrow div a {
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	margin: 5px;
	display: block;
}

#Content .infoboxrow div a.image {
	margin: 0px;
	display: block;
}

#Content .infoboxrow div img {
	padding: 0;
	border: 0;
	width: 200px;
	max-width: 400px;	
	overflow: hidden;
}

.infoboxrow div.right {
	margin-right: 0;	
}

#Content .infoboxrow .infobox {
	border: 1px solid #808080;	
}

#Content .infoboxrow .infobox2 {
	border-bottom: 1px solid #ffffff;		
	border-top: 1px solid #ffffff;	
}


#Content .infoboxrow .infoboxhighlight {
	background: #cfcfcf;
	border: 1px solid black;
}

#Content .infoboxrow .infoboxhighlight2 {
	background: #cfcfcf;
	border-bottom: 1px solid black;		
	border-top: 1px solid black;			
}

/* Products Seite */
.producttext {
	width: 70%;
	float: left;
}

.casestory {
	float: right;
	border: 1px solid #808080;
	width: 200px;
	padding: 1px;
}

.casestory .boxtextwrapper {
	padding-top: 10px;
	/* background: url("../images/box_bg.jpg") top left no-repeat; */
	background: #e2e3e3;
}

#Content .casestory h4, #LoginBox h4 {
	background: #808080;
	padding: 3px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-top: 0;
	font-size: 0.85em;
}

/* Fallbeispiele */

.casestory p {
	font-size: 0.8em;
	padding: 0 3px;
}

.casestory hr {
	color:	#808080;
	border: 0;
	border-top: 1px solid #808080; 
	height: 1px;
	width: 80%;
	margin: 10px auto;
}

/* Offen Stellen */
#Content .jobitem {
	margin-top: 30px;
	border-bottom: 1px solid #808080;
	padding-bottom: 20px;	
}
/* Rückruf-Formular */

.callback label {
	float: left;
	width: 200px;
	text-align: right;
	padding-top: 3px;
	
}

input, select,textarea {
  width: 200px;
  border: 1px solid #808080;
  margin: 5px;  
}

.submitbutton {
  float: left;
  width: 100px;
  margin: -2px 30px 0 105px;  
}

fieldset {
  border: 0;
}