body
{ 
	padding: 0; 
	margin: 0; 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	color: #454545; 
	background: #ffffff  ;
}



.error_message
{
	border : 1px solid #c0c0c0;
	margin-bottom : 5px;
	background-color:#464548;
	
	/* IE Hack */
	_position : relative;  
	_padding-top : 20px;  
	_padding-bottom : 15px;
	_display : block;
	_margin-top:15px; 
}



.form
{
	border : 1px solid #c0c0c0;
	margin-bottom : 5px;
	background-color:#464548;
	
	/* IE Hack */
	_position : relative;  
	_padding-top : 20px;  
	_padding-bottom : 15px;
	_display : block;
	_margin-top:15px;    
}

div.form_row
{
	width:435px;
	padding:0;
	height:30px;
}

span.form_button
{
	float:left;
	width:100%;
	text-align:center;
	padding:15px 0px 15px 0px;
	
}
span.form_help, span.form_label, span.form_input
{
	padding-top:10px;	
}

span.form_help
{
	width:25px;
	float : left;
	text-align:center;
}
span.form_label
{
	float: left;
	width: 150px;
}


span.form_input
{
	float: right;
	width: 260px;
}

span.form_error
{
	float: right;
	width: 260px;
	color: #FF4500;
	font-weight: bold;
	text-align: center;
}
input.form_field, .form_select
{
	border: 1px solid #c0c0c0;
	color: #303030;
	width: 220px;
}

textarea.form_textarea
{
	border: 1px solid #c0c0c0;
	color: #808080;
	width: 80%;
}

input.form_radio
{
	
}

legend.form_legend
{
	border: 1px solid #c0c0c0;
	background-color: #C85E35;
	padding:2px;

	/* IE Hack */
	_position : absolute;
	_top : -10px;
}

a
{
	color: #4A8EBC; 
	background: inherit;
}

a:hover
{
	color: #C3593C;
	background: inherit;	
}

a.title
{
	color: #FE6700;
	background: #FFF;
}

h1 a:hover, h2 a:hover
{
	color: #C3593C;
	background: #FFF;
}

h1 .red
{
	color: #C3593C;
	background: inherit;
}


