fieldset {
		margin-top: 20px;
		padding: 10px;
		border-color: #cccccc;
		border-style: solid;
		border-width: 1px;
	}

legend {
		font-size: 1.2em;
		padding-right: 5px;
		padding-left: 5px;
		color: #990000;
	}

label {
	display: inline-block;
	padding-top: 3px;
	cursor:pointer;
}

span.radio {
	display: inline-block;
	padding-top: 5px;
	cursor:pointer;
}

input.border,select.border, textarea.border {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input.border_red,select.border_red, textarea.border_red {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: #990000;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

textarea {
	
	overflow: auto;

}

input.underline {
	border-bottom-color: #cccccc;
	border-bottom-style: dashed;
	border-top-style: none;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	font-size: 1.2em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#submit {
	font-size: 1.2em;
	background-color: #cccccc;
	border-style: none;
	border-width: 0px;
}

#submit:hover {
	color: white;
	background-color: #990000;
}

#login {
	margin-top: 20px;
}

#login_pic {
	float: left;
	background-repeat: no-repeat;
	background-image: url(login.jpg);
	height: 272px;
	width: 200px;
}

#login_desc {
	margin-left: 250px;
	width: 300px;
}

#form_geb_tag {
	width: 60px;
}

#form_geb_monat {
	width: 60px;
}

#form_geb_jahr, #form_anrede, #form_seit_jahr, #form_von_jahr, #form_bis_jahr {
	width: 100px;
}

#form_name {
	width: 300px;
}

#form_vorname {
	width: 305px;
}

#form_plz {
	width: 60px;
}

#form_ort {
	width: 171px;
}

#form_nr {
	width: 30px;
}

#form_strasse {
	width: 230px;
}

#verband, #u_verband {
	width: 670px;
}

#form_seit_monat, #form_von_monat, #form_bis_monat {
	width: 120px;
}

#form_funktionen, #form_veranstaltungen, #form_projekten, #form_gremien {
	width: 820px;
}

span.pointer {
	font-size: 0.9em;
	text-decoration: underline;
	cursor:pointer;
}

span.pointer:hover {
	font-weight: bold;
	color: black;
}

table.nachweis label {
	margin-top: 0px;
	padding-top: 0px;
}

table.nachweis {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 1.2em;
}

#submit_img {
	border-style: none;
	border-width: 0px;
}

#speichern {
	background-color: #cccccc;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 3px;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#speichern:hover {
	background-color: #990000;
	color: white;
}



