/* ------------------------------------------

Title : Renate Fink
Author : Tim Sydekum
URL : http://www.livid-media.de

Description : Default stylesheet

Created : 2009-06-02

------------------------------------------ */

/* --- BASIC --- */

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #b5a28d;
	padding: 0;
	margin: 0;
	background-color: #000;
}



/* --- BODY / HEADER --- */

#body {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	position: relative;
	text-align: center;
	padding: 20px 0 35px;
}

#language {
	position: absolute;
	width: 85px;
	height: 30px;
	font-size: 14px;
	background: url(../images/language_bg.gif) no-repeat;
	padding-top: 6px;
	top: 0;
	right: 60px;
	text-align: center;
}

#language a {
	color: #ba946b;
}



/* --- CONTENT --- */

#content {
	float: left;
	width: 700px;
}

.img-right {
	float: right;
	margin: 0 0 15px 15px;
}

.outline {
	border: 6px solid #2a221c;
}

.gallerynavi {
	width: 60px;
	margin-top: 180px;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}

.gallerynavi a:hover {
	text-decoration: none;
}



/* --- FOOTER --- */

#footer {
	height: 50px;
	font-size: 11px;
	color: #775423;
	background: url(../images/footer_bg.gif) no-repeat;
	padding: 20px 10px 0;
	margin-top: 30px;
}

#footer-left {
	float: left;
	width: 440px;
}
#footer-left a {
	margin-right: 6px;
}

#footer-right {
	float: right;
	width: 440px;
	text-align: right;
}

#footer a {
	color: #775423;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}



/* --- HTML --- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Times New Roman', sans-serif;
	color: #936738;
}

h1 {
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 22px;
}

.h1-small {
	font-size: 15px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 18px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #b5a28d;
	margin-bottom: 7px;
}

h4 {
	font-size: 13px;
	margin-bottom: 8px;
}

a:link, a:visited {
	color: #ca7f2e;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

p, div, input, table, img, tr, td {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
}

i {
	font-style: italic;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style: disc;
}

small {
	font-size: 10px;
	color: #666;
}



/* --- CONTACTFORM --- */

.contactform {
	width: 410px;
}

.contactform input {
	width: 220px;
	padding: 2px;
	margin: 3px 0 8px;
}

.contactform textarea {
	width: 400px;
	height: 100px;
	padding: 2px;
}

.contactform .button {
	background-color: #453226;
	text-align: center;
	width: 100px;
	margin-top: 8px;
	border: 1px solid #453226;
	color: #ca7f2e;
}

.contactform .button:hover {
	border: 1px solid #624736;
}



/* --- MISC --- */

table.preisliste td {
	padding: 2px;
}

.hr {
	height: 1px;
	background-color: #6E513D;
	margin: 20px 0;
	clear: both;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}