html, body, a, div, * {
	font-family: Arial; font-size: 12px
}

body {
	background-color: #999;
	background-image: url(../images/abeck_bg.jpg);
}

#container {
	width: 960px; height: 600px; margin-top: 20px; margin-left: 20px; background-color: #fff;
}

#logocontainer {
	height: 130px; text-align: right
}

#menucontainer {
	height: 40px; background-image: url(../images/menu/menu_bg.jpg); background-repeat: repeat-x;
}

#contentcontainer {
	height: 380px; width: 960px;
}

#langcontainer {
	position: relative; left: 835px; margin-top: 6px; width: 100px; height: 50px; text-align: right;
}

div.delang {
	margin-right: 21px; text-align: left; width: 106px; height: 18px; background-color: #ccc; border-bottom: 2px solid #fff;line-height: 18px;
}

#menubox {
	margin-left: 340px; background-color: #fff; width: 599px; height: 40px;
}

a.langlink {
	color: #fff; text-decoration: none; font-weight: bold;
}

a.langlink:hover {
	color: #000;
}

img {
	border: 0;
}

a, a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a:hover {
	text-decoration: underline;	
}



/* content */
div.menuitem {
	float: left; border-left: 2px solid #fff; border-bottom: 2px solid #fff;
}

#submenu {
	float: left; width: 340px; height: 380px; border-right: 2px solid #fff; background-position: bottom left; 
}

div.submenuitem {
	float: left; border-bottom: 2px solid #fff;
}

div.submenuitemteam {
	float: left; border-bottom: 2px solid #ccc;
}


#contentdiv {
	float: left; width: 618px; height: 380px; background-color: #ccc
}

#galerie {
	float: left; width: 256px; height: 380px; background-color: #ccc; border-right: 2px solid #fff;
}

#textdiv {
	float: left; width: 358px; height: 380px; background-color: #ccc; color: #666; overflow: auto;
}