@charset "UTF-8";
@import url('reset.css');
@font-face { font-family: STEINEM; src: url('STEINEM_.ttf'); }
/* CSS DG */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #758B9C;
	color: #151418;
}
#header {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 577px;
	height: 155px;
	margin: 5px auto;
}
#menu {
	font-family: STEINEM, Courier, serif;
	margin-bottom: 0px;
	font-weight: bold;
}
#menu br { clear: left; }
#menu ul {
	
}
#menu ul li {
	float: left;
	list-style-type: none;
	margin-right: 4px;
	font-size: 16px;
	padding:7px;
}
#menu ul li a {
	text-decoration: none;
}
#menu ul li:hover {
	 background: white; padding-bottom: 7px !important;
}
#menu ul li a:hover {
	color: black;
}
a {
	color: #151418;
	text-decoration: underline;
}
a:hover { color: #E6011C; text-decoration: none;}
a:active { text-decoration: underline; }
h1, h2, h3,h4 {
	font-family: 'Trebuchet MS', "Times New Roman", Times, serif;
	color: #151418;
}
h2 a { text-decoration: none; }
#content {
	width: 660px;
	margin: 0 auto;
}
#content-i {
}
#footer {
	font-size: 11px;
	text-align: center;
}
#primage {
	background-image: url(../images/still10b.png);
	background-repeat: no-repeat;
	height: 154px;
	width: 154px;
	display: inline-block;
	float: left;
	margin-right: 0.5em;
}
#primage:hover { background-image: url(../images/still10b-a.png); }
.sep {
	border-bottom: 1px solid #151418;
}
p {
	padding: 0;
}
.current { background: white; padding-bottom: 7px !important; }
.post { background: white; padding: 1.5em 1em; margin-bottom: 15px; }

p { margin-top: 1em; }

.post { font-family: Courier, sans-serif; font-size: 13px; line-height: 1.5em; text-align: justify;  } 
.post h2 a { font-family: Courier; font-size: 30px; font-weight: normal; }
.post h2 a:active { text-decoration: none; }

.uhead { font-family: Verdana, Arial, sans-serif; font-size: 11px; }

