@charset "UTF-8";
/* CSS Document */

body		{
	background-color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}

#container		{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#nav		{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
#nav li		{
	display: inline;
	padding-right: 18px;
	padding-left: 18px;
	list-style-type: none;	
}

li	{
	border-right: 1px solid #80b369;
}

li.no-border		{
	border-right: none;
}
	
span.selected		{
	color: #80b369;
}

table 		{
	color: white;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.wrap		{
	margin-bottom: 50px;
}

table.arrangment	{
	margin-left: 0;
	width: 400px
}

span.small		{
	color: #999;
}

p.small		{
	color: #80b369;
	font-size: small;
}

p.strong		{
	font-size: x-large;
}

p.bigger		{
	font-size: large;
}

span.strong		{
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
}

span.green		{
	color: #80b369
}

span.i		{
	font-style: italic; 
	font-size: larger;
}

span.bold		{
	font-weight: bold;
}

span.bi		{
	font-weight: bold; 
	font-size: 1.2em; 
	font-style: italic;
}

.calendar	{
	margin-left: 0;
}

.comments	{
	margin-left: 0;
	width: 350px;
}

legend		{
	font-size: 1.6em;
	color: #80b369;
	font-style: italic;
}

fieldset		{
	color: #80b369;
}

.headline		{
 	color: #80b369;
    font-size: 1.6em;
 	font-style: italic;
	border-bottom: 1px dotted #80b369;
} 

a		{
	color: white;
	text-decoration: none;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	transition: color 0.4s linear;
}

a:hover {
	color: #80b369;
}

.header {
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

dl.gray		{
	color: #CCC;
}

p.gray		{
	color: #CCC;
}

.gray		{
	color: #CCC;
}

em		{
	color: #CCC;
}


#footer		{
	font-size:0.8em;
	color: #999;
	text-align: center;
	line-height: 1.3em;
}

a.external		{
	color: #999;
}

a.external:hover		{
	color: #80b369;
	text-decoration: none;
}

a.external2		{
	color: #80b369;
	text-decoration: underline;
}

a.external2:hover		{
	color: #999;
}

a.external3		{
	color: #CCC;
	text-decoration: underline;
}

a.external3:hover	{
	color: #80b369;
	text-decoration: underline;
}

a.mail		{
	color: #CCC;
}

a.mail:hover		{
	color: #80b369;
}
hr		{
	height: 0;
	border-color: #80b369;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
}

hr.separation		{
	border-color: white;
	border-width: 1px 0px 0px 0px;
	border-style: dotted none none none;
	margin: 0px;
}

audio {width: 250px;}
