/* 0.01 2006-04-16  */

body {
	background-color: #7983c1;  /* light blue */
	/*background:url(images/bkg1.jpg); background-repeat:repeat-all; background-attachment:fixed;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	text-align:left;
	padding:0px;
	margin:0px;
	color:black;
}

@media print
{
	body { background-color: #fff; }
}
	
#tblA {
	width:810px;
	margin-left:auto;
	margin-right:auto;
}
td.tlA {
	width:30px;height:50px;background:url(images/border/tl.jpg)
}
td.tA {
	width:710px;height:50px;background:url(images/border/t.jpg) repeat-x
}
td.trA {
	width:30px;height:50px;background:url(images/border/tr.jpg)
}
td.blA {
	width:30px;background:url(images/border/bl.jpg) repeat-x
}
td.bA {
	width:710px;background:url(images/border/b.jpg) repeat-x
}
td.brA {
	width:30px;background:url(images/border/br.jpg) repeat-x
}
td.lA {
	width:30px;background:url(images/border/l.jpg) repeat-y
}
div.mA {
	position:relative;height:105px;overflow:hidden;background:url(images/hd.jpg) repeat-x;
}
td.rA {
	width:30px;background:url(images/border/r.jpg) repeat-y
}

form,table {
	background-color:transparent;
}

/* tipp: <center> in CSS: margins = auto */
div#divA {
	position:relative;
	width:810px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:transparent;*/
	background:url(images/border/lr.jpg);
	padding-top:50px;padding-bottom:48px; padding-left:20px;padding-right:20px;
}

/* header with images */

div#divH1 {
	position:relative;
	/*background:url(images/top1.jpg); background-repeat:no-repeat;*/
	/*background:url(images/border/b.gif) repeat-x scroll bottom;*/
	/*background:url(images/border/mm.gif);*/
	background:url(images/hd.jpg);
	/*background-attachment: scroll;*/
	/*background-color:red;*/
	overflow:hidden;
	/*clip:rect(0px,810px,150px;0px);*/
	height:150px;
	width:810px;
	/* z-index:1; */
}
div#divH2 {
	position:absolute;
	/*background:url(images/top1.jpg); background-repeat:no-repeat;*/
	/*background:url(images/film.gif) repeat-x scroll top;*/
	background:url(images/hd.jpg);
	background-attachment: scroll;
	/*background-color:red;*/
	overflow:hidden;
	height:100px;
	width:590px;
	top:0px;
	left:167px;
	padding-top:16px;
	padding-left:0px;
	/* z-index:1; */
}

/* content container */
div#divCC {
	background-color:#7983c1;
}

/* content left side (main content) */
div#divCL {
	position:relative;
	top:0px;
	left:0px;
	width:810px;
	min-height:400px;
	padding:0px;
	overflow:hidden;
	background:url(images/bkg4.jpg);
}

/* content right side (search, login, calendar..) */
div#divCR {
	position:relative;
	top:0px;
	right:0px;
	/*z-index:1000;*/
	width:150px;
	/*min-height:200px;*/
	float:right;
	background-color:#cccccc;
	overflow:hidden;
}

/* Menues (head and foot) */

div.menuTop {
	position:absolute;
	bottom:0px;
	left:0px;
	padding-left:5px;
	padding-top:5px;
	width:810px;
	height:45px;
	/*clear:none;*/
	float:left;
	background:url(images/border/b.gif);/* repeat-x scroll bottom;*/
	/*background-color:transparent;*/
}

/* language menue */
div.menuLanguage {
	position:relative;
	bottom:-5px;
	/*top:0px;*/
	width:75px;
	height:30px;
	margin:0px;
	padding-left:0px;
	padding-top:5px;
	float: right;
	clear:none;
	background-color:transparent;
}

div.menuBottom {
	position:relative;
	bottom:-5px;
	left:0px;
	padding-left:5px;
	/*width:905px;*/
	width:730px;
	height:30px;
	/*clear:none;*/
	float:left;
	background-color:transparent;
}

/****************** Unterbereiche ****************************/

.tx-vdws-pi1,.tx-vdws-pi2,.tx-vdws-pi3,.tx-vdws-pi4 {
	position:relative;
	font:100% Verdana,Arial,Helvetica,sans-serif;
	width:800px;
	padding:5px;
	margin:0px;
	background-color:transparent;
	/*overflow:auto;*/
	/*border:0;*/
}

img#header_foto_b { position:absolute;top:200px;left:20px;border:4px inset blue;z-index:110;visibility:hidden }
img#home_kiter_b { position:absolute;right:8px;top:20px;z-index:100;visibility:hidden }


/* Content rechts: Suchbox */

div.divSearch {
	/*background-color:yellow;*/
	background:url(images/search2.gif) no-repeat top left;
	width: 140px;
	height: 59px;
}

form.searchbox {
	padding: 9px 0;
}
			
input.search-field {
	border: 0;
	height: 14px;
	width: 140px;
	padding: 2px 4px;
	margin: 6px 0 0 8px;
	float: left;
	color: #333;
	font-size: 80%;
}
			
