@import url(/style/editor.css);
@import url(/style/content.css);


body {
	/* background: #fff url(/images/body-background.jpg) repeat; */
	background: #eee;
}

a img {
	border: 0;
}

form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

label.error {
	color: #cc3000;
	font-size: 0.9em;
}


#wrapper {
	background: url(/images/wrapper-background.png) repeat-y;
	width: 840px;
	margin: 0 auto;
}

#wrappertop {
	background: url(/images/wrapper-top.png) no-repeat;
	width: 840px;
	height: 4px;
	margin: 0 auto;
}

#wrapperbottom {
	background: url(/images/wrapper-bottom.png) no-repeat;
	width: 840px;
	height: 4px;
	margin: 0 auto;
}

#wrappercontent {
	padding: 31px 31px;
}

#menu {
	background: #3E3E3E;
	height: 2em;
	clear: both;
	margin-top: 13px;
}

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

#menu li {
	float: left;
	line-height: 2em;
	padding: 0 1.1em;
	border-right: 1px solid #A9A9A9;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu li.active a {
	color: #BCEC57;
	text-decoration: none;
}

#header {
	margin: 3px 0 10px 0;
}

#content {
	width: 778px;
}

#logotype {
	float: left;
}

#language {
	text-align: right;
}

#language label {
	margin-right: 5px;
	font-weight: bold;
}

#language fieldset {
	display: inline;
	padding: 10px 20px;
	background: #CCEABD;
}

#startpage .left {
	width: 384px;
}

#startpage .right {
	width: 334px;
	padding: 20px 30px 30px 30px ;
}

#startpage .left h2, #startpage .left p {
	margin-bottom: 0.4em;
}

#contactform input[type=text] {
	width: 110px;
}

#contactform label {
	display: block;
}

#contactform {
	background: #D6E69D;
	padding: 20px 30px;
}

#frmcontact .left {
	width: auto;
	margin-right: 7px;
}

#startpage .left form {
	margin-top: 0.8em;
}

#findoffice {
	background: #E9F2DF;
	padding: 10px 30px 20px 30px;
}

#findoffice select {
	margin-right: 10px;
}

#navigation {
	line-height: 2em;
	margin: 1px 0 20px 0;
	background: #EEEEEE;
	padding: 0 0 0 1.1em;
}


#officepage .left {
	width: 320px;
	margin-left: 10px;
}

#officepage .right {
	margin-right: 50px;
	width: 355px;
}

#officepage .item {
	padding: 20px;
	background: #eee;
	margin-bottom: 1em;
}

#officepage  .item img {
	float: right;
	margin: -10px -10px 0 20px;
}

#officepage img.contact {
	margin: -20px -20px -20px 40px;
}

#officepage span.label {
	font-size: 0.9em;
}

#officepage p.tabset {
	margin: 0;
}

#officepage p.tabset span.label {
	width: 4em;
	display: block;
	float: left;
}

#officepage h2 {
	font-size: 1.3em;
	margin: 0.3em 0 1.1em 0;
}



a.button {
	background: url(/images/sprite-button.gif) no-repeat;
	cursor: pointer;
	display: block;
}

a.button span {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	white-space: nowrap;
	background: url(/images/sprite-button.gif) no-repeat 100% -22px;
	padding: 0 8px;
	text-transform: uppercase;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.contentset {
	margin-left: 10px;
}
