* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	font-style:italic;
}
a {
	color: #16a4dc;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1{
	font-size:18px;
	font-weight:300;
}
h1 span{
	color:#13a7c6;
}
h2{
	font-size:17px;
	color:#02a3c3;
	font-weight:400;
}
h3{
	font-size:18px;
	color:#059dd9;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
/*	padding: 1px 7px 1px 7px;*/
	font-weight:800;
}
.clear{
	clear:both;
	height:0;
}
.fright{
	float:right;
}
.fleft{
	float:left;
}
.center{
	text-align:center;
}
.subcenter{
	clear:both;
	width:1020px;
	margin:0 auto;
}
.fulllink{
	font-style:normal;
}
/*.bordernon{
	border:none !important;
	background:none !important;
}*/
/*--- Wrapper
--------------------------------------*/
#wrapper {
	width: 100%;
	min-width: 1020px;
}
/*--- Header
--------------------------------------*/
#header {
	height: 75px;
	background:url(../../templates/images/bgheader.jpg) repeat-x top;
}
#header img{
	float:left;
}
#header p{
	margin:25px 0 0 30px;
	float:left;
	color:#fff;
}
#header p a{
	color:#fff;
	border-bottom:2px solid #8bbfcd;
	margin:0 10px;
	text-decoration:none;
}
#header p a:hover {
	border-bottom:none;
}
/*--- Main Menu
--------------------------------------*/
#mainmenu{
	float:left;
	padding-left:50px;
}
#mainmenu a{
	color:#fff;
	border-bottom:none;
	margin:0 10px;
	text-decoration:none;
}
#mainmenu a:hover, #reklam-web a:hover, #reklam-web span {
	border-bottom:2px solid #8bbfcd;
}
#mainmenu li{
	height:47px;
	margin-right:20px; padding-top:25px;
	display:inline-block;
	float:left;
	list-style-type:none;
}
#mainmenu li:hover{
	background:url(../../templates/images/up.png) no-repeat bottom center;
}
.selectmainmenu{
    background:url(../../templates/images/up.png) no-repeat bottom center;
}
/*--- Login
--------------------------------------*/
#modalOverlay { 
  background-color:#000;  /*     */ 
  cursor:wait;  /*       */ 
  filter: alpha(opacity=80); /*   */ 
  height: 100%; 
} 
 
#modalContainer { 
  height:auto;   /*     */ 
  width:300px; 
  left:50%;  /*   margin-left,        */ 
  top:50%;   /*  ,   margin-top,   */ 
  margin-left:-150px; 
  /* margin-top: -70px; */ 
  background-color:#fff; 
  border:3px solid #ccc; 
  padding: 10px; 
}  
a.modalCloseImg { 
  background:url(x.png) no-repeat; 
  width:25px;  /*    ,   .     */
  height:29px; 
  display:inline; 
  z-index:3200; 
  position:absolute; 
  top:0px; 
  right:0px; 
  cursor:pointer; 
}
#helper { 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  z-index: -10; 
}
/*--- Login END
--------------------------------------*/
/*--- Main menu END
--------------------------------------*/
#headertable{
	height:120px;
}
#subheadertable{
	padding:25px 0 0 35px;
}
#subheadertable h1{
	height:32px;
	display:block;
	font-size:30px;
	float:left;
	color:#acbfc6;
	font-weight:800;
	color:#004758;
	padding:2px 0;
}
#subheadertable h1 span{
	color:#118fb7;
}
#subheadertable p{
	margin-right:35px;
}
#subheadertable p, #subheadertable a{
	color:#124b5f;
}
#subheadertable a{
	font-weight:800;
	text-decoration:none;
}
/*--- Table Menu
--------------------------------------*/
#boxtablemenu{
	position:relative;
	height:42px;
	background:url(../../templates/images/bgtablemenuright.gif) repeat-x top;
}
#leftc{
	width:25px;
	height:42px;
	position:absolute;
	background:url(../../templates/images/left_circle.gif) left top;
	top:0;
	left:0;
}
#rightc{
	width:25px;
	height:42px;
	position:absolute;
	background:url(../../templates/images/right_circle.gif) right top;
	top:0;
	right:0;
}
#reklam-web{
	width:260px; height:32px;
	padding:10px 0 0 20px;
	float:left;
	color:#fff;
	background:url(../../templates/images/bgtablemenuleft.gif) repeat-x top;
	-moz-border-radius-bottomleft: 7px;
	-khtml-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;	
	-moz-border-radius-topleft: 7px;
	-khtml-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
}
#reklam-web a{
	color:#fff;
	text-decoration:none;
	margin:15px 10px;
}
#tablemainmenu a{
	color:#fff;
	display:block;
	float:left;
	font-size:12px;
	background:url(../../templates/images/bordertabmenu.gif) no-repeat left;
	padding:0 10px;
	text-decoration:none;
}
#tablemainmenu a:hover{
	border-bottom:2px solid #8bbfcd !important;
}
#tablemainmenu {
	padding-left:300px;
}
#tablemainmenu li{
	height:32px;
	padding-top:10px;
	display:inline-block;
	float:left;
	list-style-type:none;
}
#tablemainmenu li:hover{
	background:url(../../templates/images/up.png) no-repeat bottom center;
}
/*--- Table Menu END
--------------------------------------*/
.tables{
	text-align:center;
	border: 0;
}
.tables th{
	background-color:#1c7a97;
	color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	border-radius: 8px;
}
.tables td{
	background:#F8F8F8;
	border-radius: 4px;
	padding: 2px 5px 2px 5px;
}

