* {
	color: #444;
	font-family: Arial,sans-serif;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
}

p {
	line-height: 140%;
	margin-bottom: 1em;
}

a {
	color: #444;
	text-decoration: underline;
}

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

.picture_left {
	float: left;
	margin-right: 10px;
}

/* Styles for page layout */
body {
	background-color: #eeeeee;
}

#wrapper {
	width: 1004px;
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-y;
	font-size: 1.2em;
	margin-bottom: 40px;
}

#container {
	width: 812px;
	padding: 0 17px 0 24px;
}

#header {
	margin-bottom: 13px;
}

#colright {
	background-color: #fff;
	width: 159px;
	display: inline;
}

#content {
	width: 468px;
	padding: 0 13px 13px 13px;
}

#colleft {
	width: 159px;
}

#fullright {
	width: 150px;
}

#footer {
	width: 959px;
	height: 32px;
	padding: 8px 0 0 25px;
	background-image: url(../gfx/footer.gif);
}

.box_2 { margin-bottom: 10px; }

.box_2 .boxblock_top {
	height: 19px;
	padding: 6px 0 0 6px;
	background-image: url(../gfx/boxtop_beige.png);
	margin-bottom: 4px;
	color: white;
	font-size: 10px;
}

.box_menu { margin-bottom: 10px; }

.box_menu .boxblock_top {
	height: 19px;
	padding: 6px 0 0 6px;
	background-image: url(../gfx/boxtop_beige.png);
	margin-bottom: 4px;
	color: white;
	font-size: 10px;
}

/* @group menu */
#menu_level_1 li {
	width: 159px;
}

#menu_level_1 li a {
	height: 18px;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
	border-bottom: 1px dotted gray;
	background-color: white;
	text-decoration: none;
}

#menu_level_1 li a:hover {
	background-color: #eeeeee;
}

#menu_level_1 li a.menu_link_parent {
	background-image: url(../gfx/menu_parentbg.gif);
}

#menu_level_1 li a.menu_link_active {
	font-weight: bold;
}

#menu_level_1 li ul {
	margin-left: 159px;
	margin-top: -25px;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
}

#menu_level_1 li ul li {
	width: 150px;
}

#menu_level_1 li ul li a {
	border-bottom: 0;
}


/* @end */

.picture_right {
	float: right;
	margin-left: 10px;
}

.user_form {
	padding: 28px;
	background-color: #f1f1f1;
}

.user_form_message_ok {
	padding: 15px;
	font-weight: bold;
	border: 1px solid #376f00;
	background-color: #d3ffa9;
	margin-bottom: 15px;
}


/* RTE */
body.mceContentBody {
	background: #FFF;
	color: #444;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}

.mceContentBody a {
	font-size: 12px;
	color: #444;
}

.mceContentBody h1 {
	font-size: 16px;
}

.mceContentBody h2 {
	font-size: 12px;
}

.mceContentBody h3 {
	font-size: 11px;
}