/*
	TheklaReuten.com
	Development by: JFD <http://www.jfdhosting.nl/> (2010)
*/
*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: #FFF;
	color: #000;
	font-family: Georgia, Verdana, Arial;
}

#container
{
	width: 905px;
	position: absolute;
	left: 50%;
	margin-left: -452.5px;
	min-height:100%;
}

#logo
{
	margin-top: 35px;
	background-color: #FFF;
	text-align: center;
	height: 250px;
}

#menu
{
	margin-top: 10px;
	height: 32px;
	width: 50%;
	width: 329px;
	position: absolute;
	left: 50%;
	margin-left: -164.5px;
}

.menubutton
{
	float: left;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	height: 32px;
	/* width: 32px; */
	width: 0px;
}

.menubuttonhidden
{
	width: 0px;
}

.menuitem
{
	float: left;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
}

.menuitem a
{
	font-size: 22px;
	color: #989898;
	text-decoration: none;
}

.menuitem a:hover
{
	color: #000;
}

.menulinkactive a, .menulinkactive a:hover
{
	color: #479E99;
}

.menuborder
{
	margin-top: 4px;
	width: 1px;
	height: 24px;
	line-height: 32px;
	background-color: #D7D7D7;
	float: left;
	margin-left: 17px;
	margin-right: 17px;
}

#content
{
	margin-top: 70px;
	margin-bottom: 70px;
}

.agency
{
	height: 75px;
	float: left;
	text-align: left;
	line-height: 20px;
	width: 160px;
	margin-left: 20px;
}

.agencycountry
{
	font-size: 16px;
	color: #D7D7D7;
	font-weight: bold;
}

.agencydescription
{
	color: #363636;
	font-size: 12px;
}

.agencyperson
{
	color: #989898;
	font-size: 12px;
}

.agencycontact
{
	color: #479E99;
	font-size: 12px;
}

.agencycontact a
{
	color: #479E99;
	font-size: 12px;
}

.border
{
	margin-top: 3px;
	width: 1px;
	height: 75px;
	background-color: #D7D7D7;
	float: left;
}

.clear
{
	clear: both;
}

#footer
{
	position: absolute;
	bottom: 5px;
	color: #A8A8A8;
	font-size: 13px;
	height: 30px;
	width: 100%;
	text-align: center;
}

#footer a
{
	color: #A8A8A8;
}

#overlay
{
	display: none;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* background-color: #191919; */
	background-color: #000;
	opacity: 0.0;
	/* opacity: 0.1;
	filter: alpha(opacity=5); */
}

#overlaywhite, #overlayphoto
{
	background-color: #FFF;
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	margin-left: -370px;
	margin-top: -265px;
	display: none;
	opacity: 0.0;
}

#overlaywhite
{
	width: 740px;
	height: 530px;
}

#overlayphoto
{
	width: 900px;
	height: 550px;
}

#about
{
	color: #989898;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	display: none;
}

#contact
{
	display: none;
}

.aboutcolumn
{
	margin-top: 3px;
	float: left;
	width: 442.5px;
}

#about h2
{
	font-size: 16px;
	font-weight: normal;
}
