html,body {
	height:100%;
}
body {
	padding: 0;
	margin: 0 0 0 20px;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, sans-serif;
	color: #000000;
}

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

#langswitch {
	position: absolute;
	top: 112px;
	left: 850px;
	font-size: 12px;
}

a:hover {
	color: #F04D23;
}


.header12 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	height: 16px;
	background-image: url(/images/bg_12.gif);	
	background-repeat: repeat-x;
}

.header14 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	height: 18px;
	background-image: url(/images/bg_14.gif);	
	background-repeat: repeat-x;
}


p {
	margin-top: 5px;
	margin-bottom: 3px;
}


ul {
	margin-top: 5px;
}

ul li {
	list-style-image: url(/images/li_image.gif);
	margin-top: 5px;
}

input, textarea {
	border: 1px solid black;
	font-size: 12px;
}

#main {
	height:100%;	
	min-height:100%;
	width: 980px !important;
	border: 0;
}

#clear {
	height: 20px; 
	clear: both;
}

#footer {
	position: relative;
	height: 35px;
	color: #5A5758;
	font-size: 11px;
	background-image: url(/images/footer_bg.gif);
	padding-top: 20px;
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;	
/*left: -20px;*/
}

#header {
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	height: 88px;
	margin-top: 20px;
}

#logo {
	float: left;
	padding-right: 20px;
}

#title {
	float: left;
	margin-top: 44px;
}

#left {
	margin: 0;
	padding-top: 10px;
	background-image: url(/images/bg_left.gif);
	width: 220px;
	vertical-align: top;
	font-size: 12px;
}

#left_inside {
	float: left;
	width: 190px;
}

#center {
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
	font-size: 12px;
	text-align: left;
}

td {
	font-size: 12px;
}

#left .header12 {
	margin-top: 6px;
}

#left .project {
	font-size: 11px;
	align: center;
}

#left a {
	text-decoration: none;
}

#left .imgborder {
	border: 1px solid #000000;
}

#anons {
	width: 190px;
	vertical-align: top;

}

#tdmenu {
	padding-left: 205px;

}

/* menu section */
#menu {
	vertical-align: top;
	height: 45px;
}
#menu .selected .left {
	float: left;
}

#menu .selected .text {
	background-image: url(/images/menu_selected_text.gif);	
	background-repeat: repeat-x;
	float: left;
	height: 42px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	color: #555555;
}

#menu .selected .right {
	float: left;
}

#menu .standart .left {
	float: left;
}

#menu .standart .text {
	background-image: url(/images/menu_text.gif);	
	background-repeat: repeat-x;
	float: left;
	height: 30px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}

#menu .standart .right {
	float: left;
}

#menu a {
	color: #2A2A2A;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
}

#menu a:hover {
	color: #F04D23;
}

/* /menu */