/* CSS Document */

body {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 71%;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	background: #EFEFEF;
	background:#71a9e3 url(../images/back.gif) repeat-x;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
h5 {
	color: #A4C200;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none; 
}
a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #71a9e3;
	font-weight: normal;
	text-decoration: none;
}
li {
	text-align:left; 
	list-style-type: none; 
	list-style-position: outside;
	font-weight: normal;
	line-height: 1.5em;
}
input {
	padding-left: 3px; 
	font-size: 100%; 
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0.1em;
}

input.invalid, textarea.invalid {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #FFFFFF;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.2em;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

input[type="submit"] {
	border-style: outset;
	border-width: 0.2em;
	margin: 0em;
}

input[type="submit"]:active {
	border-style: inset;
	border-width: 0.2em;
	margin: 0em;
}

input[type="submit"]:focus {
	border-style: outset;
	border-width: 0.2em;
	margin: 0em;
}

legend {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
	color: #3362B4;
	font-weight: bold;
	padding: 0.5em;
}

.boxes {
	border: none;
}

.required {
	background-image: url(images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

select {
	padding-left: 3px; 
	font-size: 100%;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Tabelle */

table {
 	border: 1px solid;
	border-collapse: separate;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	width: 630px;
}
caption {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	background: #FFFFFF;
}
thead {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	background: #EDEFF1;
}
td, th {
	padding: 0.3em;
	border-spacing: 0.5em;
	text-align: left;
}

/* BOXES */
div#errorDisplay {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	border-right: #ffffff 1px solid; 
	padding-right: 0px; 
	border-top: #ffffff 1px solid; 
	display: none; 
	padding-left: 0px; 
	padding-bottom: 3px; 
	margin: 3px; 
	border-left: #ffffff 1px solid; 
	padding-top: 3px; 
	border-bottom: #ffffff 1px solid; 
	background-color: #ffffff
}
div#errorDisplay UL {
	margin-top: 0px; 
	margin-bottom: 0px; 
	list-style-type: square
}

#struttura {
	width: 650px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	font-variant: normal;
	line-height: 2em;
	background: #FFFFFF;
	color: #666666;
}
#corpo {
	width: 640px;
	float: center;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	font-variant: normal;
	line-height: 1.7em;
	background: #FFFFFF;
	color: #666666;
}
#footer {
	width: 640px;
	height: 150px;
	float: center;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-variant: normal;
	line-height: 1.5em;
	background: #FFFFFF;
	color: #666666;
	border-top: solid 3px #7BADFC;
}
