@charset "utf-8";
/* ============================================================= */
/* Web design by webaff :() Philippe Kuenzler - http://webaff.ch */
/* ============================================================= */
* {
	margin:0;
	padding:0;
/*	font-family:Arial;*/
	font-family:Georgia,'New Century Schoolbook','Times New Roman',Times,serif;
	font-weight:normal;
	font-style:italic;
	color:#383A3B;
	border:0;
}
body {
	padding:0 10px;
	background:#fff;
	font-size:1em;
}

/* structure */
#head {
	width:940px;
	height:115px;
	margin:0 auto 30px auto;
	padding:30px 0;
	background:url(/images/bg-paws-top.gif) no-repeat right top;
	border-bottom:1px solid #CDCECE;
}
#head img {
	border:0 !important;
}
#body {
	width:940px;
	margin:0 auto;
	overflow:hidden;
	background:url(/images/bg-colborder.gif) repeat-y left top;
}
#menu {
	width:220px;
	float:left;
}
#content {
	width:700px;
	float:left;
	padding-left:20px;
}
#foot {
	width:940px;
	height:270px;
	margin:30px auto 0 auto;
	padding:30px 0 0 0;
	border-top:1px solid #CDCECE;
	background:url(/images/bg-paws-bottom.gif) no-repeat center bottom;
}
#foot div {
	width:140px;
	float:left;
	margin:0 20px 0 0;
}
#foot div.last, #credit {
	margin:0 !important;
}
#foot p {
	margin-top:5px;
	text-align:center;
}
#credit {
	padding-top:50px;
	width:940px !important;
	text-align:right;
}

/* main content */
img {
	display:block;
	border:1px solid #CDCECE;
}
h1 {
	font-weight:bold;
	font-size:1em;
	line-height:1.5em;
}
p, ul {
	line-height:1.5em;
	padding-bottom:1.5em;
}
p.last {
	padding-bottom:0;
}
ul {
	list-style:disc outside none;
	margin-left:1em;
}
a {
	text-decoration:none;
	color:#9B9C9D;
}
a:hover, li.on a {
	color:#383A3B;
}
.bold, strong {
	font-weight:bold;
}
a.mail {
	float:right;
	margin-top:105px;
	width:167px;
	height:10px;
	background:url(/images/kontakt-mail.gif) no-repeat center top;
}
a.mail:hover {
	background:url(/images/kontakt-mail-on.gif) no-repeat center top;
}
.alert h1,
.alert p {
	color:#c00;
}

/* menu */
#menu ul {
	list-style:none;
	margin-left:0;
}
#menu li {
	margin-bottom:1.5em;
}
#menu a {
	display:block;
	padding-left:21px;
	background:url(/images/bg-menu.gif) no-repeat left center;
}
#menu a:hover, #menu li.on a {
	background:url(/images/bg-menu-on.gif) no-repeat left center;	
}

/* forms */
input, textarea {
	color:#3380CC;
	background:#fff;
	font-size:1em;
	border:1px solid #d2d5d9;
}
input.field, textarea.field {
	width:37.49em;
	padding:5px;
}
.radio {
	vertical-align:middle;
	border:0;
}
.button {
	color:#86888a;
	margin-right:1em;
	cursor:pointer;
	padding:1px 2px;
}
.button:hover {
	color:#fff;
	border-color:#303336;
	background:#303336;
}
.usrtxt, .usrtxt a {
	color:#3380CC;
	border-bottom:0;
	padding:0;
	background:none;
}
.errorfield {
	border:1px solid #f88;
}
.errors, .answer {
	margin-bottom:1em;
	line-height:1.667em;
}
.answer {
	padding:0.5em;
	border:1px solid #d2d5d9;
}