* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial;
}	


body {
	background: black;  
	color: #B2800D;
}
body, td, input, textarea, select {
	font-size:12px;
}
h1 {
	font-size:1.6em;
	font-weight:normal;
	margin: 0 0 15px 0;
}
h2 {
	width:420px;
	font-size:12px;
	font-weight:bold;
	margin: 0 0 5px 0;
	color:#FCCA35;
}
a {
	color: #FCCA35;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
	color: #FCCA35;
}
img {
	border:none;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align: top; 
}
th {
	color:#6F4B07;
	padding-bottom:5px;
	border-bottom:1px solid #666;
	text-align:left;
}
th a {
	color:#6F4B07;
	text-decoration:none; 
}
th a:hover {
	color:#6F4B07;
	text-decoration:none; 
}

#center {
	text-align:left;
	margin:20px auto;
	width: 800px;
}

#content {
	margin-top:20px;
}
#content table {
	width:100%;
}

.simple {
	float:right;
	width:420px;
	font-size:1.1em;
}
.images {
	padding-top:5px;
}
.image {
	margin:0 20px 20px 0 ;
}

#popupmenu_outer {
	border-top:1px solid #926200; 
	border-bottom:1px solid #926200;
	width:700px;
	margin:10px 0 10px auto;	
}
.popupmenu_outer_intro {
	margin-right:auto !important;
}

table.FISpop_main {
	width:100%;
	text-align:center;
	white-space:nowrap !important;
}
table.FISpop_main a {
	white-space:nowrap !important;
}
table.FISpop_sub {
	background-color:black;
	border:1px solid #926200;
	border-top:0;
	padding-top:2px;
	margin-top:0px;
	margin-left:-6px;
	white-space:nowrap !important;
	text-align:left;
}
table.FISpop_sub a {
	white-space:nowrap !important;
}
.FISpop_sub_outer {
	z-index:30000;
}
.FISpop_item_main {
	padding: 2px 20px 2px 2px;
}
table.FISpop_main .FISpop_item_main:last-child {
	padding-right: 0;
}
.FISpop_item_sub {
	padding: 2px 8px 2px 8px;
}


/* CENTERBOX */
	.centerBox { 
		position: absolute;
		border: 1px solid #black;
		background-color: #444;
		z-index: 1001;
		margin-bottom:-10px;
		text-align:left;
	}
	.centerBox,
	.centerBox th {
		color:white;
	} 
/* CENTERBOX ENDE */


/* FORMS */
		
	table.inform td {
		padding:5px 2px 0 0;
	}
	table.inform td.form_title {
		font-weight:bold;
		width:120px;
		white-space: nowrap;
		padding-right:5px;
		padding-top:8px;
	}
	input.i_std {
		border:1px solid #AAAAAA; 
		width:250px;
		padding:2px 2px;
		vertical-align:middle;
	}
	input.i_small {
		padding:1px 2px;
		font-size:10px;
	}
	select.i_std {
		width:200px;
		margin-top:1px;
	}
	input.i_std_file {
		width:202px; height:18px; 
	}
	input.i_image {
		padding:0; border:0; 
	}
	input.i_zip {
		width:45px !important; 
	} 
	input.i_city {
		width:125px !important; 
	}
	input.submit {
		height:auto; 
		padding-top:0;
		padding: 0px 8px;		
	}
	
	input.radio,
	input.checkbox {
		border:none; 
		margin-right:5px; 
		height:16px; 
		vertical-align: middle;
	}
	input.checkbox {
		margin-right:5px;
	}
	*html input.radio,
	*html input.checkbox {
		margin-top:4px; 
		margin-bottom:2px; 
		height:15px; 
	}

/* FORMS ENDE */

