body {
	background-color: #FFFFFF;   
	background: url('../images/schuuroni3.jpg') no-repeat;
	background-position:top left;
	background-attachment: fixed;
}
.none {
	display:none;
}
.left {
	float:left;
	padding: 20px 20px 10px 0;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
#header {
	margin: 10px 0 10px 0;
}
#container {
	width:60%;
	margin: 0 auto;
}
.block {
	clear:both;
	background:  url('../images/stiftbannersmal.png') no-repeat;
	padding: 50px 20px 50px 20px;
	font: 12px/16px Andale Mono, monospace;
	color:grey;
}
.noline {
	background: none;
	padding: 20px 20px 20px 20px;
}

.right{
	float:right;
	padding: 0px 0px 0px 0px;
}

.ex1 {
	font:bold 16px/20px Andale Mono,Courier New, monospace;
	color:grey;
	margin-left:20px;
}
p.ex2 {
	margin:10px 0;
}
.list {
	padding: 0 0 0 20px;
}
.list li {
	margin-bottom: 10px
}

a.one:link {
	color: #32CD32; 
	text-decoration: none
}
a.one:visited {
	color: #32CD32; 
	text-decoration: none
}
a.one:hover {
	text-decoration: underline
}

ul.menu {
	/*display:none;*/
	padding: 0;
	margin:20px 10px 10px 20px;
	list-style-type:none;
	background:  url('../images/menubalk.png') no-repeat;
}

ul.menu li {
	display:inline
}

ul.menu a {
	text-decoration:none;
	color:white;
	letter-spacing:5px;
	padding:0.2em 0.2em;
	border-right:2px solid white;
	display:inline;
	margin-left:70px;
	
}
ul.menu a:hover {
	color:grey;
}

