/*
 * XHTML & CSS by Piotr Polak 
 * http://www.polak.ro/
 */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #A4D540;
	color: #2D4D0F;
	font-family: Veranda, Tahoma, Geneva, sans-serif;
	background-image:url(background.png);
	background-repeat: repeat-x;
}
#themebox {
	background-image:url(theme_background.jpg);
	width: 980px;
	height: 610px;
	background-repeat: no-repeat;
	float: left;
}
#menu {
	position: absolute;
	left: 210px;
}

#langselector {
	position: absolute;
	top: 10px;
	width: 80px;
	left: 870px;
	font-size: 11px;
	color: #A0C2C1;
	text-align: right;
}


#fontsizeselector {
	position: absolute;
	top: 30px;
	width: 80px;
	left: 870px;
	font-size: 11px;
	color: #A0C2C1;
	text-align: right;
}
#fontsizeselector .fs {
	font-size: 22px;
}
#fontsizeselector a {
	color: #A0C2C1;
	text-decoration: none;
}

#fontsizeselector a:hover {
	color: #FFF;
}
	
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	text-align: center;
	color: #E9FBFF;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
	padding-top: 30px;
	width: 80px;
	height: 85px;
	background-image:url(menu_item_background.png);
	background-repeat: no-repeat;
}
#menu li a:hover {
	background-image:url(menu_item_background_hover.png);
}
#submenu_header a {
	display:block;
	margin-left: 45px;
	z-index: 99;
	height: 19px;
	padding-top: 6px;
	padding-right: 4px;
	text-align: right;
	color:#FFF;
	text-decoration: none;
	font-size:12px;
	width: 170px;
	background-color: #86C032;
	font-weight: bold;
}
#submenu {
	z-index: 9999;
}
#submenu li {
	margin-left: 34px;
	list-style: none;
}
#submenu li a {
	display: block;
	text-align: right;
	color: #D9FF8B;
	text-decoration: none;
	font-size:12px;
	width: 174px;
	line-height: 18px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image:url(submenu_item_background.png);
	background-repeat: repeat-y;
}
#submenu li a.subsubmenu {
	background-image:url(subsubmenu_item_background.png);
	color: #EDFFC8;
	line-height: 18px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-repeat: repeat-y;
}

#submenu li a.activesubsubmenu {
	background-image:url(subsubmenu_item_background.png);
	color: #FFF;
	line-height: 18px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-repeat: repeat-y;
	font-weight: bold;
}
#submenu li a.subsubmenu span {
	padding-right: 14px;
}
#submenu li a.subsubmenu:hover {
	color:#FFF;
	background-image:url(subsubmenu_item_background.png);
	
}
#submenu li a.activesubsubmenu:hover {
	color:#FFF;
	background-image:url(subsubmenu_item_background.png);
	
}
#submenu li a span {
	padding-right: 4px;
}
#submenu li a:hover, #submenu li a.active {
	color:#FFF;
	background-image:url(submenu_item_background_hover.png);
}
#submenu li a.active {
	font-weight: bold;
}



#logo {
	position: absolute;
	top: 111px;
	left: 724px;
}
#pige_logo {
	position: absolute;
	top: 0px;
	left: 772px;
}
#subcontentbox {
	position: absolute;
	top: 602px;
	background-color: #5FA61F;
	width: 100%;
	float: left;
}

#dontmovebox {
	position: relative;
	top: -360px;
	width: 222px;
}
#dontmovsubmenuebox {
	float: left;
	padding-top: 110px;
}

#contentbox {
	float: right;
	position: relative;
	width: 1%;
}
	
#contentbox_top {
	background-image:url(content_top.png);
	background-repeat: no-repeat;
	width: 740px;
	height: 15px;
}
#contentbox_bottom {
	background-image:url(content_bottom.png);
	background-repeat: no-repeat;
	width: 740px;
	height: 15px;
}


#content {
	color: #292D2D;
	background-image:url(content.png);
	background-repeat:repeat-y;
	width: 710px;
	padding: 15px;
}

#content h1, #content h2, #content h3, #content h4 {
	color: #40831D;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 25px;
}

#content h2 {
	font-size: 16px;
	margin-bottom: 20px;
}

#content p, #content ul, #content ol {
	font-size: 11px;
	line-height: 18px;
	margin: 15px;
}
#content ul, #content ol {
	margin-left: 30px;
	margin-right: 30px;
}
#content a {
	color: #1D7D9A;
	text-decoration: none;
}
#content a:hover {
	color: #77BD2E;
	text-decoration:underline;
}
.clearer {
	clear: both;
}

#footer {
	height: 210px;
	padding-top: 30px;
	z-index: 999;
	background-color: #A4D540;
	float: left;
	width: 100%;
	line-height: 18px;
	margin-top: -240px;
	font-size: 11px;
	color:#6D7E3A;
}
#footer_content {
	width: 730px;
	padding: 10px;
	margin-left: 220px;
}
#footer_contact {
	float: left;
	margin-bottom: 10px;
}
#footer_links {
	float: right;
	text-align: right;
}

#footer_content a {
	color: #2D4D0F;
	text-decoration: none;
}

#footer_links a {
	margin-left: 10px;
}
#subtitles {
	margin-top: 20px;
}
#subtitles a {
	margin: 0;
}
#footer_content a:hover {
	text-decoration: underline;
}
#subtitles a {
	color: #6D7E3A;
}
#subtitles a:hover {
	color: #2D4D0F;
	text-decoration: none;
}
#footer_content a.adminpanel {
	color: #6D7E3A;
	margin-right: 0;
}
div.form_table {
	margin-bottom: 30px;
}

span.star {
	color:#F00;
}

table {
	border: #CCC solid 1px;
	margin-left: auto;
	margin-right: auto;
}

#contact_form {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}
#contact_form table {
	padding: 10px;
}

table td.labels {
	width: 150px;
}
input.input_text, input.input_little_text, textarea, input.input_question_text {
	border: #999 solid 1px;
	color:#333;
	font-size: 11px;
	padding: 3px;
	margin: 5px;
	font-family:Verdana, Geneva, sans-serif;
	width: 380px;
}
input.input_little_text {
	width: 40px;
}
input.input_question_text {
	width: 60px;
}
table.table_with_inputs td, table.table_with_inputs th {
	text-align: center;
	width: 130px;
}
table.table_with_inputs td input.input_little_text {
	width: 80px;
}
label, table th {
	font-size: 11px;
	line-height: 18px;
	margin: 15px;
	font-weight: bold;
}
div.cenetered_inputs {
	text-align: center;
}
#content div.cenetered_inputs p{
	margin: 2px;
	font-weight: bold;
	font-size: 14px;
}
#content div.cenetered_inputs p.form_subtitle {
	font-weight: normal;
	font-size: 11px;
}

#content p.form_error_message {
	padding: 15px;
	margin: 12px;
	font-size: 14px;
	border: #F00 solid 1px;
	color:#F00;
	font-weight: bold;
}

#content p.form_success_message {
	padding: 15px;
	margin: 12px;
	font-size: 16px;
	border: #5FA61F solid 1px;
	color:#5FA61F;
	font-weight: bold;
}
input.button {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border:#666 solid 1px;

}

