/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
======================================================================
Body Element
======================================================================
*/

BODY {
    
/*      background-color: #ffffff;*/


/*    background-color: #040464;*/
    
    /*color: #000000;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #040464;
    /*font-color:*/ 
	
}

/*
======================================================================
Block Elements
======================================================================*/
*/
TABLE {
	margin-top:  10px; 
	margin-bottom: 0px;	
	border: 0px  solid;
	border-color:#ffffff;
	empty-cells: show;
	border-spacing: 0px;
}
table.content { 
	margin-top: 10px;
/*	background-color: #ffffff;*/
	background-color: #f3f5f3;
	padding-top: 7px;
	padding-bottom: 7px;
}
table.index{
	background-color: #ffffff;
	padding: 10px;
}

table.distance { 
	font-size: 10pt;
}
table.price { 
	font-size: 10pt;
	align: right;
	border: 1px solid #040464;
	margin-top: 10px;
}
td.price {
	border: 0px solid ;
	padding-top:10px;
}
tr.price {
	border: 0px solid ;
	padding-top:10px;
}

table.gallery { 
	border: 0px solid #040464;
	background-color: #f3f5f3;
/*	background-color: #ffffff;*/
	padding: 0px;
	border-spacing: 0px;
}
td.gallery,tr.gallery {
	border: 1px solid #040464;
	text-align: center;


}
td, tr, th {
    vertical-align: top;
    border-color: #FFFFFF;
    cell-spacing: 0px;
    padding: 0px;
}
td.ausstattungl {
	vertical-align: middle;
	font-size: 10pt;
	text-align: left;
}
td.ausstattungr {
	vertical-align: middle;
	font-size: 10pt;
	text-align: right;
	align: right;
}

td.menu {
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}
td.centermiddle {
	vertical-align: middle;
	text-align: center;
}
td.contact {
	width: 160;
	text-align: right;
	padding-right: 15px;
}

td.fits {
	padding: 0px;
	margin: 0px;
	spacing: 0px;
}

tr.middle {
	vertical-align: middle;
}

H1 {
   color: #000000;
   font-family: Arial, Helvetica, serif;
   font-size: 32pt;
}

H2, H3, H4, H5, H6 {
    text-align: center;
    color: #040464;
    margin-top: 0px;
    font-weight: normal;
}

H2, H3, H4 {
    margin-top: 10px;
    margin-bottom: 1px;
}

a {
	font-weight: normal;
	color: #040464;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.download {
	text-decoration: underline;
	color: #040464;
}
a.blue {
	color: #040464;
}
img {
	border: 0px solid;
	padding: 0px;
}
img.gal {
/*	border:8px groove #00a3bc;*/
	border:2px solid #040464;
/*	border:8px groove #f7d262;*/
/*	border:8px groove #eaeaea;*/
	margin-top: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
}

img.content {
	margin-right: 30px;
}
img.left {
	vertical-align: left;
	float: left;
	border:1px solid #040464;
}
img.right {
	vertical-align: right;
	float: right;
	border:1px solid #040464;
}
div.content {
	font-size: 10pt;
	text-align: justify;
	margin-left: 10px;
	margin-right: 15px;
}
div.red {
	color: red;
}
div.bluefont { 
	font-size: 10pt;
	text-align: justify;
}


hr.top {
	color: darkblue;
	height: 1px;
	border: 1px solid blue;
}


div.ausright {
	font-size:10pt;
	width:200;
	margin-left:20px;
	text-align: left;
}
div.ausleft {
	font-size:10pt;
	width:200;
	margin-right:20px;
	text-align: right;
}