/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FCE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
div.borderBox{
	margin: auto;
	text-align: left;
	width: 540px;
	height: 340px;
	overflow: auto;
	background-image: url(../img/transp.png);
	background-repeat: no-repeat;
	padding: 30px 30px 30px 30px;
	
	/*
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	*/
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FCE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GOOGLE MAPS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
div#map{
	 float: left;
	 width: 580px;
	 height: 400px;
}

div#directions{
	 float: left;
	 visibility: hidden; 
	 xborder: solid 1px red; 
	 overflow: auto; 
	 width: 0px; 
	 height: 400px;
	 margin: 0;
	 padding: 0; 
}

div#directions div{
	 margin: 0;
	 padding: 0; 
}

div#directions table{
	 margin: 0;
	 padding: 0; 
}

div#side_bar{
	xborder: solid 1px gray;
	xwidth: 300px;
	clear: both;
	padding-top: 10px;
}

.tooltip {
  	background-color:#FFFFFF;
	border:2px #39B3B8 solid;
	color: #39B3B8;
	font-weight: bold;
	padding: 5px;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< GOOGLE MAPS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MAILFORM >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
div.mailform{
	padding-top: 20px;
	margin-bottom: 20px;
}

input{
}

div.mf-error{
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-decoration: blink;
	color: red;
}

ul.mf-errorlist{
	visibility: hidden;
	height: 0px;
}

div.mf-Row-headline{
	padding: 10px 0px 5px 0px;
	font-weight: bold;
}

div.mf-Row{
	margin-bottom: 15px;
	width: 317px
}

div.mf-RowLeft{
	float: left;
	width: 100px;
	padding: 0px 0px 0px 0px;
}

div.mf-RowRight{
	float: left;
	width: 217px;
}

.mf-submitbutton{
	float: right;
	border: none;
	background-color: red;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 10px 1px 10px;
	margin-right: 14px;
	cursor: pointer;
}

.mf-textfield{
	width: 200px;
	border: solid 1px red;
	background-color: grey;
}

.mf-textfield:hover, .mf-textfield:active, .mf-textfield:focus{
	width: 200px;
	border: solid 1px green;
	background-color: white;
}

.mf-select{
	width: 100px;
	border: solid 1px red;
}

.mf-checkbox{
	padding: 0;
	margin: 0px 10px 0px 0px;
	border: solid 1px red;
	cursor: pointer;
}

.mf-radio{
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.mf-plz{
	width: 40px;
	border: solid 1px #983F3F;
}

.mf-ort{
	width: 152px;
	border: solid 1px #983F3F;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< MAILFORM <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TABELLEN >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
table.preise{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}

table.preise td,
table.preise tr{
	vertical-align: middle;
}



/*ZEILEN*/
table.preise td,
table.preise th{
	height: 22px;
	padding: 2px 0px 2px 0px;	
}

table.preise thead{
	color: #ffd303;
	font-size: 12px;
	font-weight: bold;
}

table.preise tr.tr-odd{
	background-image: url(../img/table-odd.png);
	background-position: top left;
	background-repeat: no-repeat;
}

table.preise tr.tr-even{
	xheight: 26px;	
}

/*SPALTEN*/
table.preise thead th.td-0{
	text-align: left;
	padding-left: 10px;	
}

table.preise thead th.td-1,
table.preise thead th.td-2{
	text-align: right;
	padding-right: 6px;
}

table.preise td.td-0{
	width: 410px;
	padding-left: 10px;
	text-align: left;
}

table.preise td.td-1,
table.preise td.td-2{
	padding-right: 6px;
	font-weight: bold;
	text-align: right;
	width: 90px;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< TABELLEN <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
