/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		11.08.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: 18px;
	color: #fff;
}

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;
}

/*div, td {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
} */

h1 {
	font-family: Arial;
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
	margin-top: 0px;
	color: #333333;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top:25px;
}

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: #900030;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.formerror {
	color:#F00;
}
table {
	font-size:11px;
}

tr.fd-file {
	border-bottom:1px solid #fff;
}

