/* tauro-berlin.de | Website 2009 */

/* ------------------------ ALLGEMEIN ------------------------ */
* {
	margin:0;
	padding: 0;
}
body {
	margin: 30px auto 30px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1E6C8;
	background-color: #8D122E;
	height: 101%;
	overflow:scroll;
}
h1 {
	border-bottom: 1px dotted #F1E6C8;
	font-size: 18px;
	color: #F1E6C8;
	font-weight: lighter;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	border-bottom: 1px dotted #F1E6C8;
	color: #F1E6C8;
	margin-bottom: 12px;
}
p, ul {
	margin-bottom: 12px;
	line-height: 18px;
}
li {
	margin-left: 30px;
}
.klein {
	font-size: 11px;
	line-height: 14px;
}
img {
	border:none;
}
.mittleres {
	margin-left: 4px;
	margin-right: 4px;
}
a:link {
	color: #F1E6C8;
}
a:visited {
	color: #F1E6C8;
}
a:hover {
	color: #000;
}
a:active {
	color: #F1E6C8;
}
/* --------------- Startseite ---------------- */

#index_links {
	float: left;
	width: 100px;
	padding-top: 148px
}
#index_mitte {
	width: 746px;
	float: right;
}
#index_rechts {
	width: 105px;
	float: right;
	padding-top: 183px
}
/* ------------------------ wrapper und oben  ------------------------ */

#wrapper {
	text-align: left;
	margin-right: 10px;
}
#container_oben {
	width: 960px;
	padding: 0px;
	margin: 0px auto;
	height: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container_oben h1 {
	color: #F1E6C8;
	font-size: 20px;
}
#container_oben .zusatz {
	font-size: 14px;
}
#nav {
	position: absolute;
	width: 100px;
	margin-top: 162px;
}
#logo {
	position: relative;
	width: 960px;
	text-align: right;
	color: #F1E6C8;
	font-size: 15px;
}
/*----------------- contentbereich ---------------*/


#container_unten {
	width: 960px;
	height: 550px;
	padding: 0px;
	margin: 0px auto;
	padding-top: 40px;
}
#content_links {
	width: 340px;
	text-align: left;
	float: left;
}
#content_rechts {
	margin-top: 10px;
	width: 800px;
	float: right;
	text-align: left;
}
.clearboth {
	clear: both;
}
#bild {
	float: right;
	width: 420px;
	text-align: center;
}
#grundriss {
	width: 340px;
	height: 220px;
}
.preis {
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.spaltelinks {
	width: 350px;
	float: left;
}
.spaltelinks_speisse {
	width: 380px;
	float: left;
	font-size: 11px;
}
.spaltelinks_speisse p {
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F1E6C8;
}
.spaltelinks_speisse strong {
	font-size: 12px;
}
.spalterechts {
	width: 350px;
	float: right;
}
.spalterechts_speisse {
	width: 380px;
	float: right;
	font-size: 11px;
}
.spalterechts_speisse p {
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F1E6C8;
}
p.letzte {
	border:0px;
	margin-bottom: 32px;
}
/*
.kasten { margin-left: 60px;
	width: 160px;
	margin-top: 14px;
	text-align: center;
	padding: 10px;
	border: 1px dotted #F1E6C8;
}
.kasten h1 {
	font-size: 14px;
}
.kasten p {
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#aufklapper {
	display:none;
} */

/*------------ fuss --------------*/
#fuss {
	font-size: 11px;
	margin-top: 12px;
	padding-top: 5px;
	border-top: 1px dotted #F1E6C8;
	margin-bottom: 24px;
	text-align: right;
}
