@charset "UTF-8";
/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 50px;
}

#container {
	margin: 0 auto;
	width: 739px;
}

#head_image {
	position: absolute;
	width: 739px;
	height: 495px;
	z-index: 5;
	top: 0;
	background-image: url(../gfx/img_news.jpg);
}

#navigation {
	position: absolute;
	height: 29px; /*35*/
	width: 695px; /*720*/
	border: 3px solid #fff;
	padding: 0px 7px 0px 7px;
	margin-top: 60px;
	margin-left: 12px;
	_margin-left: 6px;
	background-color: #000;
	z-index: 10;
}

#navigation ul, #navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.nomargin {
	margin: 0px;
}

#navigation span {
	display: none;
}

#nav_news {
	float: left;
	width: 54px;
	height: 29px;
	background-image: url(../gfx/nav_news.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#nav_media {
	float: left;
	width: 60px;
	height: 29px;
	background-image: url(../gfx/nav_media.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#nav_tour {
	float: left;
	width: 52px;
	height: 29px;
	background-image: url(../gfx/nav_tour.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#nav_contact {
	float: left;
	width: 85px;
	height: 29px;
	background-image: url(../gfx/nav_contact.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
}

#nav_links {
	float: left;
	width: 57px;
	height: 29px;
	background-image: url(../gfx/nav_links.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#nav_shop {
	float: left;
	width: 52px;
	height: 29px;
	background-image: url(../gfx/nav_shop.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#nav_question {
	float: left;
	width: 12px;
	height: 29px;
	background-image: url(../gfx/nav_questionmark.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#nav_news:hover, 
#nav_media:hover,
#nav_tour:hover,
#nav_contact:hover,
#nav_links:hover,
#nav_shop:hover,
#nav_question:hover,
#navigation .active {
	background-position: 0px -29px;
}

#nav_logo {
	float: left;
	width: 130px;
	height: 130px;
	background-image: url(../gfx/logo_wallace.png);
	background-repeat: no-repeat;
	margin-top: -53px;
	margin-right: 5px;
}

#nav_social_facebook {
	float: left;
	width: 22px;
	height: 29px;
	background-image: url(../gfx/nav_social_facebook.jpg);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	margin-right: 5px;
}

#nav_social_myspace {
	float: left;
	width: 31px;
	height: 29px;
	background-image: url(../gfx/nav_social_myspace.jpg);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	margin-right: 5px;
}

#nav_social_twitter {
	float: left;
	width: 32px;
	height: 29px;
	background-image: url(../gfx/nav_social_twitter.jpg);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	margin-right: 5px;
}

#nav_social_itunes {
	float: left;
	width: 22px;
	height: 29px;
	background-image: url(../gfx/nav_social_itunes.jpg);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	margin-right: 0px;
}

#nav_social_facebook:hover,
#nav_social_myspace:hover,
#nav_social_twitter:hover,
#nav_social_itunes:hover {
	background-position: 0px 0px;
}

#wrapper {
	width: 739px; 
	height: 495px; 
	float: left;
}

#content {
	position: absolute;
	z-index: 30;
	top: 460px; /*460*/
	width: 713px; /*739*/
	margin-left: 16px;
	*margin-left: -723px; /* 739-16 = 723 IE7 FIX */
}

#content h1 {
	font-size: 60px;
	letter-spacing: 5px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#content a:link { color: #fff; text-decoration: underline; }
#content a:visited { color: #d546fe; text-decoration: underline; }
#content a:active { color: #fff; text-decoration: underline; }
#content a:hover { color: #09F; text-decoration: underline; }

.fotogalerij_item { 
	float: left;
	width: 150px;
	padding: 20px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}

.border { 
	border: 1px solid #fff;
}
