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

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

img {
	border: 0px;
}

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

h1, big {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	color: #000;
}

strong, b {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	color: #000;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	color: #000;
}
h2	{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin:2px;
	color: #000;
	}

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

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

a {
	color: #0000BB;
	text-decoration:underline;
}

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

