body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	
	background: #F1F1F3;
}

h1 {
	position: relative;
}

body, html {
	height: auto 100%;
}

p {
	margin: 0;
	padding: 0;
}

#container {
	margin:0 auto;
	padding: 0;
	
	width: 715px;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
	
	height: 100%;
	
	background: url(/templates/mobitec_img/menu.jpg) repeat-y;
}

#left {
	float: left;
	margin: 0;
	padding: 0;
	
	width: 177px;
}

#logo img {
	border: none;
}

#link {
	margin: 0;
	padding: 3px 0 0 28px;
	
	height: 100%;
}

#link ul {
	margin: 0;
	padding: 0;
}

#link ul li {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
	
	font-weight: bold;
}

#link ul li.smenuOn {
	color: #2F2065;
}

#link ul li a {
	color: #fff;
	
	text-decoration: none;
}

#link ul li a.menuOn {
	color: #2F2065;
	
	text-decoration: none;
}

#link ul li a:hover {
	color: #2F2065;
}

#link ul li ul {
	margin: 5px 0;
	padding: 0;
}

#link ul li li {
	margin: 0;	
	padding: 0 0 0 10px;
	
	font-weight: normal;
}

#link ul li li  a{
	text-decoration: none;
}

#link ul li li  a:hover{
	color: #2F2065;
}

#right {
	float: right;
	
	margin:0;
	padding: 0;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
}

#header img {
	border: none;
}

#lang {
	position: absolute;
	top: 60px;
	right: 20px;
	
	color: #2F2065;
}

#lang a {
	color: #FFF;
	text-decoration: none;
}

#lang a:hover {
	color: #2F2065;
}

#title {
	position: absolute;
	
	margin: 0;
	padding: 0;
	
	bottom: 20px;
	right: 17px;
	
	color: #fff;
}

#title h1 {
	font-size: 18px;
}

#content {
	margin: -11px 0 0 0;
	padding: 15px;
	
	width: 500px;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
	height: 100%;
	
	background: url(/templates/mobitec_img/content.jpg) repeat-y;
}

.object {
	position: relative;
	margin: 10px 0 5px 0 ;
	padding: 0;
}

.object h2 {
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
	
	width: 100%;
	border-bottom: solid 2px #2F2065;
	
	font-size: 16px;
	color:  #2F2065;
}



#footerLeft {
	margin: 0;
	padding: 0;
	
	height: 83px;
	
	background: url(/templates/mobitec_img/menu_end.jpg) no-repeat;
}

#footer {
	position: relative;
	
	margin: 0;
	padding: 0;
	
	width: 530px;
	height: 55px;
	line-height: 55px;
	background: url(/templates/mobitec_img/footer.jpg) no-repeat;
}

#copy {
	position: absolute;
	top: 2px;
	left: 10px;
	
	color: #2F2065;
	
	font-size: 11px;
}

#login {
	text-align: right;
	position: absolute;
	
	width: 250px;
	top: 5px;
	right: 15px;
}

@media print {
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	
	background: #F1F1F3;
}

h1 {
	position: relative;
}

body, html {
	height: auto 100%;
}

p {
	margin: 0;
	padding: 0;
}

#container {
	margin:0 auto;
	padding: 0;
	
	width: 100%;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
	
	height: 100%;
	
	background: url(/templates/mobitec_img/menu.jpg) repeat-y;
}

#left {
	display: none;
}


#logo {
	display: none;
}

#logo img {
	display: none;
}

#link {
	display: none;
}

#link ul{
	display: none;
}

#link ul li{
	display: none;
}


#right {
	float: left;
	
	margin:0;
	padding: 0;
}

#header {
	display: none;
}

#header img {
	border: none;
}

#lang {
	display: none;
}

#lang a {
	color: #FFF;
	text-decoration: none;
}

#lang a:hover {
	color: #2F2065;
}

#title {
	position: absolute;
	
	margin: 0;
	padding: 0;
	
	bottom: 20px;
	right: 17px;
	
	color: #fff;
}

#title h1 {
	font-size: 18px;
}

#content {
	margin: 0;
	padding: 15px;
	
	width: 600px;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
	height: 100%;
	
}

.object {
	position: relative;
	margin: 10px 0 5px 0 ;
	padding: 0;
}

.object h2 {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	
	width: 100%;
	border-bottom: solid 2px #2F2065;
	
	font-size: 16px;
	color:  #2F2065;
}



#footerLeft {
	display: none;
}

#footer {
	display: none;
}

#copy {
	display: none;
}

#login {
	display: none;
}

  * {
  background: white !important;
  background-image: none !important;
  }
}

