@charset "UTF-8";

body, html {
	height:100%;
}

body {
	width:100%;
	
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	
	overflow-x:hidden;
	overflow-y:auto;
}

a {
	color:black;
	text-decoration:none;
}

a.hi {
	color:#e9419a;
}

p {
	margin:0px;
	padding:0px;
	padding-left:11px;
	margin-bottom:16px;
}

img {
	border:none;
}

table {
	padding-left:11px;
}


img.icon {
	margin-right:5px;
}

div.sugar {
	width:100%;
	text-align:right;
}

/* IMAGE NAVIGATION*/
div.navImg {
	position:absolute;
	left:8px;
	top:474px;
}

div.navImg img {
	margin-right:1px;
}


/* CONTENT*/
div.tit {
	line-height:29px;
	width:100%;
	border-bottom:1px solid black;
	
	background-color:white;
	
	top:0px;
	
	position:fixed;
	z-index:200;
}

div.tit p {
	margin:0px;
}

div.tit a{
	font-weight:bold;
	padding:7px;
}

div.tit a.hi, div.tit a:hover{
	color:#e9419a;
}

div.txt {
	width:600px;
	margin-top:43px;
	padding-bottom:50px;
	
	z-index:100;
}

div.txt p.zitat {
	font-weight:bold;
	width:300px;
}



img.ref{
	margin-top:29px;
}


/* Kundenliste*/

table.clientlist td {
	width:41px;	
	border-bottom:1px solid black;
	padding-left:2px;
}

table.clientlist td.tit {
	width:auto;	
	border-bottom:none;
	vertical-align:top;
	padding-left:0px;
}
table.clientlist td.name {
	width:340px;
	padding-left:0px;	
}
table.clientlist td.last {
	width:auto;
}




