/*
 * $Id: start.css 50 2010-09-30 11:25:57Z alex $
 */

div#container {
	width: 999px;
	margin: 0 auto;
	height: 749px;
}
div#left {
	width: 722px;
	height: 749px;
	float:left;
}
div#bigImageLeft {
	height: 451px;
	overflow: hidden;
}
div#bigImageLeft img {
	border:0;
	margin:0;
	padding:0;
}

div#right {
	background-image:url(../images/menu_copy.jpg);
	width: 277px;
	height: 100%;
	float: left;
	position: relative;
}

div#right div#menu {
	float: left;
	display: inline;
	margin: 185px 0 0 17px;
}

div#personeel a#contactGeorge,a#contactCaroline,a#contactAnke {
	display:block;
	margin:0;
	padding:0;
	width: 208px;
}
div#personeel img {
	display:block;
	margin:0;
	padding:0;
	width: 208px;
}
div#leftBottom {
	background-image: url(../images/startpage/leftbottom.jpg);
	overflow: hidden;
	height: 298px;
}

ul#mainMenu {
	list-style:none;
	padding:0;
	margin:0;
	width: 194px;
	float:left;
}
ul#mainMenu li {
	width: 194px;
	height: 32px;
	text-align:center;
	margin-bottom:15px;
}

ul#mainMenu li a {
	width: 194px;
	padding-top:6px;
	height:26px;
	display:block;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
	background-image: url(../images/button.png);
}

ul#mainMenu li a:hover{
	background-image: url(../images/buttonmouseover.png);
}

div#sitemap {
	position: absolute;
	right: 14px;
	bottom: 12px;
}

div#hiddenText {
	display:none;
}

div#contactDetails {
	color: #EAD398;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-left:32px;
	padding-top: 15px;
	clear:both;
}

div#contactDetails a {
	color: #65BFE2;
}

a.contactPng {
	display: block;
	height:40px;
	width: 52px;
	background-image: url(../images/startpage/contact.png);
}

div#content {
	color: #EAD398;
	font-weight: bold;
	height: 205px;
	margin: 44px 0 0 0;
	padding: 0 0 0 250px;
	overflow: auto;
}

