/* CSS Document */
*  {	
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body {	
	text-align:center;
	background:#f3f8ff;
	color: #02275B; 
}

p { 
	color: #02275B; 
	margin: 0px 0px 15px 0px;
	line-height: 140%;
}	

a {
	color: #02275B; 
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#2E5EB0;
}


h1 {
	color:#02275B;
	font-size:20px;
	font-weight: bold;
	line-height:40px;
	letter-spacing: 0.1em;
}

h2 {
	color:#02275B;
	font-size:14px;
	font-weight: bold;
	margin-bottom:5px;
}

.product{
	margin-bottom:30px;
}

.product img {
	float:left;
	margin-right:20px;
}

.clear {
	clear:both;
}

.prices {
	width:98%;
	border:1px solid #CFD8E7;
	border-spacing:0px;
}

.prices td {
border:1px solid #CFD8E7;
}
.pricesheadline {
	background-color: #CFD8E7;
}


.request {
	width:100%;
	border-spacing:0px;
}

.request td {
padding:2px;
}
.requestheadline {
	background-color: #CFD8E7;
}






.referenz {
	margin-right:25px;
	margin-bottom:10px;
}

#page {
	margin: 3em auto;
	width:900px;
	height:550px;
	text-align:left;
	border-top:1px solid #CFD8E7;
	border-left:1px solid #CFD8E7;
	border-right:1px solid #CFD8E7;
	border-bottom:1px solid #CFD8E7;
}

#header {
	height:75px;
	background: url(../images/header.gif) no-repeat;
	background-color: #F3F8FF;
	border-top:10px solid #CFD8E7;
	border-bottom:10px solid #CFD8E7;
}


#navigation {
	height:20px;
	border-bottom:1px solid #CFD8E7;
  	line-height:20px;
  	padding-left:325px;
}


#navigation ul li {
  display:inline;
}

#navigation ul {
	list-style:none;
	margin:0;
	float:left;
	font-size:12px;
	font-weight:bold;
}

#navigation li a{
	float:left;
	padding-left:20px;
	color:#02275B;
	text-decoration:none;
}

#navigation li a:hover{
	color:#2E5EB0;
}

#left-content {
	width:300px;
	height:auto;
	float:left;
}

#right-content {
	width:550px;
	height:400px;
	overflow:auto;
	float:right;
	padding-right:5px;
}

#right-content li {
	list-style:none;
}

#footer {
	width:900px;
	height:20px;
	float:left;  	
  	border-top:10px solid #CFD8E7;
  	padding-top:3px; 	
}

#footer img {
	float:right;
	border:none;
}

#imprint {
	font-size:9px;
	height:10px;
	line-height:15px;
}

#imprint a {
	font-size:9px;
	font-weight:normal;
}
