/* * { margin: 0; padding: 0; } */
/* a { color: #F70; }    a:hover { color: #C60; } */
body {
	background: url(../images/better-is-bg-logo.png) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

a {color: #777; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a:visited {color: #777; text-decoration: none;}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #97cc0e;
	padding-top: 6px;
}
/* Abstand */
#clearer {
	clear: both;
}

/* Kasten */
#kasten {
	background: url(../images/better-is-obenlinks-logo.png) no-repeat;
}

#header {
	height: 180px;
	background: url(../images/better-is_180Px-H.png) no-repeat;
	margin-left:320px;

}

/* Bauch */
#bauchhaupt {
	background: url(../images/better-is-links-schwert.png) no-repeat;
	padding: 12px 12px 0 52px;
	width:1017px;
}

/* main left */
#navigation {
        white-space:nowrap;
	float: left;
	width: 200px;
	margin-left:30px;
	margin-top:15px;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li { 
	border-bottom: 1px dashed #97cc0e;
	list-style: none;
	margin: 0;
}
#navigation li a {
	color: #777;
	display: block;
	font-size: 1.1em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #111;
	background: url(../images/better-is-navigation.png) no-repeat;
}

#navigation li.active {
    font-weight: bold;
	background: url(../images/better-is-navigation.png) no-repeat;
}

/* inhalt */
#inhalt {
	float: right;
	/* margin-right: 25%; */
	width: 740px;
	text-align:justify;
	font-size: 1.2em;
}
#inhalt img{
	border: 1px solid #97cc0e;
	margin-bottom:10px;
	margin-left:20px;
	float:right;
}

#inhalt ol li{
	font-size: 1.2em;
}


/* footer1 */

#footer1 {
	
border-top: 1px solid #97cc0e;
	text-align: center;

padding-top:10px;
	
padding-bottom:20px;
	
margin-left:329px;

margin-top:30px;
	
height:45px;
	
width:740px;
}

#footer1
img {
	margin-right:3px;
}

#footer1 a {
	text-decoration:none;

}

#footer1 a:hover {
}
/* footer */

#footer2 {
	background: url(../images/better-is-footer.png) repeat-x;
	padding-top:8px;
	color: #777;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	height:50px
}
#footer2 a { color: #777;
	font-size: 1.1em;
	line-height: 40px;
	text-decoration:none;
	}
#footer2 a:hover {
		color:#be261c;
}