* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../../images/standard/layout/background.jpg);
	background-repeat: repeat-x;
	background-color: #7e2813;
	
	font-family: Trebuchet, Arial;
	font-size: 10px;
	color: #58585a;
	
	height: 100%;
}


/* head */

div#head {
	margin: 0 auto;

	position: relative;

	width: 779px;
	height: 262px;
	
	background-image: url(../../images/standard/layout/header.jpg);
}

div#head div#top {
	width: 779px;
	height: 33px;
}

div#head div#languages {
	width: 55px;
	height: 55px;
	
	position: absolute;
	top: -26px; 
}

div#head div#logo {
	width: 98px;
	height: 92px;
	
	position: absolute;
	top: 140px; 
	left: 25px;
}

div#head div#menu {
	width: 779px;
	
	margin: 0 0 0 28px;
	
	position: absolute;
	top: -8px;
}



/* Sitemap */

div#sitemap {
	padding: 0 29px;
	margin: 0 auto;

	width: 719px;
	height: 36px;
	
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
	
	background-image: url(../../images/standard/layout/sitemapBackground.jpg);
}


/* content */
td.contentPos {
	vertical-align: top;
}

div#content {
	margin: 0 auto;

	width: 777px;
	
	background-image: url(../../images/standard/layout/contentBackground.jpg);
	background-repeat: repeat-x;
	background-color: #fff;

	border: 1px solid #fff;
	border-top: 0;
}



div#content div#contentLeft {
	float: left;

	width: 178px;
	
	margin: 0 29px 0 29px;
}

div#content div#contentLeft .leftContentBachkground {
	padding: 14px 0;

	
	background-image: url(../../images/standard/layout/offsideBackground.jpg);
	background-repeat: repeat-y;
}


div#content div#contentRight {
	width: 512px;
}



div#footer {
	height: 53px;
	width: 100%;
	
	background-image: url(../../images/standard/layout/footerBackground.jpg);
	background-repeat: repeat-x;
}


div#wrapFooter {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 779px;
	color: white;
}


/* lightbox */

div#lightbox {
	position: absolute;
	z-index: 1;
	display: none;
	

	width: 100%;
	height: 200px;
	
	background-image: url(../../images/standard/lightBox/transArea.png);
	background-repeat: repeat;
}

div#lightbox div#formular {
	margin: 5% auto;
	
	width: 496px;
}


div#lightbox div#formular div#top {
	padding: 5px 0 0 20px;

	width: 476px;
	
	height: 55px;

	background-image: url(../../images/standard/lightBox/toolbarTop.png);
	background-repeat: no-repeat;
}

div#lightbox div#formular div#bottomFormular {
	padding: 10px 20px 30px 20px;

	width: 456px;
	
	background-image: url(../../images/standard/lightBox/toolbarBottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}




div#lightbox div#formular div#top a.close {
	float: right;

	margin: 14px 14px 0 0;

	display: block;
	
	width: 25px;
	height: 24px;
	
	background-image: url(../../images/standard/lightBox/close.png);
	background-repeat: no-repeat;
}



div#lightbox div#formular div#top a.close:hover {
	float: right;

	margin: 14px 14px 0 0;
	
	display: block;

	width: 25px;
	height: 24px;
	
	background-image: url(../../images/standard/lightBox/close.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* clear */

div.clearBoth {
	clear: both;
}