/*--- Header END
--------------------------------------*/
/* Middle
-----------------------------------------------------------------------------*/
/*--- Content
--------------------------------------*/
#content {
	min-height:400px;
}
#subcontent{
	padding:70px 0 50px 0;
}
#infocompany{
	width:475px;
	float:left;
	margin-left:35px;
}
#infocompany h1{
	width:395px;
	display:block;
	padding:0 0 15px 20px;
	margin:0 0 15px -15px;
	background:url(../../templates/images/border.jpg) no-repeat bottom left;
}
.example{
	margin-right:35px;
}
/*--- Tab
--------------------------------------*/
.tabcontent{
	width:1020px; height:659px;
	margin:10px auto;
	background:url(../../templates/images/bgtab.jpg) no-repeat top left;
}
.tabcontent .tabNavigation {
	width:370px; height:60px;
	margin:0 auto;
	padding:0 30px 0 50px;
	background:url(../../templates/images/bgtabmenu.jpg) no-repeat top;
}
.tabcontent .tabNavigation li{
	float:left;
	list-style:none;
}
.tabcontent .tabNavigation li a{
	float:left;
	display:block;
	padding-top:15px;
	color:#fff;
	border-bottom:none;
	margin:0 10px;
	text-decoration:none;
}
.tabNavigation li a:hover{
	border-bottom:2px solid #8bbfcd;
	background:url(../../templates/images/down.png) no-repeat top center;
}
.tabcontent .selected {
	background:url(../../templates/images/down.png) no-repeat top center;
}
/*--- One
--------------------------------------*/
#one{
	color:#fff;
}
#one .center{
	font-weight:800;
	margin-top:40px;
}
#one span.fleft{
	width:300px;
	display:block;
	margin:40px 0 15px 30px;
}
#one span.fleft img{
	height:100px;
	margin-left:70px;
}
#one p{
	padding:0 35px;
}
#one img.register{
	width:342px; height:43px;
	display:block;
	margin:0 auto;	
}
/*--- One END
--------------------------------------*/
/*--- Two
--------------------------------------*/
#two{
	color:#fff;
}
#two .center{
	font-weight:800;
	margin-top:40px;
}
#two .center span{
	color:#fff;
	margin:0 10px;
	text-decoration:none;
	border-bottom:2px solid #c3cacc;
}
#two .center a:hover{
	border-bottom:none;
}
#two span.fleft{
	width:300px;
	display:block;
	margin:40px 0 15px 30px;
	text-align:center;
}
#two span.fleft img{
	height:100px;
}
#two p{
	padding:0 35px;
}
#two img.register{
	width:342px; height:43px;
	display:block;
	margin:0 auto;	
}
/*--- Two END
--------------------------------------*/
/*--- Three
--------------------------------------*/
#three{
	color:#fff;
}
#three .center{
	font-weight:800;
	margin-top:40px;
}
#three .center a{
	color:#fff;
	margin:0 10px;
	text-decoration:none;
	border-bottom:2px solid #c3cacc;
}
#three .center a:hover{
	border-bottom:none;
}
#three span.fleft{
	width:300px;
	display:block;
	margin:40px 0 15px 30px;
	text-align:center;
}
#three span.fleft img{
	height:120px;
	margin-left:30px;
}
#three p{
	padding:0 35px;
}
#three img.register{
	width:342px; height:43px;
	display:block;
	margin:0 auto;	
}
/*--- Three
--------------------------------------*/
#shortcontent{
	width:950px;
	margin:0 auto;
	padding:50px 35px 0 35px;
}
#statistik{
	width:220px;
	float:left;
	background:url(../../templates/images/reiting.jpg) no-repeat top #f1f1f1;
	padding-bottom:20px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#statistik p{
	font-size:18px;
	color:#fff;
	font-weight:400;
	padding:8px 0 5px 70px;
}
#statistik ul{
	padding:0 20px;
	color:#818181;
}
#statistik li{
	clear:both;
	list-style-type:none;
}