input.search-submit {
	width: 51px;
	height: 18px;
	margin: 6px 0 0 3px;
	/* background: (images/submit_blue.gif) no-repeat 0 0; */
	background-color: #333;
	padding: 0 4px;
	color: #fff;
	font: 70% Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #fff;
	float: left;
}

div.divLogin {
	background: #EBD198; /*url(images/login_box_top2.gif) no-repeat top left;*/
	width: 150px;
	z-index:10;
}

form.loginbox {
	padding: 4px 0;
	font-size: 85%;
	margin: 0;
	z-index:10;
}

form.loginbox p {
	font: 80% Arial, Helvetica, sans-serif;
	margin: 2px 0 0 8px;
	padding: 0;
	clear: left;
	z-index:10;
}

form.loginbox > td {
	font: 80% Arial, Helvetica, sans-serif;
	color:blue;
	z-index:10;
}

.loginbox-user, .loginbox-pass {
	border: 0;
	height: 14px;
	padding: 2px 4px;
	margin: 2px 0 0 8px;
	color: #333;
	font-size: 90%;
	width: 90px;
	float: left;
	/*z-index:10;*/
}

.loginbox-submit {
	width: 51px;
	height: 18px;
	margin: 2px 0 0 3px;
	/* background: url(images/submit_green.gif) no-repeat 0 0; */
	cursor:pointer;
	background-color: #333;
	padding: 0 4px;
	color: #fff;
	font: 80% Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #fff;
	float: left;
	z-index:10;
}

div.divLoginBottom {
	background: #EBD198; /* url(images/login_box_bottom2.gif) no-repeat bottom left;*/
	width: 150px;
	height: 10px;
}

.countrySelector, .languageSelector {
	background-color:#dff; width:29ex; border:6px solid #ddd;
}

.customerSeekL {
	width:220px;
	overflow:hidden;
	float:left;
}

.customerSeekL li {
	color:blue;
	font:120% bold Verdana,Arial,Helvetica,sans-serif;
	padding-top:5px;
	padding-bottom:5px;
}

.customerSeekF {
	margin-top:50px;
	margin-left:0px;
	padding:5px;
	width:500px;
	overflow:hidden;
	background-color:silver;
	color:black;
	font-size:100%;
	/*clear:right;*/
}

customerSeekF td {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.divCustomerShow > table {
	clear:left;
	margin-top:5px;
	margin-left:0px;
	padding:10px;
	background-color:silver;
	font-size:100%;
}

.errMsg {
	color:red;
	font-size:150%;
	padding:10px;
	width:570px;
	background-color:#cccccc;
}

.errMsg span {
	color:blue;
	font-size:180%;
}

.addressInput {
	position:relative;
	font:100% bold Verdana,Arial,Helvetica,sans-serif;
	width:600px;
	padding:10px;
	margin:0px;
	background-color:white;
}

img.addressInputPic {
	position:absolute;
	top:30px;
	left:430px;
}

img.addressInputStepL {
	position:absolute;
	top:30px;
	left:350px;
}

img.addressInputStepT {
	position:absolute;
	top:90px;
	left:350px;
}

.stepInput {
	position:relative;
	font:100% bold Verdana,Arial,Helvetica,sans-serif;
	margin:0px;
	width:740px;
	padding-left:5px;
	background-color:transparent;
}

.stepInputCard1 {
	position:absolute;
	top:5px;
	left:400px;
	padding:0px;
	margin:0px;
}

img#uimg {
	position:absolute;
	top:44px;
	left:3px;
	width:80px;
}

.stepInputCard1 p {
	position:absolute;
	/*
	top:36px;
	left:85px;
	*/
	padding:0px;
	margin:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:800;
	/*
	font-size:12pt;
	line-height:26px;
	*/
	font-size:15px;
	line-height:29px;
	top:42px;
	left:95px;
}

.stepInputCard2 {
	position:absolute;
	top:210px;
	left:400px;
}

/*
img.stepInputStepL {
	position:absolute;
	top:34px;
	left:72px;
}

img.stepInputStepT {
	position:absolute;
	top:34px;
	left:172px;
}
*/	

/* Card Big */

.cardKB {
	position:relative;
	font:100% bold Verdana,Arial,Helvetica,sans-serif;
	width:580px;
	height:200px;
	padding:10px;
	margin:0px;
	background-color:white;
}

.cardKB_Front__ {
	position:relative;
	/*top:30px;*/
	/*left:20px;*/
	cursor:pointer;
	/*border-style:none;*/
	float:left;
}
.cardKB_Front {
	position:relative;
	top:0px;
	left:0px;
	/*top:30px;*/
	/*left:300px;*/
	/*cursor:pointer;*/
	float:left;
}

.cardKB_Picture {
	position:absolute;
	top:44px;
	left:3px;
	width:80px;
}

.cardKB_Gold {
	position:absolute;
	top:152px;
	left:3px;
	width:80px;
	font-size:7pt;
	color:blue;
	text-align:center;
	/*visibility:hidden*/
}

