/* @override http://www.haraldkoenig.at/screen.css */
@charset "UTF-8";
/* ***************************************
*   Kunde:   haraldkoenig.at
*   Projekt: Relaunch September 2011
*   Layout V1
*   Im Auftrag von: Harald Koenig
*   Datum:   12.09.2011
*   Update:  13.09.2011
* ***************************************/

/* Farbwerte *****************************
*  dunkelbraun ...............#5c5148
*  
*****************************************/

/* Allgemeines
---------------------------------------*/

body {
	margin: 0;
	padding: 0;
 	text-align: center;
 	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px; 
	background: url(images/bg_haraldkoenig.jpg) repeat-x 0 0;
	background-color: #5c5148;

}

/* Struktur
---------------------------------------*/

#PageFrame {
	width: 720px;
	margin: 80px auto;
}

#HeaderFrame {
	margin: 30px 0 30px 0px;
	padding: 50px 70px 0 20px;
	height: 140px;
	border: 1px solid #e7ccb2;
	background: url(images/bg_haraldkoenig.jpg) repeat-x left;
}

#HeaderFrame a img {
	border: none;
}

#Notepad {
	position: relative;
	float: left;
	top: -80px;
	left: -30px;
}

#Content {
	position: relative;
	margin: 0 0 30px 0;
	padding-left: 275px;
	text-align: left;
	line-height: 26px;
}

#Formular {
	position: relative;
	margin: 0 0 30px 0;
	padding-left: 270px;
	text-align: left;
	line-height: 20px;
}

#FooterFrame {
	clear: both;
	position: relative;
	text-align: center;
	border-top: 1px solid #e7ccb2;
	font-size: 0.9em;
	line-height: 18px;
}

input {
	height: 20px;
	width: 190px;
	background: url(images/bg_field.jpg) repeat-x;
	border: 2px solid #544b44;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #322d28;
}

input.field0 {
	width: 25px;
	height: 20px;
	margin-bottom: 0;
	background: none;
	border: none;
}

input.button {
	background: url(images/bg_send.jpg) repeat-x;
	border: 2px solid #544b44;
	height: 30px;
	width: 200px;
	color: #fff;
	padding: 4px;
	text-transform: uppercase;
	font-size: 1.0em;
}

h2 {
	font-weight: normal;
}

p {
	line-height: 18px;
}

.backbutton {
	width: 250px;
	height: 22px;
	background: url(images/bg_send.jpg) repeat-x;
	border: 2px solid #544b44;
	padding: 2px 8px 4px 8px;
	font-size: 1.2em;
	text-align: center;
}

.backbutton a {
	color: #fff;
	text-decoration: none;
}

.backbutton a:hover {
	color: #323130;
}

.LV_invalid_field {
	border-color: #8f1010;
}
.LV_validation_message {
	font-size: 0.9em;
	color: #8f1010;
}

.LV_valid {
	color: #7ba214;
}