/*-------------------------------------------------------------*/
/*-- Web Publisher: Alexandra Rattay --------------------------*/
/*-- Languages: CSS -------------------------------------------*/
/*-- www.weblandschaften.de -----------------------------------*/
/*-- November 2008 --------------------------------------------*/
/*-- Last modified 27.11.08 -----------------------------------*/
/*-------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0;
	padding: 0;
	background: url('tpl/stripes.gif');
	background-repeat: repeat-y;
	background-color: #ffd503;
	width: 1100px;
}
p {
	line-height: 18px;
	margin: 0;
}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #cb0016;
	text-decoration: none;
}
img {
	border: 0;
}
ul {
	margin: 10px;
	padding: 5px;
}
li {
	padding-bottom: 2px;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	color: #4da605;
}
h2 {
	font-size: 15px;
	color: #cb0016;
}
h4 {
	line-height: 25px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
/*-------------------------------------------------------------*/
#Header {
	height: 139px;
	background: url('tpl/linienoben.gif');
	background-position: 0 102px;
	background-repeat: no-repeat;
}
#Header .Startfotos {
	float: left;
}
#Header .Logo {
	float: left;
}
/*-------------------------------------------------------------*/
#Menu {
	float: left;
	display: block;
	width: 155px;
	margin-right: 40px;
}
/*-------------------------------------------------------------*/
.Impressum {
	text-align: center;
	margin-top: 50px;
	font-size: 10px;
}
.Impressum a, .Impressum a:visited  {
	color: #fff;
	text-decoration: none;
}
.Impressum a:hover {
	text-decoration: underline;
}
/*-------------------------------------------------------------*/
#Content {
	float: left;
	width: 800px;
}
#Contentbreit {
	float: left;
	width: 870px;
}
/*-------------------------------------------------------------*/
.SubNav {
	margin-left: 25px;
	font-size: 14px;
}
.SubNav a, .SubNav, .SubNav a:visited  {
	color: #cb0016;
	text-decoration: none;
}
.SubNav a:hover {
	text-decoration: underline;
}
/*-------------------------------------------------------------*/
#TextBereich {
	margin: 25px;
}
#TextBereichSchmal {
	margin: 25px;
	width: 480px;
}
/*-------------------------------------------------------------*/
#Footer {
	margin-top: 30px;
	height: 100px;
	background: url('tpl/footer.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}
/*-------------------------------------------------------------*/
table, tr, td {
	vertical-align: top;
}
td {
	padding-right: 10px;
}
.Urkunden td {
	padding: 0;
}
.fett {
	font-weight: bold;
	color: #cb0016;
}
.Rahmen {
	border: 6px solid #FFF;
}
/*-------------------------------------------------------------*/
.Angebot h3 {
	margin: 0;
	margin-bottom: 5px;
}
.Angebot h4 {
	font-size: 14px;
	color: #cb0016;
	margin: 0;
	margin-bottom: 10px;
}
.Marke {
	font-family: Arial, Helvetica;
	font-weight: 900;
	background-color: #FFF;
	padding: 10px;
	border: 6px solid #cb0016;
	float: left;
	text-align: center;
	margin: 10px;
}
.Marke h5 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.Marke .Preis {
	color: #cb0016;
	font-size: 26px;
}
.Angebot .Info {
	clear: both;
	font-size: 11px;
	padding-top: 10px;
}
.Angebot p {
	margin-bottom: 5px;
}
.Angebot {
	margin-bottom: 20px;
}
