/* basic */

html,
body
{
	height:100%;
	margin:0;
	padding:0;
	border:none;
	background:#dadada;
}

body,
table
{
	font:normal 11px/15px verdana, tahoma, arial, sans-serif;
}

img
{
	border:none;
}

p
{
	margin:0 0 15px 0;
	padding:0;
}

a
{
	outline:none;
	text-decoration:none;
	color:#95b950;
}

a:hover
{
	text-decoration:underline;
	color:#69872c;
}

ul
{
	margin:5px 0 15px 25px;
	padding:0;
}

li
{
	margin:0;
	padding:0 0 0 5px;
}

/* frame */

div#frame
{
	width:820px;
	min-height: 100%;
	margin:0 auto;
	background:#fff url('../images/layout/frame_repeat.gif') repeat-y top left;
}

* html div#frame
{
	height:100%;
}

/* header */

div#header
{
	width:820px;
	height:112px;
	background:transparent url('../images/layout/header.jpg') no-repeat top left;
}

/* flags */

div#flags
{
	width:790px;
	padding:20px 30px 0 0;
	text-align:right;
}

div#flags a
{
	text-decoration:none;
}

/* logo */

div#logo
{
	width:790px;
	height:62px;
	padding:20px 30px 0 0;
	text-align:right;
}

/* menu */

div#menu
{
	float:left;
	margin:25px 0 0 0;
	width:172px;
	padding:0 0 0 20px;
	line-height:18px;
}

div#menu a
{
	display:block;
	letter-spacing:-1px;
	font-size:11px;
	color:#738f3d;
}

div#menu a.child
{
	padding-left:20px;
}

div#menu a:hover
{
	text-decoration:underline;
	color:#000;
}

div#menu a.selected
{
	font-style:italic;
	text-decoration:none;
	color:#555;
}

/* content */

div#content
{
	margin:25px 0 0 192px;
	padding:0 30px 15px 20px;
}

/* copy_notice */

div#copy_notice
{
	position:absolute;
	bottom:10px;
	left:50%;
	width:10px;
	height:143px;
	margin-left:410px;
}

/* headlines */

h1
{
	margin:0 0 20px 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#95b950;
}

h3
{
	margin:0 0 3px 0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#90b250;
}

/* icon */

a.icon
{
	text-decoration:none;
}

a.icon img
{
	border:none;
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

/* horizontal rule */

div.hr
{
	display:block;
	width:100%;
	height:1px;
	margin:15px 0 15px 0;
	padding:0;
	background:transparent url('../images/layout/hr.gif') repeat-x center left;
}

/* form */

input,
select,
textarea,
button
{
	border:1px solid #aaa;
	background:#fafafa;
	font:normal 11px/15px verdana, tahoma, arial, sans-serif;
	color:#000;
}

input[type=submit],
input.button
{
	cursor:pointer;
}

input[type=submit]:hover,
input.button:hover
{
	border:1px solid #95b950;
	background:#95b950;
	color:#fff;
}

/* appetizer */

table.appetizer
{
	width:525px;
	margin:0 0 20px 0;
}

table.appetizer td.image
{
	width:250px;
	height:60px;
	vertical-align:top;
}

table.appetizer td.description
{
	vertical-align:top;
	line-height:12px;
	font-size:10px;
}

table.appetizer td.description p
{
	color:#666;
}

table.appetizer td.description a
{
	text-decoration:none;
}

table.appetizer td.spacer
{
	width:25px;
}

/* messages */

.error
{
	padding:3px 0 3px 20px;
	background:transparent url('../images/layout/icons/exclamation.gif') no-repeat center left;
	color:#c24b33;
}

.success
{
	padding:3px 0 3px 20px;
	background:transparent url('../images/layout/icons/accept.gif') no-repeat center left;
	color:#4e9b41;
}

/* misc */

.tiny
{
	line-height:12px;
	font-size:10px;
}

.gray
{
	color:#aaa;
}

.gray a
{
	color:#aaa;
}

.gray a:hover
{
	color:#000;
}































