/*   
Name: Appartement Harb
URI: http://appartement-harb.at/
*/

/* Reset */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	font-size: 62.5%; /* should set 1em to 10px (fonts only?) */
}

/* Global Settings & Styles */
body {
	background: #fff;
	color: #000;
	font: normal 12px/140% "Lucida Grande", Verdana, sans-serif;
}
.clear {
	overflow: auto; /* works like there is an clear:both after this element */
	/* maybe an width-element is needed for IE */
}
.block {
	display: block;
}

h2 {
	font: bold 16px/140% "Lucida Grande", Verdana, sans-serif;
	margin: 20px 0 5px 0;
}

h2#home {
	font: bold 16px/140% "Lucida Grande", Verdana, sans-serif;
	margin: 0px 0 20px 0;
}

/* makes the whole website vertically & horizontally centered + some styling*/
div#wrapper {
	/* centering */
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	width: 840px;
	height: 530px;
	margin: auto;
	
	/* styling */
	border: 1px solid #000;
}

/* Left */
div#left {
	float: left;
	background: #fff;
	width: 119px;
	height: 100%;
	border-right: 1px solid #000;
}
div#lHead {
	background: #990000;
	height: 95px;
	width: 100%;
}
div#lContent {
	height: 388px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
div#lFoot {
	background: #990000;
	height: 45px;
	width: 100%;
}

/* Sidebar Images */
div#lContent .imgbg {
	width: 119px;
	margin: 66px 0 0 0;
}

/* Impressum-Link */
div#lFoot span {
	position: relative;
	top: 15px;
	left: 25px;
}

/* Middle */
div#main {
	float: left;
	width: 720px;
	height: 100%;
	background: #fff;
}
div#mHead {
	background: #f1f1f1;
	height: 95px;
	width: 100%;
}
div#mContent {
	height: 348px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: auto;
	padding: 40px 40px 0 40px;
}
div.cntKonImp {
	padding: 70px 215px 0 225px !important;
}
div#mFoot {
	background: #f1f1f1;
	height: 45px;
	width: 100%;
}
/* AGB-Link */
div#mFoot span {
	float: right;
    margin: 15px 25px 0 0;
}

/* Head */
img#logo {
	float: right;
	margin: 5px 0 0 0;
}

ul#navi {
	list-style: none;
	padding: 70px 0 0 0;
}
ul#navi li {
	float: left;
	margin: 0 15px 0 20px;
}

li.adresse {
	margin: 0;
	float: right !important;
}

/* Infos & co */
ul#inhaltsvz {
	list-style: none;
}
dl {
	margin: 0 0 20px 0;
}
dt {
	font-weight: bold;
	margin: 5px 0 0 0;
}
dd {
	margin: 0 0 0 10px;
}
#map {
	width: 500px;
	height: 350px;
}

/* Impressum */
address {
	margin: 0 0 10px 0;
}


/* Links */
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, li.active {
	color: #000;
	text-decoration: underline;
}



/* GB */
h2#gb {
	margin: 0 0 15px 0;
}
.entry .content {
	margin: 0 0 20px 0;
}
input, textarea, .entry .name, .entry .content {
	display: block;
}
.name {
	font-weight: bold;
}
.country, .date {
	font-size: 10px;
}
form {
	margin: 0 0 20px 0;
}
.email {
	display: none;
}