/* CSS Document */

body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#001e4c;
	padding:0px;
	margin:0px;
}

#content {
	margin: 0 10px;
	width: 579px;
}

#content h1 {
	color: #4d4d4d;
	font-size: 1.4em;
	margin: 8px 10px;
}

#content h2 {
	background: url(../../images/popup/subline.jpg) no-repeat;
	font-size: 1.0em;
	padding: 0 10px;
	color: #ffffff;
	margin: 6px 0;
}

#content p {
	margin: 0 10px 12px;
}

#content a {
	color: #001e4c;
}

#content a.fett {
	background-image:url(../../images/arrow_blue.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:16px;
	font-weight:bold;
	font-size: 0.9em;
	color: #001e4c;
	display:block;
}

#content img {
	border: none;
}

#content label {
	margin: 0 10px;
  	width: 200px;
	display: block;
	float: left;
	line-height: 16px;
}

ul { margin: 10px; padding: 0px; }

ul li {
	list-style-type: none;
	background: url(../../images/abb_list.gif) no-repeat;
	color: #001e4c;
	background-position: 0px 6px;
	padding-left: 20px;
}

input, select {
	border: solid 1px #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001e4c;
	padding: 0px;
	margin: 0px;
}

input {
	width: 250px;
}

select {
	margin-right: 27px;
	width: 100px;
}

input#checkbox, input#submit {
	vertical-align: text-top;
	*vertical-align: middle;
	margin: 0 10px;
	border: none;
	width: auto;
}

input#radio {
	vertical-align: text-bottom;
	*vertical-align: middle;
	border: none;
	width: auto;
}

div.spacer {
	clear: left;
	height: 6px;
	*height: 4px;
}

div.separator {
	border-bottom: 1px dotted #999999;
	margin: 12px 0;
}