body, #content, #menu, body.printVersion, td , h1, h2, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

select, input {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content {
	font-size: 11px;
}

.feature, .adWonderFeature p {
	line-height: 15px;
}

#footer, #footer a, #newslistTop, .light {
	color: #989898;
}

h1, h2 {
	font-size: 14px;
	color: #BD0E3F;
}

h2 {
	font-size: 12px;
	color: #153367;
}

a {
	color: #3B62AD;
}

.news {
	font-size: 18px;
	line-height: 22px;
}

.adWonderFeature h1 {
	font-size: 12px;
	margin: 0 0 10px 0;;
}


/* Formulare */


#formreg table{
    margin: 0px auto 0px auto;
    padding: 0px;

    width: 400px;

 }

.formFieldDescription {
    color: #153367;
    font-weight: bold;
	text-align: right;
    width: 150px;
}

.input, .select, .btn, textarea, .radio {
	width: 200px;
	margin-left: 5px;
	background-color: none;
}

.select{
	width: 204px;
}

.radio {
	width: auto;
	margin: 0 5px 0 10px;
	border: 0;
}

.checkbox {
	width: auto;
	margin: 0 5px 0 10px;
	border: 0;
}

.btn {
	width: auto;
	border: 1px solid #a7a7a7;
	background-color: #f7f7f7;
}

.optionGroup {
	background-color: #eee;
	border-bottom: 1px solid black;
	font-weight: bold;
}

.highlight {
	background-color: #008000;
	color: white;
}

.success {
	color: green;
	font-weight: bold;
}

.failure {
	color: red;
	font-weight: bold;
}

.booking {
	border: 1px solid #a7a7a7;
	background-color: #f7f7f7;
	padding: 3px 10px 3px 10px;
	margin: 5px 0 0 5px;
	text-decoration: none;
	text-align: center;
}

.booking:hover {
	background-color: #d7d7d7;
}

li.hold {
	color: #989898;
}

.memberName, .memberAddress, .memberPhone {
	font-style: italic;
}

.light {
	font-weight: normal;
	font-size: 10px;
}