/************************************************************************/
/*	Kaskadierendes Stylesheet-Dokument, Version 0.1			*/
/*	Kopierrecht © 2007-2008 bei Stefan Rachow			*/
/*	für "Uns Strandhus" (www.uns-strandhus.de)			*/
/*	Alle Rechte vorbehalten.					*/
/************************************************************************/

/* Globale Tagdefinition */
body {
	background-color: #d8d0ad;
	margin: 25px;
	}

body,
table,
input,
textarea,
select {
	font-family: "times new roman";
	font-size: 13px;
	line-height: 18px;
	}

table {
	width: 100%;
	border-collapse: collapse;
	}

table.t1 {
	height: 100%;
	}

td {
	vertical-align: top;
/*testbereich*/
	#order:solid 1px black;
	padding: 0px;
	}

a {
	color: #e7440d;
	text-decoration: none;
	}

a img {
	border: none;
	}

p,
li {
	margin-top: 0px;
	margin-bottom: 25px;
	}

p:last-child,
li:last-child {
	margin-bottom: 0px;
	}

h1 {
	color: #e7440d;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 25px;
	}

input,
textarea,
select {
/*testbereich*/
	#idth: 100%;
	border: 1px solid #c3bca2;
	}

iframe {
	width: 740px;
	height: 100%;
	border: none;
	}


/* Globale Klassendefinition */
.light {
	color: #d8d0ad;
	}

.dark {
	color: #a79a7a;
	}
