/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		24.10.2006
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 * @author		Raphael Fink, 3w-publishing.ch
 */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

img {
	border: 0px;
}

form, input, object {
	margin: 0px;
	padding: 0px;
}

input, select {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

strong, b {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: 5px 0px 5px 0px;	
}

div ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div ul ul, div ul ul ul, div ul ul ul ul {
	margin: 5px 0px 0px 20px;
	list-style-type: disc;
}


a {
	color: #D82615;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}
.back {
	color:#F00;
}
.formerror {
	color:#F00;
}
tr.alt {
	background-color:#DADADA;
}
