/*

wemove digital solutions
www.wemove.com
Michael Ziem
02.2011

*/

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 30px auto;
	padding: 0;
	width: 800px;
	background: url(../img/background-page-95.png);
	font-family: Helvetica, Arial, sans-serif;
	-moz-box-shadow: 2px 2px 40px #000000;
	-webkit-box-shadow: 2px 2px 40px #000000;
	box-shadow: 2px 2px 40px #000000;
}

#header {
	width: 100%;
	height: 147px;
}

#header h1#logo {
	margin: 15px 0 0 31px;
	padding: 0;
	float: left;
	text-indent: -9999em;
}

#header h1#logo a {
	display: block;
	width: 281px;
	height: 112px;
	background: url(../img/logo-energieholz-schorfheide.png);
}

#header h2#leistungen {
	width: 341px;
	height: 76px;
	margin: 58px 29px 0 0;
	padding: 0;
	float: right;
	text-indent: -9999em;
	background: url(../img/leistungen.png) no-repeat;
}

ul.nav {
	display: block;
	line-height: 1em;
	float: left;
	list-style: none;
	margin: 21px 0 0 30px;
	padding: 0;
}

ul.nav li {
	float: left;
	margin: 0 27px 0 0;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 3px 3px 7px #122b10;
	/* filter: dropshadow(color=#000000, offx=3, offy=3); */
}

#main-nav {
	width: 100%;
	height: 66px;
	background: url(../img/background-nav.png);
}

#main-nav ul.nav li a {
	color: #ffd100;
	text-decoration: none;
}

#main-nav ul.nav li a.current,
#main-nav ul.nav li a:hover {
	color: #fffab9;
	text-decoration: none;
}

#content {
	min-height: 360px;
	margin: 0 30px 40px 30px;
	color: #fffab9;
	font-size: 12px;
	line-height: 18px;
}

#content #col-left {
	float: left;
	width: 440px;
	margin: 22px 0 0 0;
}

/*
#content #col-right {
	float: right;
	width: 338px;
	margin: 22px 0 0 30px;
}
*/
#content #col-right {
	float: right;
	width: 250px;
	margin: 12px 0 0 0;
}

#content #col-right-top {
	float: right;
	width: 250px;
	margin: 22px 0 0 0;
}

#content h3 {
	font-size: 16px;
	line-height: 19px;
	color: #ffd100;
	/* text-transform: uppercase;*/
	margin: 0 0 1em 0;
	letter-spacing: 1px;
	font-weight: bold;
}

#content h3.claim {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

#g-map {
	width: 250px;
	height: 450px;
}

#footer {
	width: 100%;
	margin: 0 0 0 30px;
	padding: 0 0 15px 0;
}

#footer ul.nav {
	margin: 0 0 15px 0;
}

#footer ul.nav li a {
	color: #4a6444;
	text-decoration: none;
}

#footer ul.nav li a.current,
#footer ul.nav li a:hover {
	color: #fffab9;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	display: block;
}

.justify {
	text-align: justify;
}

p {
	margin: 0 0 1em 0;
}

ul {
	margin: 0;
	padding: 0;
  	padding-left: 2em;
	list-style-type: none;
	list-style-image: url(../img/list-image.png);
}

ul ul {
	margin: 0;
}

a {
	color: #fffab9;
}

a:hover {
	color: #ffd100;
}

a.ref {
	color: #ffd100;
	text-decoration: none;
	padding: 0 0 0 18px;
	background: url(../img/arrow-image.png) 0 2px no-repeat;
}

a.ref:hover {
	text-decoration: underline;
}

.att {
	background: url(../img/att.png) 7px 7px no-repeat;
	padding: 5px 0 5px 20px;
	width: 60%;
	border: 1px #4a6444 solid;
}

.box {
	padding: 10px 11px;
	/*
	border: 1px #375535 solid;
	background: #375535;
	*/
	background: url(../img/background-box.png);
	margin: 0 0 1em 0;
	
	/*
	-moz-box-shadow: 1px 1px 6px #000000;
	-webkit-box-shadow: 1px 1px 6px #000000;
	box-shadow: 1px 1px 6px #000000;
	*/
	
}

.box.nopad {
	padding: 0;
}

.caption {
	display: block;
	margin: 2px 0 4px 0;
}

a,
img {
	border: none;
	outline: none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
 
sup { bottom: 1ex; }
sub { top: .5ex; }