@charset "ISO-8859-1";
/*
 *  File created by Heiko Sobecki
 *  Copyright VES visa-express service 
 *  Last Change: 2010-02-16 - HS
 */

h1,h2,h3,h4,h5,h6 { 
	text-shadow: #999 1px 1px 1px;
}

.bgred {
	background-color: #f00;
}

.full_table {
	width: 95%;
	margin: 7px 0px;
}

.auswahlfeld {
	font-family: Arial, Verdana;
	font-size: 8Pt;
}

.fettblau {
	color: #036;
	font-weight: bold;
}

.fettrot {
	color: #f00;
	font-weight: bold;
}

.fettgruen {
	color: #0a0;
	font-weight: bold;
}

.box, 
.konsulatbox {
	width: 750px;
	padding: 5px; margin: 5px 0px;
	text-align: left;
}

.konsulatbox {
	border: 1px solid #000;
	min-height: 100px;
}

.headline {
	font-weight: bold;
	color: #036; background-color: #9996BE;
	border: 1px solid #000;
	padding: 4px 2px;
}

.redInfo {
	color: #f00;
	font-weight: bold;
	font-size: xx-small;
}

a:link, a:active, a:visited {
	color: #036;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

.hide {
	background: #D8D7F6;
	color: #D8D7F6;
}

.hide:hover {
	color: #000;
}

.downloadbox {
	text-align: center;
	background: #9996BE;
	border: 1px solid #000;
	padding: 10px 4px;
}

#loadbox {
	position: absolute; top: 0px; left: 0px;
	height: 20px; width: 99%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #000; background: #EDED00;
	border: 1px dotted #fff;
	margin-bottom: 20px;
	z-index: 99;
}

#loadbox img {
	vertical-align: middle;
}

#bestellung {
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #000;
	margin-top: 40px;
}

.bezeichnung {
	font-weight: bold;
	width: 400px;
}

.backbox {
	position: absolute; right: 5px; top: 5px; width: auto; 
	float: right; 
	margin: 0; padding: 10px; 
	border: 1px solid #f00;
}

#copyright {
	width: 100%;
	color: #036;
	text-align: center;
	font-weight: bold;
	clear: left;
	margin: 50px 0px 0px 0px;
	padding: 0;
}

strike {
	color: #999;
}

.left {
	float: left;
}

.middleform	{ 
	display: block; 
}

.middleform>input,label {
	vertical-align: middle; 
	display: inline;
}

div.table {
	display: table;
}

div.tr {
	display: table-row;
}

div.td {
	display: table-cell;
}

div.tdnobr {
	display: table-cell; 
	white-space: nowrap;
}


