/* ----------------------------------------------------------------
	www.clubmondial.com/ip2007 Standard CSS
	Autor: guycolle, Zürich
	Version: 13.06.2007
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */
body {
	background: #FFFFFF;
	font-size: 101%;
	text-align: left;
	margin: 10px 0 0 5px;
	padding: 0;
}

div, h2, h3, h4, h5, h6, p, table, ul, ol, img, form {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #3333cc;
	border-bottom: 1px solid #3333cc;
}

a:active, a:hover {
	color: #3333cc;
	border-bottom: 0;
}

.inputfield {
	border: 1px #666666 solid;
}

img {
	border: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #1384bf;
}

form, p {
	font-size: 0.75em;
}


