html {
	font-size: 62.5%;
}

body {
	margin-top: 18px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.2em;
	margin-top: 20px;
}

#wrapper {
	width: 580px;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -290px;
}

#logo {
	background-image: url("i/logo.png");
	background-repeat: no-repeat;
	height: 129px;
}

#nav {
	margin-left: -40px;
	margin-top: 35px;
	color: #999;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
 }

#nav li {
	float: left;
  	position: relative;
  	margin-right: 15px;
  	list-style: none;
}

#nav li ul {
  display: none;
  position: absolute;
  padding: 5px;
  top: 10px;
  left: 0;
  background-color: #fff;
  border: 1px solid #efefef;
  width: 150px;
}

#nav li ul li {
	float: none;
}

#nav li > ul {
	top: auto;
	margin-left: -1px;
}

#nav li:hover ul, li.over ul { 
	display: block; 
}

.wrapper_460 {	/* content */
	width: 490px;
	margin-left: 90px;
}

a:link {
	color: #444;
}

a:visited {
	color: #444;
}

#nav a:link {
	color: #006400;
	text-decoration: none;
}

#nav a:visited {
	color: #006400;
	text-decoration: none;
}

h1.title {
	margin-bottom: 22px;
	margin-top: 12px;
    padding: 38px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/: 41px; /* IE5.5 hack */
    line-height: normal;
} 

h1#start {
	background-image: url("i/start.png");
}

h1#spiritualitaet {
	background-image: url("i/spiritualitaet.png");
}

h1#siena {
	background-image: url("i/siena.png");
}

h1#maria {
	background-image: url("i/maria.png");
}

h1#entstehung {
	background-image: url("i/entstehung.png");
}

h1#perrin {
	background-image: url("i/perrin.png");
}

h1#molland {
	background-image: url("i/molland.png");
}

h1#gemeinschaft {
	background-image: url("i/gemeinschaft.png");
}

h1#emmaus {
	background-image: url("i/emmaus.png");
}

h1#leben {
	background-image: url("i/leben.png");
}

h1#single {
	background-image: url("i/single.png");
}

h1#weg {
	background-image: url("i/weg.png");
}

h1#kontakt {
	background-image: url("i/kontakt.png");
}

h1#links {
	background-image: url("i/links.png");
}

h1#impressum {
	background-image: url("i/impressum.png");
}

#footer {
	margin-top: 45px;
	font-size: 0.9em;
	color: #666;
}

.center {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

img {
	border: 0px;
}

.float {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}