/**
 * Homepage Styles Werner & Mertz Webcam
 * 
 * This styles have been written by netz98 new media gmbh
 * 
 * @project		Werner & Mertz webcam
 * @version		
 * @package		xhtml-css
 * @author		Raphael Schmitt
 * @copyright	2009 by netz98 new media gmbh
 *
 **/

@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	padding-top: 22px;
	margin-right: 6px;
	float: left;
	display: inline;
	text-align: center;
	width: 109px;
}

li.first {
	padding-top: 22px;
	margin-left: 14px;
	text-align: center;
	width: 109px;
}

li.last {
	padding-top: 22px;
	text-align: center;
	width: 105px;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
	text-decoration: none;
	color: #666666;
}

#header {
	background: url(../images/webcam_header.jpg);
	width: 772px;
	height: 51px;
}

#navigation a {
	font-weight: bold;
}

#navigation a.selected {
	color: #e3001b;
}

#subnavigation {
	background: #f4fee4;
	padding: 8px 8px 8px 36px;
}

#subnavigation a {
	color: #264288;
}

#subnavigation .divider {
	width: 30px;
	text-align: center;
	float: left;
	display: inline;
}

#infotext {
	padding: 8px 8px 8px 36px;
}

#content {
	width: 772px;
	padding-top: 10px;
}

#image_content {
	margin-left: 54px;
}

#image_container {
	background: url(../images/webcam_background.jpg) repeat-x;
	width: 664px;
	height: 500px;
	margin-top: 10px;
	padding-top: 5px;
}

#pagination_control {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

#pagination_control img {
	position: relative;
	top: 1px;
}

#pagination_control a {
	position: relative;
	top: 0px;
	color: #264288;
}
	
.image_row {
	height: 60px;
	padding-left: 6px;
}

.image_item {
	padding: 5px;
	float: left;
	height: 158px;
	display: inline;
	position: relative;
}

.image_item_big {
	padding: 4px 8px;
}

.image_border {
	border: 4px solid #f4fee4;
}

.image_date {
	position: absolute;
	top: 9px;
	left: 4px;
	width: 195px;
	padding: 5px 0px 5px 10px;
	background: #f4fee4;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.image_date_big {
	position: relative;
	top: -484px;
	left: 4px;
	width: 155px;
	padding: 10px 0px 10px 15px;
	background: #f4fee4;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.image_not_found {
	width: 640px;
	height: 480px;
	padding: 15px;
	font-weight: bold;
}

.page {
	margin: 0;
	padding: 9px;
}

.headline {
	color: #264288;
	font-weight: bold;
	padding-bottom: 5px;
}

.select_form {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 3px;
	border: 1px solid #666666;
}

.clearfix {
	clear: both;
}

/****** IE6 Patches *****/

* html .image_date {
	top: 9px;
	filter: alpha(opacity=80);
	width: 210px;
}

* html .image_date_big {
	position: relative;
	top: -486px;
	left: 4px;
	width: 170px;
	padding: 10px 0px 10px 15px;
	background: #f4fee4;
	filter: alpha(opacity=80);
}

/****** IE7 Patches *****/

*+html .image_date_big {
	position: relative;
	top: -486px;
	left: 4px;
	width: 170px;
	padding: 10px 0px 10px 15px;
	background: #f4fee4;
	filter: alpha(opacity=80);
}

*+html .image_row {
	padding-bottom: 105px; 	
}
