* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #eaeef1; /* ????? */
	}
html {
	font-size: 100%;
	}
body {
	background: #8ca3b1 url(img/bg_body.jpg) no-repeat right top;
	font-family: Tahoma,sans-serif;
	font-size: 0.685em; //i.e. 11pt
	}
a, .error {
	color: #FEC549;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #FFEA3C;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma,Trebuchet,'Trebuchet MS',sans-serif;
	}
h1 {
	margin: 3em 0 1em;
	text-align: center;
	font-weight: normal;
	}
h1 a {
	background: transparent url(img/fc.png) no-repeat left center;
	padding-left: 32px;
	text-decoration: none;
	font-weight: normal;
	color: #EAEEF1;
	}
h1.title {
	background: transparent url(img/bg_h1.png) no-repeat center bottom;
	padding-bottom: 1em;
	}
h3 {
	font-weight: normal;
	}
label {
	float: left;
	width: 30%;
	}
p {
	margin: 0.5em 0; 
	}


/* main frame: infos & other */
.frame {
	background: transparent url(img/bg_frame.png) repeat left top;
	}
.frame {
	border: 1px solid #eaeef1;
	}
	.frame * {
		font-size: 1em;
		}
	.frame > *, .frame fieldset > * {
		padding: 0.3em 0.6em;
		}
	.frame > form {
		padding: 0;
		}
	.frame h2 {
		font-weight: bold;
		margin-bottom: 1em;
		}
	.frame h2 {
		border-bottom: 1px solid #fff;
		}input {
	background: transparent url(img/bg_frame.png) repeat left top;
	border: 1px solid #eaeef1;
	}
	input:focus {
		background-image: url(img/bg_frame_hover.png);
		border-color: #fff;
		color: #fff;
		}
/*  */
#content, #headnews, #more {
	width: 26%;
	margin-top: 3em;
	float: left;
	}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: center;
	/* position: absolute;
	bottom: 0;
	width: 100%; */
	}
	#footer ul {
		list-style-type: none;
		}
	#footer ul ul {
		height: 0;
		}
	#footer ul ul li {
		display: inline;
		padding-right: 1em;
		}
	#footer h2, #footer h3 {
		height: 0;
		overflow: hidden;
		}
	#headnews, #more {
		margin-left: 3%;
		}
	#headnews dl {
		border-bottom: 1px dotted #eaeef1;
		}
	#headnews dd a, #headnews dt a {
		height: 1em;
		line-height: 1em;
		font-weight: normal;
		color: #fff;
		}
	#headnews dt {
		border-right: dotted 1px #eaeef1;
		margin-right: 1em;
		}
	#headnews dt {
		float: left;
		width: 33%;
		}
	#headnews dl:hover {
		background: transparent url(img/bg_list_hover.png) repeat left top;
		cursor: url(cursor.gif), auto;
		}
	#headnews h3 {
		border-bottom: 1px solid #eaeef1;
		}
	#headnews div {
		border: 1px solid #eaeef1;
		margin-bottom: 1em;
		}
	#headnews div div {
		margin: 1em 0.3em 0.3em;
		}
#menu {
	text-align: center;
	height: 2em;
	line-height: 2em;
	background: transparent url(img/bg_h1.png) no-repeat center bottom;
	}
	#menu ul {
		background: transparent url(img/bg_h1.png) no-repeat center top;
		}
	#navigation li, #menu li {
		list-style-type: none;
		display: inline;
		}
	#menu li a {
		margin: 0 2em;
		}
#navigation {
	position: absolute;
	top: 0;
	text-align: center;
	height: 1.5em;
	}
	#navigation ul {
		background-color: #000;
		}
	#navigation li a {
		margin: 0 1em;
		}
#page, #footer {
	width: 75%;
	margin: 0 auto 10%;
	}
.advert,.error {
	text-align: center;
	}
.clear {
	clear: both;
	}
.frame {
	width: 40%;
	margin: 2em auto;
	}
.options {
	list-style-type: none;
	text-align: right;
	}
	.options li {
		display: inline;
		margin-right: 1em;
		}
/* norms */
.norm li {
	display: inline;
	}
	.norm li a {
		display: block;
		float: left;
		height: 0;
		overflow: hidden;
		padding: 27px 10px 0 0;
		background-repeat: no-repeat;background-color:transparent;
		background-position: left top;
		}
.cbsch {	
	background-image: url(img/cbsch.png);
	width: 41px;
	}
.cc {	
	background-image: url(img/cc.png);
	width: 80px;
	}
.submit {
	text-align: center;
	margin-top: 0.5em;
	}
.submit input {
	padding: 0.2em;
	font-family: courier,monospace;
	text-align: center;
	cursor: pointer;
	}
	.submit input:hover {
		background-image: url(img/bg_frame_hover.png);
		border-color: #fff;
		color: #fff;
		}
.tiny {
	font-size: 0.833em;
	}
p.tiny {
	margin: 0;
	}
	.tiny a {
		font-weight: normal;
		}
.right {
	text-align: right;
	}