/* CSS */

/* position global */

body {
	margin:0;
	padding:0;
	background:url(../images/bgr.png) repeat-x white;
	text-align:center;
}
#header {
	height:106px;
	background:url(../images/header_bgr.jpg) top center repeat-x;
}
#header_box, #head_foto, #main, #footer1_box {
	margin:auto;
	width:850px;
	text-align:left;
}
#head_foto {
	height:177px; 
}
#left, #menu  {
	float:left;
	margin-top:10px;
}
.flashmessage_green, .flashmessage_yellow, .flashmessage_red {
	padding:10px 12px 10px 35px;
	margin-bottom:10px;
}
#left, .footer1_left {
	width:631px;
}
.footer1_left, .footer1_right {
	float: left;
	text-align:center;
}
#content {
	padding:12px;
	background-color:white;
}
.flashmessage_green {
	background:url(../images/flashmessage_green.png) no-repeat white;
}
.flashmessage_yellow {
	background:url(../images/flashmessage_yellow.png) no-repeat white;
}
.flashmessage_red {
	background:url(../images/flashmessage_red.png) no-repeat white;
}
#menu, .footer1_right {
	width:209px;
	margin-left:10px;
}
.menu_top, .menu_short_top {
	padding:12px;
}
.menu_top {
	background:url(../images/menu_bgr.jpg) no-repeat #4e4e53;
}
.menu_short_top {
	background:url(../images/menu_short_bgr.jpg) no-repeat #4e4e53;
}
.menu_bottom {
	background:url(../images/menu_bgr_bottom.jpg) no-repeat;
	height:5px;
	margin-bottom:10px;
}
#footer1 {
	margin-top:10px;
	background:url(../images/footer_bgr1.png) repeat-x;
	padding: 10px 0;
}
#footer2 {
	padding: 0 0 10px;
}

/* position */

#header_box img {
	margin-top:17px;
	float:left;
}
#sidemenu {
	float:right;
}
.sidemenu_item {
	float:left;
	width:81px;
	height:23px;
	margin-left:6px;
	background:url(../images/sidemenu_pad.png) no-repeat center;
	text-align:center;
	padding-top:3px;
}
.menu_hr {
	height:2px;
	background:url(../images/menu_hr.png) no-repeat;
	margin-bottom:5px;
}
#menu ul {
	margin:0 0 10px;;
	padding:0;
}
#menu li {
	list-style-type:none;
	margin:4px 0;
	padding:0;
}
.post {
	margin-bottom:15px;
}
#footer1 img {
	margin:0 5px;
}
.menu_webform {
	margin:5px 0;
	text-align:right;
}
.loginform_txtfield {
	width:125px;
}
.menu_webform_txtfield {
	width:100%;
}
.loginform_txtfield, .menu_webform_txtfield {
	border:1px solid #8d8d90;
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.button_ok {
	width:33px;
	height:23px;
	border:0;
	background:url(../images/button_ok.png) no-repeat;
}
.profiles td {
	width:300px;
	padding: 0 7px 20px 0;
	vertical-align:top;
}
.avatar_small, .avatar_big {
	border:1px solid #d7d7d7;
	float:left;
	padding:1px;
	margin-right:7px;
	margin-bottom:5px;
}



/* text */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#sidemenu {
	font-size:13px;
}
#sidemenu a {
	color:white;
	text-decoration:none;
}
#sidemenu a:hover {
	color:#ff6600;
}
.post_title, .post_title a, .page_title {
	margin-top:0;
	margin-bottom: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#590000;
}
.page_title {
	border-bottom: 5px solid #d7d7d7;
	padding-bottom:3px;
	margin-bottom:7px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:5px;
	color: #333333;
}
h3 {
	margin:0;
}
p {
	margin:4px 0;
}
.post_info {
	margin-top:0;
	margin-bottom: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#959595;
}
.category {
	font-size:11px;
	background-color:#e7eff8;
	padding:2px;
	color:#666666;
	margin-bottom:5px;
}
#menu, #menu a {
	color:white;
}
#menu a:hover {
	color: #ff6600;
}
.menu_title {
	margin-top:0;
	margin-bottom:7px;
	font-size:14px;
	font-weight:bold;
}
#footer1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626262;
}
a:hover {
	color: #ff6600;
}
.person, .person a {
	font-size:16px;
	color:#48627f;
	font-weight:bold;
}
.position {
	font-size:13px;
	color:#777777;
	font-weight:bold;
	margin-bottom:10px;
}

/* misc */

a img {
	border:0;
}
.simple_captcha_field {
	background-color: black;
}
