@charset "ISO-8859-1";
/*
 *  File created by Heiko Sobecki
 *  Copyright VES visa-express service 
 *  Last Change: 2010-06-03 - HS
 */

body {
    color: #036;
    background-color: #d8d7f6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    min-width: 950px;
}

a img {
    border: 0;
}

fieldset {
    padding: 10px;
    margin-bottom: 10px;
}

legend, dt {
    font-weight: bold;
    color: #036;
}

h1,h2,h3,h4,h5,h6,dt { 
	text-shadow: #999 1px 1px 1px;
}

/*
 * Dokumentenkopf
 */ 
 
#header {
	margin: 0;
	font-size: 1.2em;
	position: relative;
} 

#headlimg {
	margin: 10px 0px;
} 

#contactBox {
	position: absolute; 
	top: 10px;
	left: 520px; 
	color: #036;
	font-size: 12px;
	padding: 2px 5px;
}

address {
	font-style: normal;
}

#headsearchbox {
	left: 230px;
	top: 10px;
	position: absolute;
	width: 230px; height: 30px;
	padding: 0;
	background-image: url(/images/searchbox.png);
	display: inline-block;
}

#headsearchbox .q {
	border: 0;
	width: 125px;
	padding: 2px; margin: 5px 2px;
	background-color: #fff;
}

#headsearchbox img {
	margin: 2px 0 2px 5px;
}

#headrimg {
	right: 20px;
	top: 15px;
	position: absolute;
}

#ok, #error {
	background-image: url(/images/shadow.png);
	background-position: top;
	background-repeat: repeat-x;
}

#ok {
	width: 450px;
	border: 5px solid #0f0;
	background-color: #fff;
	color: #000;
	padding: 2px 10px;
	margin: 10px 5px;
}

#error {
	width: 450px;
	border: 5px solid #f00;
	background-color: #fff;
	color: #000;
	padding: 2px 10px;
	margin: 10px 5px;
}

/*
 * Dokumenteninhalt
 */ 
 
#content {
	margin: 70px 50px; /* ohne Ticker */
	/*margin: 10px 50px;*/ /* mit Ticker */
	min-height: 500px;
	min-width: 900px;
} 

#content h1 {
	font-size: 18px;
} 

#content h2 {
	font-size: 16px;
} 

#content h3 {
	font-size: 14px;
} 

#content a {
	color: #369;
	text-decoration: none;
	font-weight: bold;
} 

#content a:hover {
	color: #036;
}

.borderBox {
	margin: 5px;
	padding: 2px 5px;
	border: 1px solid #369;
	background-color: #fff;
}

a.btn {
	font-family: Verdana, Arial, sans-serief;
	font-size: xx-small;
	font-weight: bold;
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #999;
	color: #fff !important; background-color: #293a7b;
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: #999 2px 2px 1px;
	-html-border-radius: 3px 3px 3px 3px;
	-html-box-shadow: #999 2px 2px 1px;
}

a.btn:focus, a.btn:hover {
	border: 1px solid #369;
	color: #fff !important; background-color: #9996be;
}

table td {
	padding: 0 5px;
} 

#landinfotext p, #landinfotext table {
	margin-left: 30px;
}

.nobr {
	white-space: nowrap;
} 

.redInfo {
	color: #f00;
	font-weight: bold;
	font-size: xx-small;
}

#ticker {
	clear: both;
} 

#message {
	width: 50%;
	border: 2px solid #000;
	background-color: #0a0;
	color: #fff;
	margin: 20px;
	padding: 10px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
}

fieldset#loginbox {
	width: 250px;
}
fieldset#loginbox label {
	font-weight: bold;
	display: inline-block;
	width: 90px;
}

.ok {
	background-color: #0a0 !important;
	color: #fff !important;
}

.warning {
	background-color: #ff0 !important;
	color: #000 !important;
}

.error {
	background-color: #a00 !important;
	color: #fff !important;
}

