/* MAIN */

* {
	margin:0;
	padding:0
}

body {
	font: .8em Arial, Tahoma, Verdana;
	color: #777;
	border-top:solid 5px;
	border-color:#f7ab10
}

:focus, :active {
	outline:0
}


/* ELEMENTS */

img {
	border: 0
}

a {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
}
h1 a {
	color: #fff;
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.2em;
	background-color:#f7ab10;
	padding: 6px 7px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 15px;
	float: left;
}
h4 {
	margin: 0 0 15px;
	color: #555;
	font-weight: normal;
	font-size: 1.6em;
	font-weight: normal;
}
p {
	clear: both;
	line-height: 1.64em;
	margin: 0 0 15px;
}
.line {
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px;
}
.clear {
	clear: both;
}


/* BLOCKS */

#content {
	width: 900px;
	margin: 0 auto;
}

#top {
	color: #ccc;
	padding: 6px 20px 0;
	font-size: .84em;
	text-align: right;
}

#logo {
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
#logo h1 a {
	color:#f7ab10;
	font-size: 2em;
}

#menu {
	float: right;
	margin: 63px 20px 10px 0;
}
#menu li {
	display: inline;
	font-size: 1.0em;
}
#menu li a {
	float: left;
	color: #808080;
	padding: 0 0 5px;
	margin: 0 0 0 55px;
}
#menu li a:hover, #menu li.current a, #menu li a:focus {
	color: #000;
}

#pitch {
	background: url(../images/solarzellen.jpg) no-repeat right top;
	padding: 30px 350px 0 0;
	border-bottom: 1px solid #ddd;
	height: 220px;
	margin: 0 0 35px;
}

#pitch h1 {
	font-size: 2.6em;
	color: #000;
	margin: 0 0 20px;
}

#pitch h2 {
	line-height: 1.5em;
}

.left {
	float: left;
	width: 250px;
}


.full {
	float: left;
	width: 100%;
	margin-left:25px;
	margin-right:25px;
}

.right {
	float: right;
	width: 600px;
	margin: 0 0 20px;
}

.right h3 {
	background: #f7ab10;
	font-size: .84em;
}

.third {
	float: left;
	width: 261px;
	margin: 0 40px 20px 0;
}

.last {
	margin-right: 0;
}

.first {
	float: right;
	margin: 0 0 20px;
}

.fourth {
	float: right;
	width: 300px;
	margin-left: 25px;
}

.letzter {
	margin-right: 0px;
}

.listreset ul {
	margin-left: 15px;
}

#footer {
	clear: both;
	font-size: .84em;
	border-top: 1px solid #ddd;
	padding: 20px 0 0;
}

/* DOWNLOAD BUTTON */
a.button {
 font-size:12px;
 color: #000000;
 background-Color: #CCCCCC;
 border-left: 1px solid #CCCCCC;
 border-top: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 text-decoration: none;
 padding: 5px;
 text-align: center;
}

a.button:hover {
 Color: #000000;
 background-Color: #f7ab10;
 border-left: 1px solid #CCCCCC;
 border-top: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 text-decoration: none;
}