body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #60261e;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 10px;
	text-align: justify;
}

.text2 {
    font-size: 9px;
    color: #60261e;
}

.text3 {
    font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #ee7f00;
}

h1 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: normal;
    color: #60261e;
}

h2 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: normal;
    color: #ee7f00;
}

a {
	font-weight: bold;
    color: #ee7f00;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url(_images/index01.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(_images/index02.jpg);
    background-repeat: repeat-x;
}

.bg3 {
    background-image: url(_images/index09.jpg);
    background-position: right top;
}

.bg4 {
    background-image: url(_images/index11.jpg);
}

.bg5 {
    background-image: url(_images/index12.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg6 {
    background-image: url(_images/index13.jpg);
    background-repeat: repeat-x;
}

.img1 {
    margin-left: -4px;
}

.img2 {
    margin-left: -3px;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    font-size: 8px;
    color: #fde7d0;
}

.style1 a {
    color: #fde7d0;
	letter-spacing: 0.1em;
	margin: 0 8px 0 8px;
}

.style1 a:hover {
}

/* KONTAKTFORMULAR */
form {
	color:#60261e;
	background-color: ;
	width: 500px;
	padding: 0px;
	border: ;
}

label {
	display: block;
	margin-bottom: 3px;
	cursor: pointer;
}

input#vname,
input#name,
input#email,
input#phone,
textarea {
	width: 380px;
	color:#000000;
	border: 1px solid #60261e;
	margin-bottom: 18px;
}

textarea {
	height: 10em;
}
	
input#submit {
	color: #000000;
}
	
input#email:focus,
input#name:focus,
textarea:focus {
	background-color: #dddddd;
}

/* Galerie */
#galerie a {
	text-decoration: none;
	border: none;
}