/*--- Short News
--------------------------------------*/
#shortnews{
	padding-left:295px;
	color:#616161;
}
.boxshortnews{
	padding-top:10px;
}
.date{
	color:#a5a5a5;
	font-size:12px;
}
.updete{
	color:#059dd9;
}

/*--- Short News END
--------------------------------------*/
/*--- Tab END
--------------------------------------*/
/*--- Content END
--------------------------------------*/
/*--- Footer
--------------------------------------*/
#footer {
	height: 75px;
	background:url(../../templates/images/bgfooter.jpg) repeat-x bottom;
}
#footerleft{
	width:400px; height:75px;
	float:left;
	background:url(../../templates/images/footerleft.jpg) no-repeat bottom right;
}
#footerleft #center{
	width:100px;
	margin:27px 0 0 80px;
	display:block;
	color:#fff;
	line-height:15px;
}
#footerleft	h3{
	color:#fff;
	font-weight:300;	
}
#footerleft span{
	font-size:12px;
	color:#fff;
	margin-left:30px;
}
#footerright{
	float:left;
	margin-left:-50px;
}
#footerright p a, #footerright p{
	color:#a5a5a5;
}
#footerright p{
	padding-top:30px;
}
#footerright p a{
	margin:0 10px;
}
#timer{
	height:35px;
	float:right;
	margin-right:15px;
	padding-top:15px;
}
/*--- Footer END
--------------------------------------*/
/*--- Wrapper END
--------------------------------------*/
/*---  
--------------------------------------*/

/*---   END
--------------------------------------*/
.subtemplateautoriz{
	width:518px;
	height:35px;
	background:url(../../templates/images/bginput.png) no-repeat left top;
}
.addlogin{
	margin:7px 0 0 63px;
	border:1px solid transparent
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
}
.addpass{
	margin:7px 10px 0 0;
	border:1px solid transparent
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:right;
}

.err_notice {
	border: 1px solid #E4B9B9;
	padding: 10px 0px 10px 90px;
	min-height: 44px;
	background: #F9E6E6 url(../../templates/images/error.gif) no-repeat left;
	margin-bottom: 20px;
}

.ok_notice {
	border: 1px solid #B5D7AF;
	padding: 10px 0px 10px 90px;
	min-height: 44px;
	background: #D8FFD2 url(../../templates/images/ok.gif) no-repeat left;
	margin-bottom: 20px;
}
.help {
	font-size: 12px;
	color: #888888;
}
.title {
	height: 29px;
	padding: 11px 0 0 27px;
	text-transform: uppercase;
	font-style:normal;
	font-weight:800;
	font-size: 1.2em;
	color: #1c7a97;
}
