html, body {
	min-height: 98%;
	width: 98%;
	height: 98%;
	margin: 0;
	padding: 0;
}

html {
	background-color: #AAAEB1;
}

body {
	margin-left: 1%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: Black;
   font-size: 0.9em;
}
a {
    color: black;
}

#header {
	height: 70px;
	border-bottom: 2px solid #2B241B;
	margin: 10px 10px 0 10px;
	width: 98%;
}

#sideColumn {
	width: 220px;
	font-size: .9em;
	padding: 0;
	background-color: #E0E3E6;
}

#mainColumn {
	font-size: .9em;
	background-color: white;
}

#bot_menu {
	background-color: White;
}

#bot_menu ul li {
  margin-left: 0;
  padding: 3px 5px;
  border-left: 1px solid black;
  list-style: none;
  display: inline;
}

#bot_menu ul li.first {
  margin-left: 0;
  border-left: none;
  list-style: none;
  display: inline;
}

#bot_menu a {
	color: black;
}

h2 {
	font-weight: normal;
	margin: 80px 0 10px 20px;
	padding:0;
	font-size: 1.4em;
	color: #515A61;
}

h1 {
	font-weight: bold;
	margin:10px 0 10px 0;
	padding:0;
	font-size: 1.2em;
}

h3 {
	font-weight: normal;
	margin:0 0 0 250px;
	padding:0;
	font-size: 1.1em;
}

#sideColumn a {
	text-decoration: none;
}

div.main {
	cursor: pointer;
	background: #BBBFC2;
	text-decoration: none;
}

div.highlight,
div.highlight_tree {
	cursor: pointer;
	background: #D0D2D5;
	text-decoration: none;
}

div.highlight,
div.faded {
	padding: 8px 5px 3px 10px;
	color: #576A80;
	text-decoration: none;
	cursor: pointer;
}

div.highlight_tree,
div.faded_tree {
	padding: 5px 5px 3px 30px;
	font-size: 0.75em;
	color: #576A80;
	text-decoration: none;
}

div.main,
div.main_faded {
	padding: 10px 5px 3px 10px;
	height: 20px;
	color: #576A80;
	text-decoration: none;
	font-weight: bold;
}

div.tumbnail {
	width: 267px;
	height:250px;
	float: left;
	margin: 10px 10px 10px 0;
}

div.tumbnail a {
	text-decoration: none;
	color: Black;
}

#address {
    color: silver;
	padding: 5px;
    font-size: 0.7em;
}

#address a {
	color: white;
	text-decoration: none;
}

#content {
	padding: 5px 10px 10px 20px;
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: Black;
   font-size: 0.9em;
}

#homiks_logo {
	width: 220px;
	height: 155px;
	background-color: #f6f6f6;
}

.vertical {
	overflow:hidden;
	font-size:12px;
	line-height:15px;
	position:absolute;
	top:10px;
	right:0;
	white-space:nowrap;
	width:20px;
	height:120px;
}
.vertical object {
	width:20px;
	height:150px;
	display:block;
}
.vertical span {
	display:none;
}

div#landshaft h3 {
padding: 10px 0 10px 0;
margin: 0;
font-size: 1.2em;
	color: #009700;
	font-weight: bold;
	text-align: center;
}