
body {
	background: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	/*color: #222222;*/
	color: #555;
    margin: 0;
	padding: 0;
}

 /*Textformatierungen*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	
	color: #2763A5;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
   }
		
h2 {
	/*color: #666666;*/
	font-size: 18px;
    }
	  
h3 {
	font-size: 16px;
   }

h4 {
	font-size: 14px;
   }
   
h5 {
	font-size: 12px;
   }

h6 {
	font-size: 12px;
   }
	

p  {
	margin-top: 0;	 
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

ul, ol, dl {
	margin-top: 0;	
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 15px;
	list-style:square;

}
strong {
color: #666666;
}

/**/

/*Bildformatierungen*/


.symbol_image {
    margin-right: 10px;
   vertical-align: middle;
}

.symbol_imager {
   margin: 0px;
   vertical-align: middle;
}


.mail_image {
   margin-top: 4px;
   margin-left: 1px;
   margin-bottom: 0px;
}



img.left {
	  padding: 4px;
	  margin-right: 10px;
	  float:left;
	  border: 1px solid #a0a0a0;
	  }


img.right {
	  padding: 4px;
	  margin-left: 10px;
	  float:right;
	  border: 1px solid #a0a0a0;
	  }
	  
img.left_noborder {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  float:left;
      margin-right: 10px;
	  }


img.right_noborder {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  float:right;
	  margin-left: 10px;
	  }


img.ref {
	   border: 1px solid #a0a0a0;
	  }
	  
a img { 
	border: none;
}


.gallery_left{
	margin-right: 10px;
	text-align: center;
	width: 45%;
	float: left;
}

.gallery_right {
	float:right;
	margin-right: 10px;	
	width: 45%;
	text-align:center;
}

/**/

/*Formatierungen für Links*/

a:link {
	color: #2763A5;
	text-decoration: none;
}
	
a:visited {
	color: #2763A5;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #2763A5; 
	text-decoration: none;
}
a:active, a:focus {
	outline: none;
}

/**/

/*Container*/

.wrapper, .header_content, .navbar_content {
	width: 70%;
	margin: 0 auto;
	max-width: 1260px;
	min-width: 990px;
	
}

.wrapper {
/*margin-top: 141px;*/
}

.header, .navbar {
		width: 100%;
	    /*position:fixed;*/
}

.container {
	background: white;
	width: 100%;
	min-width: 1050px;
	margin-top: 30px;
	margin-bottom: 5px;
    display:inline-block; /*Workaround zusammen mit Wrapper damit sich die Container dem Content anpassen für FF & Safari*/ 
}

.content {
	padding: 0;
	width: 85%;
	float: left;
	min-height: 550px;
	line-height: 140%;
	
}

.ie_spacer {
   margin: 0 auto;
   width: 980px;
}
/**/

/*Header Bereich*/

.header {
	height: 115px;
    background-color: #e9effb;
	/*background-color: #c5e3f4;*/
	/*background-color: white;*/
	padding-top: 5px;
	margin-bottom: 1px;
}

.header_content {
	background-color: #e9effb;
	/*background-color: #c5e3f4;*/
	background-image: url(../images/head_left.jpg);
	background-position: 600px 15px;
	background-repeat: no-repeat;
	height: 100%;
    color: black;
}

.ident{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	padding-top: 10px;
	float:left;
    width: 75%;

}

.identi{
    color: #2763A5;
}

.gmbh{
    font-size: 20px;
}

.claim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 68px;
	margin-top: 5px;
	float:left;
}

.claim p {
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	page-break-inside:avoid;
	margin-bottom: 5px;
	padding-bottom: 5px;

}

.solutions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
	float: right;
	padding-top: 15px;
	line-height: 170%;
	width: 28%;
}

.solutions p {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;

}

/*Ende Header Bereich*/

/*Hauptnavigation*/

.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: #E9E9E9;
	/*margin-top: 116px;*/
	background-image: url(../images/nvbg.png);
	/*background-color: white;*/
	height: 25px;
}

.navbar_content {
	height: 100%;
	background-image: url(../images/nvbg.png);
}

