@CHARSET "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	background: #e95f12 url('../img/bg.png') repeat;
	font-family: arial, verdana;
	font-size: 12px;
}

img {
	border:0;
}

#wrap {
	width: 800px;
	margin: 20px auto;
	position: relative;
}

#header {
	background: url('../img/bg_header.png') no-repeat bottom left;
	margin-top: 70px;
}

#content {
	background: url('../img/bg_content.png') repeat-y;
}

.home {
	background: url('../img/marti_home.png') no-repeat 220px 20px;
	height: 500px;
	position: relative;
}

.pages {
	background: url('../img/marti_header.png') no-repeat 220px 20px;
	min-height: 500px;
	position: relative;
}

.intro {
	color: #e95f12;
	line-height: 30px;
	letter-spacing:1px;
	font-size: 17px;
	position:absolute;
	top:290px;
	left:45px;

}

.textarea {
	padding-top: 250px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.schlemmerbutton img {
	margin: 20px 0px 0px 10px;
}

#footer {
	background: url('../img/bg_footer.png') no-repeat center bottom;
	height: 20px;
}

.footer-info {
	color: #7d7d7d;
	text-align:center;
	letter-spacing:1px;
	font-size: 12.5px;
	line-height: 20px;
}

.footer-info-home {
	padding-top: 50px;

}

.mail {
	color:#e95f12;
	text-decoration: none;
}

#martibutton {
	position: absolute;
	left: -50px;
	top: 25px;
}

#martiemail {
	position: absolute;
	left: 550px;
	top: 460px;
	font-size: 17px;
}

h1 {
	margin-bottom: 48px;
	font-size: 24px;
	color: #e95f12;
}

h2 {
	margin-top: 32px;
	margin-bottom: 16px;
	font-size: 16px;
	color: #e95f12;
}

.textarea p, li {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	color: black;
}

li {
	list-style-position: inside;
}

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

a:hover {
	color:#F6320E;
	text-decoration: none;
}
