/* AUFBAU */

html {
	font-family:helvetica, arial, sans-serif;
	margin-top:0;
}

body {
	font-size:100.1%;
	background:#C0C0C0 url(img/site-hintergrund.png) 0 130px repeat-x;
	margin:0;
}

div#wrap {
	margin:30px auto 2em auto;
	width:950px;
	padding:0;
	background:#fff;
	overflow:hidden;
}

/* HEADER */

div#header {
	background:url(img/terra-line-header.png) no-repeat;
	height:100px;
}

img#logo {
	float:right;
	margin:25px 20px 0 0;
}

/* NAVIGATION */

ul#navi {
	background:#eeae00;
	height:60px;
	margin:0;
	padding-left:20px;
	list-style-type:none;
	line-height:60px;
}

ul#navi li {
	display:inline;
	margin-right:12px;
	margin-left:12px;
}

ul#navi li a {
	text-decoration:none;
	color:#fff;
	font-size:13px;
}

ul#navi li a:hover {
	color:#000;
}

ul#navi li a#stonealliancelink {
	margin:0 15px;
}

ul#navi li a img {
	margin-bottom:-6px;
}

/* CONTENT */

div#content {
	padding:30px;
	padding-bottom:60px !important;
}

div.linkespalte, div.rechtespalte {
	width:430px;
	float:left;
}

div.rechtespalte {
	margin-left:30px;
}

div.rechtespalte p, div.rechtespalte ul li, div.rechtespalte h3 {
	color:#7F7F7F;
}

/* REFERENZEN */

body.referenzen div#content {
	text-align:center;
	padding:0;
	padding-top:30px;
}

body.referenzen div#content img {
	display:inline;
	margin:12px;
	margin-bottom:30px;
}

ul.referenzliste {
	float:left;
	margin-left:8em;
	text-align:left;
}

/* TYPOGRAFIE */

h1 {
	color:#a81d1e;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:30px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	line-height:1.2em;
}

h1 span {
	color:#eeae00;
}

h2 {
	font-size:0.8em;
	color:#4f4f4f;
	border-bottom:1px solid #eeae00;
}

h3 {
	margin-bottom:-1em;
	font-size:0.8em;
	color:#4f4f4f;
}

p, ul li {
	font-size:.8em;
	line-height:1.8em;
	color:#4f4f4f;
}

div#content ul li {
	list-style-type:square;
	margin-left:-2em;
	padding:0;
}

span.datentrenner {
	color:#eeae00 !important;
	font-weight:800 !important;
}

/* FOOTER */

div#footer {
	font-size:11px;
	padding:30px;
	padding-top:0;
	text-align:center;
	clear:both;
}

hr {
	clear:both;
	margin-top:30px;
	margin-bottom:15px;
	color:#e6e6e6;
	background:#e6e6e6;
	height:1px;
	border:0;
}

/* LINKS */

a img {
	border:0;
}

a {
	color:#8f8f8f;
}

a:hover {
	color:#a81d1e;
}