body { 
	margin: 0 auto;
	padding: 0;
	font: 75%/120% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    height: 100%;
}
td {
	margin: 0;
	font: 75%/120% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	margin: 0;
	font: 75%/120% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
span {
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
}


#container {
	width: 1000px;
	margin: 0 auto;
	border: 0;
	padding: 0;
	position: relative;	
}
#container #header { 
	width: 1000px; 
	margin: 0;
	border: 0;
	padding: 0;
	clear: both;
}
#topBtn {
	width: 100%;
	height: 133px;
	/*background-image: url(../img/top_btn_bg.png);
	background-repeat: repeat-x;*/
}
#topBtn #logoTop {
	width: 280px;
	height: 133px;
	float: left;
}
#topBtn #btns {
	width: 530px;
	height: 133px;
	float: left;
}
input.search {
	width: 114px;
	height: 15px;
	background: url(../img/input_search.png);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 4px;
	border: 0px;
	font-size: 11px;
	color: #767676;
	float: left;
}
input.searchBtn {
	width: 57px;
	height: 24px;
	background: url(../img/btn_search.png);
	border: 0px;
	float: right;
}
#header #topMenu { 
	position: absolute;
	width: 410px; 
	padding: 0; 
	top: 15px;
	right: 0px;	
	background: none;
	
}
#header #topMenu #navPage { margin: 0; border: 0; padding: 0 }
#header #topMenu #navPage ul { display: block; margin: 0; padding: 0; position: relative; overflow: hidden; }
#header #topMenu #navPage li { display: block; list-style: none; text-align:center; margin: 0 0 0 0; padding: 0 0 0 0; float: left;   }
#header #topMenu #navPage a { display: block; padding: 0 10px 0 0 }

#header #topMenu #navPage .boxmenu { 
	width: auto;
	display: block; 
	list-style: none; 
	text-align:center; 
	margin: 0 1px 0 0; 
	padding: 0 0 0 0; 
	float: left; 
	position: relative;  
	height: 20px;
}
#header #topMenu #navPage .boxmenu img {
	padding: 5px 0 10px 0;
}
#header #topMenu #navPage .boxmenu a {
	font: 75%/120% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; 
	color: #ffffff
}

#container #left {
	width: 150px;
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
	background-image: url(layout/projekt01_11.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background: #fff;
}
#container #center {
	width: 678px; /* ? 2px */
	margin: 0;
	border: 0;
	padding: 0 10px;
	float: left;
}
#container #right {
	width: 150px;
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
	background-image: url(layout/projekt01_12.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background: #fff;
}

#container #footer { 
	width: 1000px; 
	margin: 0;
	border: 0;
	padding: 0;
	clear: both;
	background: #fff;
}

#banners {
	overflow: hidden;
	width: 1000px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}
#banners #left {
	width: 400px;
	float: left;
}
#banners #center {
	width: 180px;
	float: left;
}
#banners #right {
	width: 400px;
	float: left;
}


.modBox {
	margin: 0 0 10px 0;
	width: 150px;
	/*background: #fff url('modBox/modBox.png') no-repeat center top;*/
	background: #ccc;
}
.logo {
	background: #fff url('modBox/modBoxLogo.png') no-repeat center top;
}
.modBox .title {
	padding: 5px;
	font: 11px, Arial;
}
.modBox .content {
	padding: 5px;
	font: 11px, Arial;
}

.modCenter {
	margin: 0 auto;
	width: 650px;
	/*background: #fff url('modBox/modBoxCenter.png') no-repeat center top;*/
	/*background: #eee;*/
}
.modCenter .title {
	padding: 5px;
	font: 11px, Arial;
	font-weight: normal;
}
.modCenter .content {
	padding: 15px;
	font: 11px, Arial;
}
#tooltip {
	width: 250px;
	position: absolute;
	border: 1px solid #cccccc;
	background: #f5f5f5;
	padding: 5px 5px;
	color: #333;
	display: none;
	z-index: 1000;
}

#menu {
	width: auto;
}

.menuFirm {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	width: 120px;
	border: 0px solid #9A9A9A;
}
.menuFirm li a{
	background: #ffffff url(media/glossybackTEMP.gif) repeat-x bottom left;
	font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: brown;
	display: block;
	width: auto;
	padding: 2px 0;
	margin: 1px 0;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #9A9A9A;
	text-align: right;
}
* html .menuFirm li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
	color: black;
}
.menuFirm li a:visited, .menuFirm li a:active{
	color: black;
}
.menuFirm li a:hover{
	background-image: url(media/glossyback2TEMP.gif);
	color: brown;
}
.formSearch option, .formSearch select {
	
	font-size: 9px;
	
}


#menuT { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	background: none;
	position: absolute;
	top: 65px;
	right: 0;
}
#menuT a { color: #000 }

A.l00:link { font-family: Verdana,Arial,Helvetica; font-size: 10px; text-decoration: none; font-weight: bold; color: navy; }
A.l00:active { font-family: Verdana,Arial,Helvetica; font-size: 10px; text-decoration: none; font-weight: bold; color: navy; }
A.l00:visited { font-family: Verdana,Arial,Helvetica; font-size: 10px; text-decoration: none; font-weight: bold; color: navy; }
A.l00:Hover { font-family: Verdana,Arial,Helvetica; font-size: 10px; text-decoration: none; font-weight: bold; color: navy; }
A.l03:link { font-family: Verdana,Arial,Helvetica; font-size: 10px; text-decoration: underline; font-weight: normal; color: navy; }
A.l03:active { font-family: Verdana,Arial,Helvetica; font-size: 10px; text-decoration: underline; font-weight: normal; color: #5A6741; }
A.l03:visited { font-family: Verdana,Arial,Helvetica; font-size: 10px; text-decoration: underline; font-weight: normal; color: #993366; }
A.l03:Hover { font-family: Verdana,Arial,Helvetica; font-size: 10px; text-decoration: underline; font-weight: normal; color: red; }


.infoBox {
	width: 620px;
	margin: 0 auto;
	padding: 10px 0 10px 25px;
	background: url('media/s_notice.png') no-repeat center left;
}
.autor {
	display: none;
}