html {
	font-size: 100%; 
} 

html,body{
	height: 100%;
}

body {
	background-color: #dddddd;
	
	color: #000000;
	font-family:Arial,Tahoma,Verdana;
	font-size: 12px; 
	line-height: 18px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

div, li, h1, h2, h3, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, dt, dl {
	margin:0;
	padding:0;
}

td{
	vertical-align:top;
}

pre, code {
	font-family: "Times";
	background-color: #e3e3e3;
}

a {
	color: #004c98;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #666666;
	text-decoration: underline;
}

.col2 .more {
	background-image:url(../img/bluebullet.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:10px;
	text-decoration:none;
	display:inline;
}

strong, .bold {
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 15px 20px 15px 15px;
	list-style-type: none;
}

li {
	padding: 0 0 5px 10px;
	background-image: url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}

ul#kunden{
	/*height: 70px;*/
	padding:0 5px 15px 25px;
}

ul#vpref{
	height: 150px;
	padding:0 5px 15px 25px;
}

ul#kunden li,
ul#vpref li {
	width: 261px;
	background-image: none;
	padding: 0 0 5px 0px;
}

ul#kunden li img,
ul#vpref li img{
	float:left;
	padding: 0 5px 20px 0px;
}

.col2 ul {
	margin: -10px 0 0 0;
	padding: 0px 20px 15px 25px;
	list-style-type: none;
}

.col2 ul li{
	padding: 0 0 0px 10px;
	background-image: url(../img/bluebullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	font-size: 11px;	
}

.bluetopic{
	background-color: #004c98;
	width: 281px;
	height: 260px;
	padding: 20px;
	color: #ffffff;
	float: right;
	font-size: 11px;
}

.bluetopic h2{
	color: #ffffff;
}

img{
	border: none;
}

.col1 img{
	border: 4px solid #cccccc;
}

h1{
	color: #000000;
	font-weight: normal;
	font-size:24px;
	font-family: "Helvetica Neue",Arial,Tahoma,Verdana;
	line-height: 22px;
	padding:  0 0 31px 0;
	margin: 0; 
}

h2{
	color:#000000;
	font-family: Arial,Tahoma,Verdana;
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin: 0; 
}

.more{
	display: block;
	padding-left: 10px;
	background-image: url(../img/bluebullet.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.infobox {
	/*position: relative;*/
	width: 100%;
	height: 140px;
	margin-bottom:10px;
	background-color: #cccccc;	
}

.infobox img{
	float: left;
	border: none;
	border-right: 10px solid #ffffff;
}

.infobox div.infboxcnt{
	padding: 10px 20px;
	width: 400px;
	float: right;
	display: block;
}

h3{
	color:#000000;
	background-image:url(../img/h2bullet.gif);
	background-position:0 2px;
	background-repeat: no-repeat;
	
	font-size:18px;
	font-weight:normal;
	font-family:Arial,Tahoma,Verdana;
	
	padding: 0 0 31px 26px;
	margin: 0; 
}

h4{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding: 0 0 0 10px;
	margin: 0; 
	font-family:Arial,Tahoma,Verdana;
}

h5{
	color: #000000;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	font-family:Arial,Tahoma,Verdana;
	
	padding: 8px 0;
	margin: 0; 
}

p{
	padding: 10px 0px;
}

/*****************************
 * Layout Aufbau		
*****************************/
#picbox,#wrapper,#head,#body,#foot,#navigation{
	position: relative;
}

#wrapper{
	margin: 12px auto;
	width: 963px;
	background-color: #ffffff;
	padding: 10px;
}

#head{
	padding: 0;
	height: 100px;
	background-color: #cccccc;
}

#picbox{
	height: 300px;
	padding: 10px 0 7px 0;	
}

#body{
	padding-bottom: 100px;
}

#foot{
	height: 29px;
	background-color: #cccccc;
}

/*****************************
 * Navigation		
*****************************/
ul#navigation {
	list-style:none;
	position: absolute;
	left: 22px;
	bottom: 0px;
	padding: 0;
}

ul#navigation li{
	list-style:none;
	float:left;
	border-right: 1px solid #ffffff;
	padding:0px 10px 16px 10px;
	background-image: none;
}

ul#navigation li a {
	padding-top: 0px;
	line-height: 16px;
	font-size: 14px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

ul#navigation li a:hover, 
ul#navigation li a:focus, 
ul#navigation li a:active,
ul#navigation li.act a {
	color: #004c98;
}


/*****************************
 * logo	
*****************************/
.logo {
	position: absolute;
	right: 20px;
	bottom: 14px;
}

/*****************************
 * Meta Navi		
*****************************/
.copy{
	position: absolute;
	right: 18px;
	bottom: 4px;
	
	font-size: 10px;
	color: #666666;	
}

#metanav{
	position: absolute;
	left: 18px;
	bottom: 4px;

	list-style: none;
	margin: 0;
	padding: 0;	
}

#metanav li a{
	font-size: 10px;
	color: #666666;	
}

#metanav li{
	list-style: none;
	font-size: 11px;
	color: #666666;	
	display:inline;
	padding:0 5px 0 5px;
	background-image: none;
}

#metanav li a{
	text-decoration: none;
}

#metanav li a:hover{
	text-decoration: underline;
}

/*****************************
 * Boxes and Cols		
*****************************/
#picbox dl{}

.csc-textpic-firstcol{
	float:left;
}

.csc-textpic-lastcol{
	float: right;
	padding: 0 0 0 8px;
}

.csc-textpic-firstcol .csc-textpic-lastcol{
	clear: both;
	float: none;
}

.col1{
	text-align:left;
	width: 590px;
	float: left;
	padding: 34px 18px 34px 25px; 
}

.col2{
	text-align:left;
	width: 291px;
	float: right;
	
	padding: 25px 5px 25px 25px;
	
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.spaceline,
.col1 img.spaceline{
	padding:22px 0 35px;
	margin: 0 auto;
	border: none;
}
/*******************/
/* Formular Styles */
/*******************/
form {
	margin: 0px;
  	padding: 0px 20px 0px 20px;
	width: auto;
}
	
form br {
	clear: left;
}
	
form img {
	float:left;
	border: 0pt;
}

form label {
	text-align: left;
	margin-top: 10px; 
	display: block;
	float: left;
	width: 120px;
}
		
input { 
	float: left; 
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #a5acb2;
	background-color: #ffffff;
	outline-style: hidden; 
	outline-width: 0;
	font-family: arial;
	font-size: 11px;}
	
	input.text {
		width: 250px;}
		
	input.plz {
		padding: 2px;
		width: 50px;}
		
	input.ort {
		padding: 2px;
		width: 100px;}
		
	input.password {
		padding: 2px;
		width: 100px;}
		
	input.file {
		width: 250px;
		background-color: #ffffff;}
		
	input.radio {
		width: 30px;
		background-color: #ffffff;}
		
	input.checkbox {
		margin-top:13px;
		border: none;
		background-color: transparent;}
		
	input.submit {
	  	width: 100px;
	  	padding: 1px;
		background-color: #ffffff;
		color: #000000;
		font-weight: bold;}
	
select {	
	border: solid 1px #a5acb2;
	outline-style: hidden; 
	outline-width: 0;
	margin-top: 10px;
	float: left; 
	width: 256px;
	font-family: arial;
	font-size: 11px;
 }
