* { 
	margin: 0; 
	padding: 0;
}

body { 
	background: #000; 
	font-size: 87.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	color: #999; 
}

#page { 
	background: #292929; 
	margin: 0px auto; 
	padding-bottom: 10px; 
	width: 800px;
}

#header { 
	margin: 10px 0px; 
	width: 800px; 
	height: 40px;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
}

.sub_content {
	font-size: 13px;
}

.nav_symbols img {
	border: 2px solid #999;
}

#content h1 {
	margin: 10px 0px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #999;
	font: bold 22px "Century Gothic", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #EEE;
	line-height: 1em;	
}

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 {
	margin-top: 10px;
	font-size: 12px;
}

img {
	border: 0; 
}

a {
	color: #FF8301;
	
}
	
a:hover {
	text-decoration: none;
}

.ad{
	margin: 10px;
}

.inside p {
	font-size: .88em;
	
}


.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;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #FF8301; /*Brown color theme*/ 
border-color: #FF8301; /*Brown color theme*/ 
}

#modernbricksmenuline, #modernbricksmenuline2 {
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #FF8301; /*Brown color theme*/ 
}

div.error, div.message{
	font-weight:bold;
	border:2px solid #FF8301;
	background:#DDDDDD;
	padding:10px;
	margin:5px 5px 15px 5px;
	margin-top:0px;
}
div.error{
	color:#FF0000;
}
div.message{
	color:#008000;
}