.inlineOrderbox {
	background-color: #9996be;
	background-image: url(../images/rightboxlogo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.errorbox {
	display: inline-block;
	border: 1px solid #f00;
	background-color: #fff; color: #000;
	padding: 2px 5px;
}

.whitebox {
	display: block;
	width: 50%;
	min-width: 625px;
	border: 1px solid #036;
	background-color: #fff;
	padding: 2px 5px;
	margin-bottom: 10px;
}

#aktuellerHinweis {
	background-image: url(/images/achtung.png);
	background-position: 542px 5px;
	background-repeat: no-repeat;
	border: 1px solid #a00;
	background-color: #fff;
	width: 530px; 
	margin: 10px 0; padding: 2px 30px 2px 5px;
	display: block;
	text-align: justify;
}

.infobox {
	background-image: url(/images/information.png);
	background-position: 542px 5px;
	background-repeat: no-repeat;
	border: 1px solid #369;
	background-color: #fff; 
	width: 530px; 
	margin: 10px 0; padding: 2px 30px 2px 5px;
	display: block;
	text-align: justify;
}

.rechtliches {
	float: right;
	width: 240px;
	background-color: #fff;
	background-image: url(/images/shadow.png);
	background-repeat: repeat-x;
	border: 1px solid #369;
	padding: 5px;
	text-align: justify;
}

/*
 * Werbung etc..
 */

#topAd {
	width: 530px;
	border: 1px solid #000;
	padding: 2px 10px;
	margin: 20px 0px;
	background-color: #fff;
}

#topAd h1 {
	font-size: 11pt;
	margin: 2px 0px;
}

#topAd h2 {
	font-size: 10pt;
	margin: 2px 0px;
}

/*
 * Rechtsbündige Boxen
 */ 
 
#rightbox {
	width: 367px;
	background-color: #9996be;
	background-image: url(../images/rightboxlogo.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 

#rightIMGbox, #rightbox {
	float: right;
	top: 0;
	right: 0;
	margin: 10px;
} 

#rightbox_innerDIV {
	color: #036;
	padding: 110px 10px 0 10px;
	margin-bottom: 0;
} 

#rightbox_innerDIV a, #rightbox_innerDIV a:link {
	color: #036;
	font-weight: bold;
	text-decoration: none;
} 

#rightbox a:hover, #rightbox a:active, #rightbox a:focus {
	color: #369;
	text-decoration: underline;
} 

#rightbox .headline {
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
} 

#rightbox #other {
	margin: 10px;
}

#mainrightmenu {
	float: right;
	top: 0px;
	right: 0;
	width: 340px;
	height: 410px;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/fotos/startseite_menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #9996be;
} 

#mainrightmenu_innerDIV {
	margin: 140px 10px 10px 15px;
} 

#mainrightmenu li {
	margin-top: 5px;
}
 
#mainrightmenu li a {
	color: #036;
}

/*
 * BOLD-Definitionen
 */ 
 
.redbold, .greenbold {
	font-weight: bold;
} 

.greenbold {
	color: #080;
} 

.redbold {
	color: #f00;
}

/*
 * Tabellen-Definitionen
 */

.hover_table {
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #fff;
}

.hover_table th {
	text-align: center;
	color: #fff; background-color: #000;
}

.hover_table th,
.hover_table td {
	border-left: 1px dotted #999;
	border-top: 1px solid #999;
	padding: 3px 5px;
}

.hover_table tr:hover {
	background-color: #ddd !important;
}

.tdcenter {
	vertical-align: middle;
	text-align: center;
} 

.tdINV {
	color: #fff;
	background-color: #036;
}

/*
 * Länderliste
 */ 
 
 .landbuchstabe {
	vertical-align: top;
	text-align: center;
}

.flagge {
	width: 60px;
	height: 25px;
} 

.flagge img {
	height: 21px;
	width: 42px;
	border: 0;
} 

.landbox {
	color: #000;
	font-weight: bold;
	width: 215px;
	margin-left: 0px;
	margin-bottom: 30px;
} 

.landtitel, .tdtitel {
	background-color: #9996BE;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.landtitel a {
	color: #036 !important;
}

.landname {
	text-align: left;
}

/*
 * Sonstige
 */ 
 
.infostand {
	margin-top: 10px;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
}

.infostand span {
	font-style: italic;
}

.punktrahmen {
	border: 1px dotted #036;
}

.mitarbeiter {
	height: 15px;
	width: 25px;
	padding: 0 5px;
	font-weight: bold;
	text-align: center;
}

.linktabelle {
	width: 600px;
	border: 1px solid #293A7B;
}

.linktabelle td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.floatright {
	float: right;
}

#visaList, .visaKat {
	margin-top: 5px;
}

.visaKat {
	border: 1px dotted #fff;
	padding: 2px 5px;
	cursor: pointer;
}

.visaKat strong {
	font-size: 12pt;
}

/*
 * Fusszeile
 */

#copyright {
	width: 99%;
	border: 0;
	font-weight: bold;
}

#copyright #left, #copyright #center, #copyright #right {
	width: 33%;
	vertical-align: top;
}

#copyright img {
	border: 0;
	margin-bottom: 10px;
}

#copyright #left {
	text-align: left;
}