.navbar ul {
	vertical-align: middle;
	line-height: 25px;
	list-style-type:none;
	white-space: nowrap;
	/*page-break-inside:avoid;*/
	margin: 0;
	padding:0;
}

.navbar li {
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
}

.navbar a {
	/*border-right: 1px solid #cccccc;*/
	border: none;
    outline: none;
	
}

.navbar li:first-child  {
  padding-left: 0px;
}

.navbar li:last-child  {
  padding-right: 0px;
  border-right: none;
}

.navbar a:link, .navbar a:visited {
	/*color: white;*/
	/*color: #bbdff4;*/
	/*color: #c5e3f4;*/
	/*color: #cfe6f4;*/
	color: #d4e8f4;
	
}

.navbar a:active, .navbar a:focus{
	color: #FFF;
	border: none;
    outline: none;

}

.navbar a:hover {
	color: #FFF;
}
 .navbar li.current a {
	/*color: #333333;*/
	color: #FFF;
	
}

/*Ende Navigation*/

/*Sidebar links*/

.sidebar_left {
	float: left;
	width: 12%;
	display:inline-block;
	/*position: fixed;*/
}

.kontaktbox, .remotebox{
   float: left;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 14px;
   line-height: 150%;
   color: #222222;
   width: 100%;
   background-color: white;
   padding-bottom: 5px;
   padding-top: 5px;
   margin-bottom: 5px;
}

.kontaktbox p, .remotebox p {
 padding: 0;
 margin: 0;
 line-height: 150%;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 20px;
}

/**/

/*Sidebar rechts*/

.sidebar_right {
	float: right;
	width: 0%;
	background-color: #E9E9E9;
	display:inline-block;
}

 .newsbox{
   float: left;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   line-height: 150%;
   color: #222222;
   width: 100%;
    background-color: #E9E9E9;
   padding-bottom: 5px;
   padding-top: 5px;
   margin-bottom: 5px;
}

.nheader {
	padding: 0;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
    margin-right: 10px;
	margin-top: 5px;

}

.newsbox p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 0px;
  overflow:hidden;
  border-bottom: 1px dotted #cccccc;
}
/**/

/* Fussziele */
.footer {
	padding-left: 12%;
	/*background: #2763A5;*/
	background: white;
	height: 20px;
	float: left;
	/*position: relative;*/
	clear: both;
}
.spacer {
	float: left;
	width: 12%;
	/*position: fixed;*/
}

.footer_content {
	height: 100%;
	line-height: 20px;
	
	text-align: center;
	font-size: 11px;
	background: #2763A5;
	width: 100%;
	/*margin: 0 auto;
	/*max-width: 1260px;
	min-width: 990px;*/
	/*font-weight: bold;*/
	
	color: #FFF;
	float: left;

}

/*Fuszeile Ende*/

/*Formular Formatierung*/
form {
	float:none;
    }
		
	input {
	background-color: #FFFFFF;
	border: 1px solid #2763A5;
	padding: 3px;
	font-weight: normal;
	  }
		
  .button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 12px;
   }
	  
/**/

/*Diverse*/

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.hbar {
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
	
	}
	
.cbar {
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-right: 20px;
	line-height: 100%;
	color: #666666;
    border-bottom: 1px dotted #cccccc;
}


.short {
	margin: 0;
	padding: 0;
	line-height: 170%;
	font-size: 9px;	
}

#newsPanel {
background-color: #E9E9E9;
overflow:hidden;
}

.slide {

	padding: 0;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;

	font-size: 14px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	margin-left: 10px;
    margin-right: 10px;

}

.btn-slide {
	background: url(../images/blue-arrow.png) no-repeat 0px -58px;
	height: 15px;
	line-height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	display: block;
	/*font: bold 90%/100% Arial, Helvetica, sans-serif;*/
	color: #fff;
	text-decoration: none;
	/*color: white;*/
}
.slide a:hover {
	text-decoration: none;
}

.active {
	background-position: 0px 2px;
	/*background-position: 0px -58px;*/
	
}

.inactive
{
  /*background-position: 0px 2px;*/	
  background-position: 0px -58px;
}

/**/
	

