@charset "utf-8";
/* Layouts & Fonts 
 * @author: Rico Lettau
 * @date: 2011-01-11
 * @version: 2.0
 */
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../img/bg_all.png);
	background-repeat:repeat-x;
	background-color:#99d2fd;
}
div.container-top {
	background-image:url(../img/bg_container.png);
	background-repeat:no-repeat;
	margin:15px auto 0px;
	width:900px;
	padding: 0px 30px 0px 30px;
	height:6px;

}
div.container {
	margin:0px auto;
	width:900px;
	height:100%;
	padding:0px 30px 30px 30px;
	background-color: #a6d0f9;
	
}
h1 {
	font-size: 16px;
	color:#FFFFFF;
	padding: 4px 0px 6px 0px;
}
h2 {
	font-size:14px;
	font-weight:700;
	color:#333333;
}
h3 {
	font-size:12px;
	font-weight:700;
	color:#333333;
	margin-top:10px;
	margin-bottom:5px;
}
p, div.content_right ul li, ol li {
	font-size: 11px;
	margin-top:10px;
}
div.content_right ol li {
	font-weight: 700;
}
div.head {
	background-image:url(../img/bg_tonerexpress01.png);
	background-repeat:no-repeat;
	height:165px;
}
div.express {
	background-image:url(../img/bg_tonerexpress01.png);
}
div.head h2 {
	padding-left: 375px;
	padding-top:40px;
	color:#0A71D8;
}
div.head h2.quot {
	text-align:right;
	color: #666666;
	padding-top:15px;
	padding-right:20px;
}

div.content_right {
	padding: 20px 30px 35px 220px;
	line-height:155%;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;	
	background-color:#eee;
}
div.content_right ul, ol {
	margin-left: 20px;
}
div.footer {
	background-color:#F0F0F0;
	text-align:center;
	padding:5px;
	color:#eee;
	clear:both;
}
table.partners tr td{
	padding:7px 7px 25px 7px;
	margin:0px;
}
table.partners {
	margin:0px;
	padding:0px;
	
}
p.partners img {
	margin: 20px;
}
	
table tr td {
	padding-top:6px;
}
input, textarea, select {
	border: 1px solid #aaa;
	background-color:#E3F0FD;
}
input { width:222px; }
input.city { width:178px; }
input.plz { width:38px; }
input.submit {
	background-color:#ddd;
	width:180px;
	font-size:11px;
}
textarea {
	width:222px;
}
input.anzahl { width: 15px; }
