/* Common styles */
body {
	padding: 30px 0px;
	background-color: #74de74;
	background-image: url('../images/body-bg.png');
	background-repeat: repeat-x;
}

/* Basic layout */
#page {
	margin: 0px auto;
	width: 960px;
}
#header {
	position: relative;
	/*overflow: auto;
	width: 920px;*/
	height: 57px;
	padding: 0px;
	background-color: #353535;
	background-image: url(../images/header-bg.png);
}
#logo {
	position: absolute;
	line-height: 28px;
	top: 14px;
	left: 20px;
}
#logo a .co-op {
	color: #74de74;
}
#logo a .prodev {
	color: #ffffff;
}
#language {
	position: absolute;
	left: 240px;
	top: 22px;
	font-size: 12px;
}
#language a {
	color: #888888;
	text-decoration: none;
	margin-right: 15px;
}
#language a.selected  {
	color: #f5f5f5;
}
#language a:hover {
	color: #f5f5f5;
}
#navigation {
	position: absolute;
	top: 18px;
	right: 20px;
}
#navigation li {
	margin-left: 20px;
}
#navigation a {
	color: #888888;
}
#navigation .selected a  {
	color: #f5f5f5;
}
#navigation a:hover {
	color: #f5f5f5;
}
#content {
	overflow: auto;
	width: 920px;
	height: 100%;
	border: 5px solid #f5f5f5;
	padding: 15px;
	margin-top: 10px;
	background-color: #ffffff;
}
#content .col1 {
	float: left;
	width: 600px;
}
#content .col2{
	float: right;
	width: 300px;
}
#pictureGallery {
	margin-top: -5px;
	margin-left: -5px;
	width: 310px;
}
#pictureGallery .picture {
	position: relative;
}
#pictureGallery .enlargeIcon {
	position: absolute;
	bottom: 21px;
	right: 20px;
}
#pictureGallery .hint {
    text-align: center;
    font-size: 11px;
    color: #606060;
}
#footer {
	color: #9c9c9c;
	background-color: #151515;
    padding: 10px 20px;
	margin-top: 10px;
	background-image: url(../images/header-bg.png);
}

