@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF8400;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
#header {
	background-image: url(flashdesign-logo.png);
	background-repeat: no-repeat;
	background-color:#FF8400;
	background-position: 785px center;
}
#menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8400;
	text-indent: 211px;
}
#left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8400;
	text-align: left;
	line-height: 17px;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: left;
	padding: 11px;
}
#right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-align: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	background-image: url(footer.gif);
	background-repeat: repeat-y;
	text-indent: 300px;
	line-height: 25px;
	vertical-align: middle;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #FF8400;
	text-decoration: underline;
}

.ce_table table {
width: 100%;
border:thin solid #FF8400;
margin: 10px 0 20px 0;
}

.ce_table table th, .ce_table table td {
padding: 5px;
}

.ce_table table tbody tr td {
border-top:thin solid #ccc;
text-align: right;
}

.ce_table table tbody tr.row_0 td {
border-top: none;
text-align: right;
}

.ce_table table tbody tr td.col_0 {
text-align: left;
}


.ce_table table thead tr th {
text-align: right;
}

.ce_table table thead tr th.head_0 {
text-align: left;
}

.ce_table table thead tr th {
background-color: #FF8400;
color: white;
}

.ce_table table tfoot tr td {
	border-top:thin solid #FF8400;
	background-color: #FF8400;
	color: #FFFFFF;
	font-size: 8pt;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
}
.textarea {
	height:90px;
	width:400px;
	color: #003366;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.checkbox, .radio_container {
	margin-left: 10px;
}
.radio_container {
	margin-left: 5px;
}
.textfield, .text, .select, .selectmenu {
	margin-left: 10px;
	width:250px;
	color: #003366;
	margin-bottom: 2px;
}
.submit {
	background:#FF8400 none repeat scroll 0%;
	margin:5px;
	margin-left: 10px;
	color: #003366;
}

