body
{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	font-family: Verdana;
	font-size: 13px;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
}

#header img
{
	width: 1000px;
	height: 174px;
}

#menubar
{
	background-color: #000000;
	height: 30px;
	font-size: 16px;
	font-family: Helvetica;
	font-weight: lighter;
}

#menubar .datum
{
	height: 100%;
	width: 250px;
	float: left;
	background-color: #bc0926;
	color: #ffffff;
	text-align: center;
}


#menubar .menu
{
	height: 100%;
	float: left;
	color: #cab99b;
}

#menubar .menu a
{
	color: #ffffff;
	margin: 10px;
}

#menubar .inner
{
	padding: 5px;
	padding: 7px;
}

#agency
{
	width: 1000px;
	color: #000000;
	height: 500px;
}

#agency .info
{
	height: 100%;
	width: 475px;
	float: left;
	background-color: #eae6db;
	background-image: url(images/world2.png);
	background-repeat: no-repeat;
	background-position: right 190px;
}

#agency .info .top
{
	margin-bottom: 20px;
}

#agency .banners
{
	width: 250px;
	float: left;
	text-align: right;
}

.top .name
{
	margin: 15px;
	font-size: 16px;
	font-weight: bold;
}

.top .city
{
	margin: 15px;
	color: #bc0926;
	font-size: 16px;
}

#agency .links
{
	width: 225px;
	float: left;
}

.links ul
{
	margin: 0px;
	padding-left: 20px;
}

#agency .searchbox
{
	height: 100%;
	width: 525px;
	float: left;
	background-color: #ffffff;
	background-image: url(images/world1.png);
	background-repeat: no-repeat;
	background-position: 1px 175px;
}

#agency form
{
	width: 300px;
	margin: 0px auto;
	margin-top: 25px;
}

.searcharea
{
	background-color: #bc0926;
	padding: 10px;
	width: 365px;
}

.searcharea .spreuk
{
	margin: 5px;
	margin-top: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.searcharea input
{
	width: 275px;
}

#company .company_side
{
	background-color: #eae6db;
	vertical-align: top;
	width: 250px;
}

#company .info
{
	padding: 0 15px;
}

#company.world .company_side
{
	background-color: #eae6db;
	background-image: url(images/world2.png);
	background-repeat: no-repeat;
	background-position: right 40px;
}

#company.world .remarks
{
	background-color: #ffffff;
	background-image: url(images/world1.png);
	background-repeat: no-repeat;
	background-position: 1px 25px;
}


#footer
{
	background-color: #cab99b;
	height: 30px;
	font-size: 18px;
}

#footer .inner
{
	padding: 2px;
	padding-right: 10px;
	text-align: right;
}

#wordspopup
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background-color: #ffffff;
	border: 1px solid black;
	cursor: pointer;
}

#wordspopup .word
{
	padding: 2px;
}

#wordspopup .selected
{
	background-color: #dddddd;
}

.photocontainer
{
	float: left;
	width: 400px;
	height: 350px;
	overflow: hidden;
	text-align: center;
}

.photos
{
	float: left;
	width: 150px;
	height: 300px;
}

.photos img
{
	float: left;
	margin: 2px;
}

.header
{
	background-color: #8f7a69;
	color: #000000;
	height: 20px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align:	middle;
}

tr.row1 td
{
	background-color: #eae6db;
	height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align:	middle;
	border: #F1F1F1 1px solid;
}

tr.row2 td
{
	background-color: #cab99b;
	height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align:	middle;
	border: #F1F1F1 1px solid;
}

.error
{
	color: red;
}

.fieldname
{
	padding-right: 100px;
}

#vidtitle {
	width: 274px;
	font-size: 170%;
	padding-bottom: 10px;
	margin: 0px auto;
}

.vidthumb img
{
	width: 90px;
	height: 74px;
	padding: 1px;
	cursor: pointer;
}

.vidmsg {
	background-color: #bc0926;
	color: #fff;
	width: 268px;
	padding: 3px;
	margin: 2px auto;
}

#videoarea
{
	text-align: center;
}

.videos {
	width: 300px;
}

div#videobox{
	text-align: right;
	margin-right: 30px;
}

embed.video {
	border: 3px;
}


