/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003768;
}

form {
	margin:0px;
	padding:0px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #c5dae8;
	padding:3px 6px;
	color:#003768;
}
.button {
	background:#78b7e4;
	border:none;
	font-weight:bold;
	color:white;
	cursor:pointer;
	padding:3px 10px;
}

a {
	color:#78b7e4;
	text-decoration:underline;
}
a:hover {
	color:#78b7e4;
	text-decoration:none;
}


p {
	margin:0 0 15px 0;
	line-height:16px;
	font-size:12px;
}
p.date {
	color:#6a6a6a;
	margin-bottom:10px;
}
h4 {
	font-weight:normal;
	font-size:16px;
	margin:0 0 2px 0;
}
h4 span {
	color:#78b7e4;
}
h4 a {
	color:#003768;
	text-decoration:none;
}
h4 a:hover {
	color:#78b7e4;
	text-decoration:none;
}	
h3 {
	font-weight:normal;
	font-size:16px;
	margin:0 0 15px 0;
}
h5 {
	font-weight:normal;
	font-size:12px;
	color:#78b7e4;
	margin:0 0 15px 0;
}
h6 {
	font-weight:normal;
	font-size:12px;
	color:#78b7e4;
	margin:0 0 0 0;
}

ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:10px;
}
ol li {
	background:none;
	padding-left:0px;
}
li ul {
	margin:5px 0px -2px 0px;
}
li,
li ul li {
	background:url(/pic/bull.gif) no-repeat 0 6px;
	padding:0 0 5px 10px;
}
li ul li {
	background:url(/pic/bull_d.gif) no-repeat 5px 6px;
	padding-left:15px;
}
.fragment li {
	padding:0 0 5px 10px!important;
}
.fragment ul {
	margin-bottom:0px!important;
	border-bottom:10px solid white!important;
}
.fragment ul ul {
	border-bottom:none!important;
	margin-top:10px!important;
	margin-left:10px!important;
}
.fragment ul ul li {
	background:url(/pic/bull_d.gif) no-repeat 0 6px;
}

hr {
	border:none;
	height:1px;
	overflow:hidden;
	background:#c5dae8;
	color:#c5dae8;
	margin-bottom:15px;
}





table.results input {
	padding:0px;
}
table.results a {
	color:#003768;
}


.kerdes_form {
	margin-left:36px;
}
.kerdes_form .button {
	background:#78b7e4;
	font-weight:bold;
	color:white;
	width:194px;
}
.kerdes_form input {
	width:180px;
}
.kerdes_form .file {
	width:194px;
}