.cardKB_Text {
	position:absolute;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:800;
	font-size:15px;
	line-height:29px;
	top:42px;
	left:95px;
	padding:0px;
	margin:0px;
}

.cardKB_Back {
	position:relative;
	top:0px;
	left:0px;
	/*top:30px;*/
	/*left:300px;*/
	cursor:pointer;
}

.cardKB_Level {
	position:absolute;
	top:40px;
	left:86px;
	padding:0px;
	margin:0px;
}

.cardKB_Theory {
	position:absolute;
	top:40px;
	left:198px;
	padding:0px;
	margin:0px;
}

/* licence print 
.cardKB_Print {
	position:absolute;
	width:200mm;
	height:145mm;
  background:url(images/a5_75.jpg);
	background-position:-10mm -14mm;
	background-repeat:no-repeat;
}
*/

/*
.cardKB_Print p {
	position:absolute;
	left:110mm;
	top:45mm;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:800;
	font-size:4mm;
	line-height:7.5mm;
}

.cardKB_Print i {
	position:absolute;
	left:32mm;
	top:30mm;
	font-style:normal;
}
*/

.cardLicence_Text {
	position:absolute;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:800;
	font-size:15px;
	line-height:20px;
	top:5px;
	left:90px;
	padding:0px;
	margin:0px;
	color:blue;
	/*background-color:#eee;*/
}

/* data tables */
.data {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:black
}
.data th {
	color:black
}
.data td {
	color:black
}

img {
	border:0;
}

a:link {border:0;text-decoration:none;border-style:none;}
a:visited {border:0;text-decoration:none;}
a:hover {border:0;text-decoration:underline;}
a:active {border:0;text-decoration:none;}

/*
a:link {
color: blue;
background-color: red;
font-size: 26px;
border: 10px outset blue;
font-family: sans-serif;
text-transform: lowercase;
text-decoration: none;
}

a:visited {
color: blue;
background-color: red;
font-size: 26px;
border: 10px outset blue;
font-family: sans-serif;
text-transform: lowercase;
text-decoration: none;
}

a:hover{ color: blue;
background-color: red;
font-size: 27px;
border: 10px inset blue;
font-family: serif;
text-transform: uppercase;
text-decoration: line-through;
letter-spacing: 3px;
word-spacing: 6px;
font-weight: normal;
}
*/

/* Funny borders that look like threaded paper - all 8 divs must be included in order with the main frame around them! */
div#B1 { background:url(images/border/t.gif) repeat-x scroll top; }
div#B2 { background:url(images/border/b.gif) repeat-x scroll bottom;z-index:-100;padding-top:50px;padding-bottom:50px;padding-left:20px;padding-right:20px;}
div#B3 { background:url(images/border/l.gif) repeat-y scroll left; }
div#B4 { background:url(images/border/r.gif) repeat-y scroll right }
div#B5 { background:url(images/border/tl.gif) no-repeat scroll left top; }
div#B6 { background:url(images/border/tr.gif) no-repeat scroll right top; }
div#B7 { background:url(images/border/bl.gif) no-repeat scroll left bottom; }
div#B8 { background:url(images/border/br.gif) no-repeat scroll right bottom;padding-top:50px;padding-bottom:50px;padding-left:20px;padding-right:20px;}
div.frame_grey_1 { background:url(images/border_tear_grey/t.png) repeat-x scroll top; }
div.frame_grey_2 { background:url(images/border_tear_grey/b.png) repeat-x scroll bottom; }
div.frame_grey_3 { background:url(images/border_tear_grey/l.png) repeat-y scroll left; }
div.frame_grey_4 { background:url(images/border_tear_grey/r.png) repeat-y scroll right; }
div.frame_grey_5 { background:url(images/border_tear_grey/tl.png) no-repeat scroll left top; }
div.frame_grey_6 { background:url(images/border_tear_grey/tr.png) no-repeat scroll right top; }
div.frame_grey_7 { background:url(images/border_tear_grey/bl.png) no-repeat scroll left bottom; }
div.frame_grey_8 { background:url(images/border_tear_grey/br.png) no-repeat scroll right bottom; padding:25px; }
div.frame_lightblue_1 { background:url(images/border_tear_lightblue/t.png) repeat-x scroll top; }
div.frame_lightblue_2 { background:url(images/border_tear_lightblue/b.png) repeat-x scroll bottom; }
div.frame_lightblue_3 { background:url(images/border_tear_lightblue/l.png) repeat-y scroll left; }
div.frame_lightblue_4 { background:url(images/border_tear_lightblue/r.png) repeat-y scroll right; }
div.frame_lightblue_5 { background:url(images/border_tear_lightblue/tl.png) no-repeat scroll left top; }
div.frame_lightblue_6 { background:url(images/border_tear_lightblue/tr.png) no-repeat scroll right top; }
div.frame_lightblue_7 { background:url(images/border_tear_lightblue/bl.png) no-repeat scroll left bottom; }
div.frame_lightblue_8 { background:url(images/border_tear_lightblue/br.png) no-repeat scroll right bottom; padding:25px; }
