
body
	{
	background-color:#eaeaea;
	text-align:center;
	
	}
.Wrapper
	{
	width:800px;
	height:100%;
	margin:auto;
	font-family:tahoma;
	font-size:12px;
	}

.header 
	{
	background-image:url("../images/banner.jpg");
	width:800px;
	height:158px;
	border-top:1px solid purple;
	border-left:1px solid purple;
	border-right:1px solid purple;
	border-bottom:2px solid purple;
	}

div.Navigation
	{
	display:block;
	width:750px;
	margin-left:50px;
	margin-top:10px;
	height:40px;
	font-size:14px;
	}

ul.Navigation
	{
	float:left;
	display:inline;
	color:#ffffff;
	}
a.PageNavigationActive
	{
	float:left;
	height:40px;
	width:140px;
	background-image:url("../images/ActiveButton.jpg");
	background-repeat: no-repeat;
	list-style: none;
	}

a.PageNavigation:hover
	{
	float:left;
	height:40px;
	width:140px;
	background-image:url("../images/HoverButton.jpg");
	background-repeat: no-repeat;
	list-style: none;
	
	z-index:60;
	}

.MenuText
	{
	padding-top:8px;
	}

a.PageNavigation
	{
	float:left;
	height:40px;
	width:140px;
	background-image:url("../images/InactiveButton.jpg");
	background-repeat: no-repeat;
	list-style: none;
	z-index:50;
	}

.Content
	{
	width:800px;
	display:block;
	}

.ContentContent
	{
	float:left;
	width:790px;
	height:auto !important;
	min-height:600px;
	text-align:left;
	padding:5px;
	border:2px solid purple;
	}

img.ContentImages
	{
	text-align:right;
	float:right;
	border:1px solid purple;
	}

.galleryImages
	{
	margin:4px;
	margin:auto;
	border:1px solid purple;
	}
.MenuButtonText
	{
	font-size:12px;
	font-family:Arial;
	}

.titel1
	{
	font-size:18px;
	font-weight:bold;
	color:#993366;
	}

.titel2
	{
	font-size:15px;
	font-weight:bold;
	color:#993366;
	}
.gmap
	{
	width:780px;
	height:500px;
	}

/* Form Field markup*/
.gdistance
	{
	background-color:#F8F8F8;
	height:15px;
	width:100px;
	}


.gmapfield
	{
	width:200px;
	height:20px;
	background-color:#F8F8F8;
	}
.gmapprice
	{
	margin:40px;
	text-align:right;
	width:200px;
	height:20px;
	border:1px solid black;
	}

table.tariefTable
	{
	width:95%;
	text-align:center;
	}

.tariefFieldOne
	{
	width:400;
	text-align:left;
	font-size:11px;
	}
td
	{
	border-bottom:1px dashed grey;
	}

.disclaimer
	{
	font-size:10px;
	}

	#paginglinks{
	margin: 5px auto 5px auto;
	clear: both;
}

.pagelink,
.pagelinklast,
.pagecurrent{
	background: transparent;
	border: 1px solid #212121;
	padding: 1px 3px 1px 3px;
}

.pagelinklast{
	background: #999;
}

.pagecurrent{
	background: #999;
}

div.grid-header-button {
	background-color: transparent;
	text-align: right;
	padding: 0;
	margin: 0;
}

div.grid-header-button input{
	margin: 5px;
}

table.grid{
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	width: 100%;
}
	
tr.rowHead {
    background-color: #eee;
}

tr.rowHead th.first-cell{
	border-left: 1px solid #DFDFDF;
}

tr.rowHead th{
    padding: 5px;
    color: #000;
    font-size: 9pt;
    font-weight : bold;   
    border-top: 3px solid #F7F5EE;
    border-bottom: 3px solid #FEBE47;
    border-left: 1px solid #fff;
    background-color: #ECE9D8;
}

tr.rowHead th:hover{
	background-color: #FAF9F4;
	color: #ccc;
}

tr.rowHead th a{
	display: block;
}

tr.rowFoot {
    background-color: #eee;
}

tr.rowFoot td{
    padding: 2px;
    color: #000;
    font-size: 9pt;
    font-weight : bold;   
    /*border-top: 3px solid #F7F5EE;*/
    border-bottom: 2px solid #FEBE47;
    border-left: 1px solid #fff;
    background-color: #ECE9D8;
}

tr.rowFoot td.first-cell{
	border-left: 1px solid #DFDFDF;
}

tr.rowEven {
    background-color: #eee;
}

tr.rowEven:hover {
	background-color: #FFFFDD;
	color: #000000;
}

tr.rowEven td{
	border-bottom: 1px solid #99BAF3;
	border-left: 1px solid #DFDFDF;
    padding: 5px;	
}

tr.rowOdd {
    background-color: #fff;
}

tr.rowOdd:hover {
	background-color: #D9E8F9;
	color: #000000;
}

tr.rowOdd td{
	border-bottom: 1px solid #99BAF3;
	border-left: 1px solid #DFDFDF;
    padding: 5px;	
}