/* 
	Made by Nils Kr. Falch
	www.9ls.org
	Plain and simple ver. 1.02

*/


a {
	color:#666666;
}

a:hover {
	color:#bbb;
}

html {
	background:#fff;
}

body {
	background:url(../grad6.png) repeat-x;
	margin:0;
	padding:1em;
	font-family:helvetica, arial, sans-serif;
}

#menu {
	color:#777;
	list-style:none;
	margin: 40px auto 0;
	width:32em;
	min-width:510px;
	padding:0 10px 1px;
	position:relative;
	border-bottom:1px dotted #bbb;
}

#menu li {
	display:inline;
	padding-left:0.5em;
}

#menu a {
	text-decoration:underline;
	border-left:1px dotted #bbb;
	padding:0 0.5em 1px 1em;
	line-height:1.5;
}

#nowar {
	width:auto;
	text-align:center;
	padding:20px 10px 10px;
	width:510px;
	margin:3px  auto;
}

#content {
	width:32em;
	min-width:510px;
	color:#777;
	padding:10px;
	margin: 0 auto;
}

#content a {
	text-decoration:underline;
}

#content a.img {	
	border-bottom:0 none;
	margin-left:0.5em;
}

#content a img {	
	border:1px solid #b9b9b9;
}

#footer {
	width:410px;
	color:#777;
	padding:0.2em 10px;
	margin: 0 auto;
}

#footer p {
	margin:0;
	padding:0;
	font-size:0.8em;
	text-align:right;
}

h1 {
	color:#D97A38;
	font-size:1.2em;
}

h2 {
	color:#97B289;
	font-size:1.1em;
}
h3 {
	font-size:1em;
	color:#9789B2;
	margin:1em 0.5em 0.5em;

}

p {
	text-align:justify;
	margin-left:0.5em;
}

em {
	white-space:nowrap;
	border-bottom:1px dashed #ddd;
}

dt {
	color:#97B289;
	font-weight:700;
}

dd {
	margin-left:40%;
	text-align:left;
}
