/**
 * General definitions
 */

#body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	padding-top: 2em;
	margin: 0;
}

/*** MENU START ***/
#menu_left {
	width: 15em;
	visibility: visible; 
	border-style: solid;
	border-width: 0px;
	border-color: green;
	padding-top: 0em;
	z-index: 100;
}

#menu_title {
	width: 13em;
	visibility: visible; 
	border-style: solid;
	border-width: 0px;
	border-color: red;
	padding-top: 0em;
	padding-left: 3em;
}

ul#menu {
	list-style: none;
	margin: 0;
}

ul#menu a {
	text-decoration: none;
}

ul#menu li a {
	font-weight: normal;
}

ul#menu li {
	list-style: none;
	float: left;
	position: relative;
	width: 9em;
	text-align: left;
	cursor: default;
	background-color: white;
}

ul#menu li a:hover, ul#menu li a.over {
	text-decoration: none;
	background-color: white;
}

ul#menu li:hover ul, ul#menu li.over ul {
	display: block;
}

ul#menu li li {
	float: none;
	border: 0; 
	width: 7em; 
	text-align: left; 
	background-color: white;
}

ul#menu li li a {
	padding-top: 0em;
}

ul#menu li ul {
	position: absolute;
	top: 1em;
	/*left: -0.5em;*/
	font-weight: normal;
	padding: 0;
}

li>ul {
	top: auto;
	left: auto;
}


ul#menu li li a:hover {
	background-color: white;
	filter:Alpha(opacity=100, finishopacity=30, style=1, startx=0, starty=100, finishx=0, finishy=0);
}

hr {
	display: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/*** MENU ENDE ***/

#copyright {
	padding-top: 15px;
	padding-left: 13px;
}

#content {
	width: 400px;
	/*height: 65em;*/
	border-style: solid;
	border: 0px;
	border-color: gray;
	margin-left: 40px;
	margin-top: 0em;
	padding-left: 0em;
	padding-top: 0em;
}


html>body #content {
	width: 400px;
} 

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: black;
}

a:hover {
	color: darkgray;
}

table#overview{
	background-color: white;
	width: 502px;
}

table#overview td{
	height: 105px;
	text-align: center;
	vertical-align: bottom;
}

table#overview_3img{
	background-color: white;
	width: 375px;
}

table#overview_3img td{
	height: 105px;
	text-align: center;
	vertical-align: bottom;
}

table#overviewSingle{
	background-color: white;
	width: 125px;
}

table#overviewSingle td{
	height: 105px;
	text-align: center;
	vertical-align: bottom;
}

table#tableContact{
	background-color: white;
	width: 125px;
	margin-top: 35px;
}

table#tableContact td{
	height: 50px;
	text-align: left;
	vertical-align: top;
	padding-left: 100px;
	font-family: verdana, arial, helvetica, sans-serif;
}

table#overviewHome1{
	background-color: white;
}

table#overviewHome1 td{
	height: 140px;
	width: 230px;
	text-align: center;
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
}

table#overviewHome2{
	background-color: white;
}

table#overviewHome2 td{
	height: 30px;
	width: 350px;
	padding-left: 30px;
	vertical-align: bottom;
	font-family: verdana, arial, helvetica, sans-serif;
}

table#overviewHome3 td{
	height: 50px;
	width: 450px;
	padding-left: 40px;
	vertical-align: bottom;
	font-family: verdana, arial, helvetica, sans-serif;
}

table#single_image{
	background-color: white;
	width: 400px;
}

table#single_image td#image{
	height: 250px;
	width: 400px;
	padding-left: 100px;
	vertical-align: top;
}

td#arrows{
	height: 50px;
	width: 400px;
	padding-left: 100px;
	vertical-align: bottom;
}
