<!--

/* --------------------------------------- Box Left Newsletter --------------------------------------- */

#newsletter_left_box {
	float: left;
	width: 146px;
	margin: 0px 0px 20px 0px;
	padding: 45px 15px 10px 14px;
	background: url(../layout/box_left_newsletter.gif) #003d00;
	background-repeat: no-repeat;
	border-top: 2px solid #e5ede1;
	color: #e5ede1;
	line-height: 18px;
}

#newsletter_left_box a {
	font-size: 10px;
	text-decoration: none;
	color: #798579;
}

#newsletter_left_box a:hover { text-decoration: underline; }

#newsletter_input {
	font-size: 10px;
	border: 1px solid #e5ede1;
	background-color:#798579;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	width: 140px;
	height: 16px;
	color: #e5ede1;
}

#newsletter_input:focus {
	background-color:#e5ede1;
	color: #003d00;
	border: 1px solid #e5ede1;
}

#newsletter_button {
	margin: 10px 0px 0px 0px;
	width: 73px;
	height: 19px;
	background: url(../layout/newsletter_btn.gif);
	background-repeat: no-repeat;
	border: none;
}

#newsletter_button:hover { background: url(../layout/newsletter_btn_hover.gif); }

/* ----------------------------- Formulare ----------------------------- */

#form_input {
	font-size: 11px;
	border: 1px solid #a5b1a5;
	background-color:#ecf2e9;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 400px;
	height: 17px;
	color: #798579;
}

#form_input:focus {
	background-color:#fff;
	color: #003d00;
	border: 1px solid #a5b1a5;
}

#form_textarea {
	font-size: 11px;
	border: 1px solid #a5b1a5;
	background-color:#ecf2e9;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 400px;
	height: 150px;
	color: #798579;
}

#form_textarea:focus {
	background-color:#fff;
	color: #003d00;
	border: 1px solid #a5b1a5;
}

#form_input_code {
	font-size: 11px;
	border: 1px solid #a5b1a5;
	background-color:#ecf2e9;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 240px;
	height: 17px;
	color: #798579;
}

#form_input_code:focus {
	background-color:#fff;
	color: #003d00;
	border: 1px solid #a5b1a5;
}

#form_btn_comment {
	margin: 10px 0px 0px 0px;
	width: 73px;
	height: 19px;
	background: url(../layout/btn_send.gif);
	background-repeat: no-repeat;
	border: none;
}

#form_btn_comment:hover { background: url(../layout/btn_send_hover.gif); }

#form_label_notice {
	font-size: 9px;
	color: #798579;
}

#form_hidden_input {
	position: absolute;
	top: -300px;
	left: -300px;
}

/* --------------------------------------- Wallpapers --------------------------------------- */

.wallpapers_bg {
	float: left;
	margin: 0px 10px 15px 8px;
	padding: 10px;
	width: 150px;
	background: url(../wallpapers/images/background.gif) #e5ede1;
	background-repeat: no-repeat;
	border: 1px solid #798579;	
	font-size: 9px;
	color: #798579;
	line-height: 14px;
}

* html .wallpapers_bg {
	padding: 8px;
	margin: 0px 10px 15px 5px;
}

.wallpapers_bg img {
	border: 1px solid;
	border-color: #e5ede1;	
}

.wallpapers_download_btn img { border: none; }

/* --------------------------------------- Photographers --------------------------------------- */

#photographer_image_himself {
	float: left;
	width: 210px;
	height: 230px;
	margin: 0px 0px 0px 30px;
}

*html #photographer_image_himself { margin: 0px 0px 0px 15px; }

#photographer_details {
	float: right;
	width: 250px;
	height: 230px;
	line-height: 23px;
}

#photographer_text {
	float: left;
	width: 570px;
	line-height: 20px;
}

#photographer_header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003d00;
}

.photographer_releases {
	float: left;
	margin: 10px 7px 10px 7px;
	font-size: 10px;
}

-->