body {
	color: #000000;
	font-family: verdana, serif;
	font-size: 11px;
	background-color: #ffffff;
}

h1 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

hr {
	clear: both;
	margin: -7px 0;
	display: block;
}


ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	display: block;
}

div#container {
	width: 875px;
	background-color: #ffffff;
	margin: 0px auto;
}

div#topMenu {
	float: right;
	width: 870px;
	color: #9f9f9f;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

div#topMenu a:link {
	color: #9f9f9f;
	text-decoration: none;
}

div#topMenu a:visited {
	color: #9f9f9f;
	text-decoration: none;
}

div#topMenu a:hover {
	color: #3f3f3f;
}

div#logo {
	float: left;
	width: 870px;
	font-size: 9px;
	font-style: italic;
	padding: 10px 0px 25px 0px;
}

div#logo img {
	border: none;
}

div#leftContent {
	display: block;
	float: left;
	width: 350px;
	height: 585px;
	background-color: #ffffff;
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
}

div#rightContentContainer {
	position: relative;
	float: left;
	width: 510px;
	height: 585px;
	display: block;
	background: url("../images/backgrnd.jpg");
	border-right: 5px solid #000000;
}

div#rightContentTop {
	position: relative;
	float: left;
	width: 450px;
	background-color: transparent;
	padding: 20px 30px 30px 30px;
}

div#rightContentContainer a {
	color: #000000;
}

div#rightContentContainer a:hover {
	color: #9F9F9F;
	text-decoration: none;
}

div#rightContentBtm {
	position: relative;
	float: left;
	width: 510px;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}

div#rightContentBtm img {
	float: left;
	padding: 0px 0px 0px 0px;
}

div#kontakt {
	float: left;
	width: 260px;
	height: 240px;
}

div#kontakt input, div#kontakt textarea{
	float: right;
}

div#firma {
	float: right;
	width: 150px;
	height: 240px;
	font-size: 11px;
	font-weight: bold;
}

div#bottom {
	float: left;
	width: 875px;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	background-color: #000000;
	padding: 5px 0px 5px 0px;
}

div#galleryContainer {
	position: relative;
	display: block;
	float: left;
	width: 510px;
	height: 520px;
	color: #ffffff;
	background-color: transparent;
}

div#imagepopup {
	display: block;
	position: absolute;
	left: 120px;
}

div#gallerystripe {
	position: absolute;
	left: 54px;
	width: 402px;
	bottom: 0px;
	white-space: nowrap;
	overflow-x: scroll;
}

div#gallerystripe img {
	display: inline;
	border: 2px solid #000000;
	vertical-align: middle;
}

div#navigation a {
	color: #3F3F3F;
	text-decoration: none;
}

div#navigation a:hover {
	color: #9F9F9F;
}

#menu {
	position: relative;
	float: left;
	width: 848px;
	height: 22px;
	z-index: 100;
	background-color: #000000;
}

/* hack to correct IE5.5 faulty box model */
* html #menu {
	width: 876px;
	w\idth: 875px;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu ul ul {
	width: 119px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float: left;
	width: 75px;
	position: relative;
}

/* style the links for the top level */
#menu a, #menu a:visited {
	display: block;
	text-decoration: none;
	color: #ffffff;
	width: 90px;
	height: 20px;
	border: 1px solid #000000;
	background-color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 19px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
	width: 76px;
	w\idth: 75px;
}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
	background: #d4d8bd;
}

/* style the second level hover */
#menu ul ul a.drop:hover {
	background:#c9ba65;
}

#menu ul ul :hover > a.drop {
	background:#c9ba65;
}

/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
	background:#e2dfa8;
}

/* style the third level hover */
#menu ul ul ul a:hover {
	background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 21px;
	left: 0;
	width: 149px;
	border-top: 1px solid #000;
}

/* another hack for IE5.5 */
* html #menu ul ul {
	top: 20px;
	t\op: 21px;
}

/* position the third level flyout menu */
#menu ul ul ul {
	left:149px;
	top:-1px;
	width:149px;
}

/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background: #000000;
	filter: alpha(opacity=85);
	opacity: 0.85;
	color:#ffffff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:135px;
	border-width:0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html #menu ul ul a, * html #menu ul ul a:visited {
	width:150px;
	w\idth:135px;
}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover {
	color:#000000;
	background:#9f9f9f;
}

#menu :hover > a, #menu ul ul :hover > a {
	color: #000000;
	background: #9f9f9f;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul {
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul {
	visibility:visible;
}
