/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		09.11.2005
 * @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;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	/*margin-top:2px;*/
}

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: #012E5B;
	text-decoration: none;
	font-weight:bold;
}

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

label.formerror {
	color: #ff0000;
}

/* Downloadtemplate */

.fd-alt {background: #E7EEF9;}
.fd-directory td {background: #fff;border-bottom: 1px solid #89898B;line-height: 25px;}
.fd-file td {border-bottom: 1px solid #89898B;line-height: 20px;}

