@charset "utf-8";
/* CSS Document CurTec Assistance
   (c) 2009 Oskar D
   Nicholas Bosseler <nicholas@oskard.be>
*/

body.assistance {
	color: #036;
	background-color: #fff;
	background: none;
	padding: 2px;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px;
}
body.assistance #wrap {
	font-size: 1.3em;
	height: 490px;
	width: 500px;
	background-color: #9BD5EB;
	padding: 2px;
}

body.assistance img {
	margin:10px 10px 0 0;
	float: right;
}
body.assistance ul {
	margin: 15px 0 0 30px;
	padding: 0;
	list-style: none;
	width: 350px;
}
body.assistance ul li {
	padding: 0 0 6px 20px;
	border-bottom: 1px solid #C2E6F3;
	font-weight: bold;
}
*:first-child+html body.assistance ul li {
	padding-bottom: 0;
}

body.assistance ul li.option {
	padding: 6px 6px 6px 20px;
	border: none;
	text-transform: uppercase;
	background: transparent url(../img/arrow_right.png) no-repeat center left;
}
body.assistance ul li a {
	color: #036;
	font-weight: bold;
	text-decoration: none;
}
body.assistance ul li table td {
	padding-right: 20px;
}
body.assistance form.second {
	margin-left: 30px;
}
body.assistance p {
	margin: 10px;
}
body.assistance p.telnr {
	font-weight: bold;
}
body.assistance p a {
	color: #036;
}
body.assistance form .text {
	margin-bottom: 2px;
	border: 1px solid #C2E6F3;
	color: #aaa;
	padding: 2px;
}
body.assistance form textarea.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #aaa;
	margin-bottom: 10px;
}