/* Formular */

label {
	width: 100px;
	display: block;
	float: left;
}

input {
	width: 300px;
	padding: 3px;
	margin: 2px;
	font-size: 14px;
}

textarea {
	width: 300px;
	padding: 3px;
	margin: 2px;
	height: 200px;
	font-size: 14px;
	line-height: 14px;
}

div.contact {
	display:block;
	float:right;
}

a.backlink {
	color: #474F51 !important;
	text-decoration:none;
}

/* Class for the "fancy_parent" function 
 * It gives a thick 1px grey border around image
*/
.link img { 
	border: 1px solid #999; 
	outline:none;
	padding:5px;
	margin:5px;
}

.link img:hover {
	border:1px solid #ccc;
}

/* Class for single image listing (fancy function) 
 * It gives a grey 1px border around image
*/
.photo { 
	padding: 5px; 
	margin: 5px; 
	border: 1px solid #999; 
	float: left; 
}

.photo:hover	{ border-color: #ccc; }

blockquote {
	font-size: 1.4em;
	line-height: 1.3em;
}

blockquote em {
	font-size:1em!important;
}

section div.x {
	font-size:0.8em;
	line-height:1.1em;
}

.noscript {
	text-align:center;
	font-size:0.8em;
	color:#ee5e62;
}

img.sepp {
	width:100%;
	height:auto;
	margin-left:-1px;
	border:#018E2F solid 1px;
}