@charset "utf-8";
/* ============================================================= */
/* Web design by webaff :() Philippe Kuenzler - http://webaff.ch */
/* ============================================================= */
* {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
	font-weight:normal;
	color:#000;
	border:0;
}
body {
	background:#fff url(/assets/images/global/bg-head.jpg) repeat-x center top;
	font-size:13px;
}

/* structure */
#page {
	background:url(/assets/images/global/head.jpg) no-repeat center top;
	width:815px;
	overflow:hidden;
}
#head {
	padding:180px 0 0 240px;
}
#main {
	clear:both;/* be nice to IE6 */
}
.col-1, .col-2 {
	padding:20px 20px 10px 20px;
	overflow:hidden;
	float:left;
	width:200px;
}
.col-2 {
	padding:0 0 10px 0;
	width:575px;
}
#foot {
	background:url(/assets/images/global/bg-dot.gif) repeat-x center bottom;
	margin-bottom:15px;
}
#foot #claim {
	padding:0 20px;
	line-height:68px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:url(/assets/images/global/bg-foot.jpg) repeat-x center top;
}
#foot #info {
	padding:0 20px;
	line-height:27px;
	background:url(/assets/images/global/bg-dot.gif) repeat-x center top;
	font-size:10px;
}

/* main content */
img {
	display:block;
	border:1px solid #ccc;
	margin-top:3px;
}
#mbImage img {
	border:0;
}
h1 {
	font-size:19px;
	line-height:24px;
	padding:5px 0 10px 0;
	margin:20px 0 0 0;
	background:url(/assets/images/global/bg-dot.gif) repeat-x center top;
}
h2 {
	font-size:14px;
	line-height:19px;
	padding:8px 0 4px 0;
	font-weight:bold;
}
p, ul {
	line-height:19px;
	padding:4px 0;
	overflow:hidden;
}
ul {
	list-style:disc;
	padding-left:16px;
}
ul ul {
	padding-bottom:0;
}
a {
	text-decoration:none;
	color:#007;
}
#head a, .col-1 a, .link-arrow {
	background:url(/assets/images/global/bg-arrow.gif) no-repeat left center;
	padding-left:10px;
}
a.on, li.on a {
	color:#888;
}
a:hover, a.on:hover, li.on a:hover {
	color:#888;
}
.img-float {/* via MODx auch für p */
	float:left;
	margin-right:10px;
}
.bold, strong {
	font-weight:bold;
}
.clear {
	clear:both;
}

/* tables */
table {
	border-collapse:collapse;
	margin-bottom:8px;
}
td {
	vertical-align:top;
	padding:0 10px 0 0;
	line-height:19px;
}
table.vis {
	border-top:1px solid #ccc;
}
table.vis td {
	padding:5px 10px 6px 0;
	border-bottom:1px solid #ccc;
}

/* meta menu */
#head ul {
	overflow:hidden;
	list-style:none;
	padding:0;
}
#head li {
	float:left;
	padding-right:20px;
}

/* main menu */
.col-1 ul {
	list-style:none;
	padding:1px 0 8px 0;
	background:url(/assets/images/global/bg-dot.gif) repeat-x center top;
}
.col-1 ul ul {
	margin-top:2px;
	padding:0;
	background:none;
}
.col-1 ul li {
	padding:3px 0 4px 0;
	background:url(/assets/images/global/bg-dot.gif) repeat-x center bottom;
}
.col-1 li ul {
	display:none;
	padding-left:10px;
}
.col-1 li li {
	font-size:12px;
	padding:0;
	background:none;
}
.col-1 a {
	display:block;
	font-weight:bold;
}
.col-1 li.on ul { display:block; }
.col-1 li.on li a { color:#007; font-weight:normal; }
.col-1 li.on li.on a { color:#888; }
.col-1 li li a:hover { color:#888; }

/* forms */
.tab {
	margin-left:120px;
}
label {
	width:120px;
	float:left;
}
input, textarea {
	color:#000;
	background:#fff;
	font-size:1em;
	border:1px solid #d2d5d9;
}
input.field, textarea.field {
	width:300px;
	padding:5px;
}
.radio {
	vertical-align:middle;
	border:0;
}
.button {
	color:#007;
	margin-right:10px;
	cursor:pointer;
	padding:2px 3px;
	font-weight:bold;
}
.button:hover {
	color:#888;
}
.usrtxt, .usrtxt a {
	color:#3380CC;
	border-bottom:0;
	padding:0;
	background:none;
}
.errorfield {
	border:1px solid #f00;
}
.errors {
	margin-bottom:10px;
	line-height:19px;
	padding:10px;
	width:410px;
	border:1px solid #f00;
}
.answer {
	padding:0.5em;
	border:1px solid #d2d5d9;
}
