.maintekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.pagetitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.topCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {
	color: #521c4f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

h1 {color: #800080;}
h2 {color: #CC66CC;}
h3 {color: #000000;}

img {border: 0px;}

/* formulieren */
form {
	margin:10px; padding: 0 5px;
	border: 0px solid #D5D5D5; 
	background-color: transparent; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #666;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	background-color: #98CCE1;
}
textarea {
	width:304px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #666;
	height:50px;
	display:block;
	color:#777;
	background-color: #98CCE1;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(img-styling/nav.jpg) repeat-x 0 0;
	border: none;
}
