* { 
	margin: 0; 
	padding: 0;
}

body { 
	background: #000 url(images/bg.png) repeat-x fixed left bottom;
	font-size: 87.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	color: #555; 
}

#page { 
	background: #000000; 
	margin: 0px auto; 
	padding-bottom: 10px; 
	width: 700px;
}

#header { 
	margin: 0px 20px; 
	width: 700px; 
	height: 20px;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
}

.lang_content {
	font-size: 13px;
}

.nav_symbols img {
	border: 2px solid #999;
}

#content h1 {
	margin: 10px 0px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #000000;
	font: bold 22px "Century Gothic", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #EEE;
	line-height: 1em;	
	text-align: center;
}

h2 {
	font: 1.5em "Century Gothic", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 0.7em 0;
	color: #EEE;
}

#footer {
	margin-top: 30px;
	clear: both;
	text-align: center;
}

#footer_inside {
	font-size: 12px;
}

img {
	border: 0; 
}

a {
	color: #888;
	
}
	
a:hover {
	text-decoration: none;
}

.de, .es, .en, .nl, .ru {
	border: 1px solid #000000;
	margin: 10px;
	height: 210px;
	text-align: center;
	width: 164px;
	background: #000;
}

.de, .es, .en, .nl, .ru {
	float: left;
}

.inside p {
	font-size: .88em;
	
}

.de a, .es a, .en a, .nl a, .ru a {
	font-weight: bold;
}

.clearer {
	clear: both;
}

.sp16 {
	height: 16px;
}

fieldset {
	border: 0;
	color: #999;	
	font: bold 11px Verdana, arial, helvetica, sans-serif;
	padding: 8px 0;
}

label {
	display: block;
	font-weight: normal;
	margin-bottom: 8px;
}

textarea {
	display: block;
	background: #bbb;
	height: 100px;
	margin-bottom: 6px;
	overflow: auto;
	width: 570px;
}
	
input, button, textarea {
	border: 1px solid #666;
}

input#keywordsInput {
	background: #bbb;
	margin-bottom: 6px;
	width: 570px;
}

input#markAll, input#submitButton, .anonym_FormSubmit {
	background: #404040;
	color: #999;
}

.anonym_input {
	background: #bbb;
	width: 400px;
}
code {
	background: url(images/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;


}

cite {
	background: url(images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}

/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
}
.footer .left, .footer .right {padding: 0 12px;}