h2
{ 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow
{
	color: #FFFCD1;
	background: inherit;
}

h2 .boxtitle
{
	color: #c0c0c0;
	background: inherit;
}

h1
{
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	padding: 0;
	color:#000000;
}




p
{
	margin: 0 0 5px 0;
}


form
{ 
	margin: 0; 
}

select.select_way
{
	width: auto; 
	border: none;
	color: #808080;
}

textarea.code
{
	width:100%;
	height:150px;
	border:1px solid #ccc;
	font:normal 0.8em verdana;
}

input.search
{ 
	width: 185px; 
	height: 22px;
	border: 1px solid #464548;
	background: #fff url(../images/input_large.png) no-repeat; 
	padding: 5px 10px 0 25px;
	color: #808080;
}

input.button
{
	border: 0;
	height: 27px;
	width: 76px;
	background: #C3593C url(../images/button.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

input.login
{ 
	width: 150px;
	border: none; 
	background: url(../images/logininput.gif); 
	padding: 4px; 
}

#content
{ 
	margin: 10px auto;
	width: 500px; 
}

#header
{
	float: left;
	width: 250px;
	padding: 7px 0px 5px 0px;
	text-align: center;
}

#header #logo a
{
	text-decoration:none;
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #C0C0C0;
}

#header #slogan
{
	font-size: 0.9em;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}

.header_right
{
	float: right;
	width: 540px;
	height: 60px;
	padding: 9px 5px 9px 0px;
}


.header_right_top
{
	margin: 12px 0 5px 0;
	padding: 0 10px 10px 0;
	text-align: right;
	background: #FFF url(../images/dot.gif) repeat-x bottom;
	color: #444;
}

.header_right_bottom
{
	margin: 0 0 5px 0;
	padding: 0 10px 15px 0;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	
}
		

.slogan
{
	text-align: right;
	width: 160px;
}


#navigation
{
	text-align: center;
	font-size: 1em;
	background-color: #ddd;
	margin-bottom: 10px;
	padding: 2px;
}

#navigation ul
{ 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}


#navigation li
{ 
	padding: 0px 10px 8px 10px;
	color: #808080;
	display: inline;
}
	
#navigation li.active
{ 
	color: #C3593C;
	font-weight: bold; 
	padding-bottom: 8px; 
}
	
#navigation li.active a
{
	text-decoration:none;
	color: #C3593C;
}

#navigation a
{ 
	font-weight: bold;
	color: #4A8EBC; 
	background: inherit;	
} 

#searchbox
{ 
	float: right;
	width: 500px;
	height: 48px;	
	background:  url(../images/search_bg.png) no-repeat top right; 
}

#searchbox #description
{
	margin: 0px 0px 0px 20px;
	width: 150px;
	float: left;	
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;	
	padding-top: 15px;	
}

#searchbox #formular
{
	margin: 0px 20px 0px 0px;	
	width: 305px;
	float: right;	
	padding-top: 10px;	
}

#pagedescription
{
	clear: both;
	margin: 3px 0 0 0;
	padding: 8px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

#pagedescription p
{
	text-align:justify;
}

#body
{
	width: 500px;
	margin: 0 0 10px 0;
}

.articles_left_header
{
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}
	
.articles_left_title
{
	color: #FFF;
	background: #6E6E6E;
}


.boxcorner
{
	height: 10px;
	background: #6E6E6E url(../images/box_upper_corner.png) no-repeat;
	color: #FFF;
}
	
.box
{
	color: #eee;
	padding: 7px 12px 16px 12px;
	margin: 0 0 15px 0;
	background: #6E6E6E url(../images/box_lower_corner.png) no-repeat bottom left;
	height: auto;
	text-align: justify;
}
	
.box a
{
	color: #FFFCD1;
	background: inherit;
}
	
.box h2
{
	color: #FFF;
	background: #6E6E6E;
}
	
	
.thumb
{
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #6e6e6e;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb p
{
	margin: 0;
	padding: 3px;
	color: #FFF;
	background: #6e6e6e;
}
	
.body_right
{
	float: right;
	width: 245px;
	margin: 0 0 10px 0;
}

.body_right a
{
	color: #FFFCD1;
	background: inherit;
}

.articles_right_upper_corner
{
	background: #C85E35 url(../images/rt.gif) no-repeat;
	color: #FFF;
	height: 7px;
}
		
.articles_right_box
{
	font-size: 0.9em;
	background: #C85E35 url(../images/rb.gif) no-repeat bottom;
	color: #FEE1D5;
	padding: 4px 10px;	
	margin: 0 0 10px 0;
	text-align: justify;
}

.right_articles p
{
	text-align: justify;
}
			
.image
{
	float: left;
	margin: 0 9px 3px 0;
}

.icon
{
	vertical-align:middle;
	padding: 0px 4px 0px 4px;
	border: 0px solid #000000;
}

#dimdom
{
	width:500px;
	height:70px;
    background: #FFF url(../images/dimdom_border.gif) no-repeat;
	margin-bottom:10px;
}

#dimdom .dimdom_logo
{
	width:250px;
	float:left;
}

#dimdom .dimdom_logo a
{
	text-decoration:none;
}

#dimdom .dimdom_content
{
	width:235px;
	float:right;
	padding:5px 10px 5px 5px;
	font-family:verdana;
	font-size:8px;
	line-height:12px;
	text-align:justify;
}

#footer
{ 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(../images/dot.gif) repeat-x;
	padding: 8px 0;
}

#footer a
{
	color: #C3593C;
	background:none;
}

table.traductions
{
	width:100%;
	background-color: #464548;
	border: 1px #c0c0c0 solid;
	border-collapse: collapse;
	border-spacing:2px;
}

table.traductions th
{
	padding:4px;
	background-color: #c0c0c0;
	color:#000;
}

table.traductions tr:hover
{
	background-color:#6E6E6E;	
}

table.traductions th.word, table.traductions td.word
{
	width:40%;	
}

table.traductions th.actions, table.traductions td.actions
{
	width:20%;
	text-align:center;
}

table.traductions td
{
	padding:4px;
}

span.highlight
{
	font-weight:bold;
	color:#AAA;
}

a.form_help_info
{
	position: relative; 
	z-index: 24;
	background-color: #ccc;
    color: #000;
    text-decoration: none;
}

img.favicon
{
	border:0;
}

a.form_help_info:hover
{
	z-index:25;
	background-color:#ff0;
}

a.form_help_info span
{
	display: none;
}

a.form_help_info:hover span
{
	display:block;
	position:absolute;
	top:-50%;
	left:15px;
	width:150px;
	border:1px solid green;
	background-color:#ff0;
	color:#000;
	text-align: center
}
