﻿/*   
Theme Name: M-management Theme
Theme URI: www.m-management.sk
Description: M-management Theme.
Author: Viliam & Jan
Author URI: http://www.afas.sk/
Version: 0.1
Tags: modelky
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
* {
margin: 0px;
padding: 0px;

}
body {
  color:white;
  font-family:tahoma;
  font-size:12px;
  background: grey url(bg.jpg) no-repeat scroll 0 0;
  font-weight:bold;
 
}

a {
  color:white;
  text-decoration:none;
}

.bg {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  background: black url(bg.jpg) no-repeat scroll 0 0;
} 

/*#header {
  position: absolute;
}*/

#main {
	position: absolute;
	left: 150px;
	top: 50px;
	width: 800px;
	height: 580px;
}

#main img {
  position: relative;
}

#pozadie {

	position: absolute;
	width: 800px;
	height: 580px;
	background: black;
	z-index: 1;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#content {
	position: absolute;
	margin:20px;
	width: 760px;
	height: 540px;
/*	overflow: hidden; */
	z-index: 2;
} 

/*
#content {
  margin: 20px;
  z-index: 2;
  position: relative;
  width: 760px;
  height: 540px;
  overflow: hidden;
} 


#pozadie {
  background: black;
  z-index: 1;
  height:580px;
  width: 800px;
  position: absolute;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
*/

/*#footer {

}*/




.single #nav-above {
    display:none;
}

#menu {
  width: 130px;
  height: 160px;
  /*background: url(http://home.nextra.sk/lico/mm/transgrey3.png);*/
/*  background: #909393 url(http://mm.afas.sk/wp-content/themes/m-management/images/logo_transparent.png) no-repeat scroll center bottom;*/
  top: 50px;
  position: absolute;
  text-align:right;
  padding:10px;
  font-size: 15px;
  font-family: Impact;
  font-weight:normal;
}
#menu ul {
  list-style: none;
  margin:0;
  padding:0;
}

#menu ul li a:hover {
	color: #cc6633;
}

.stlpec1 {
  width:400px;
  float:left;
  margin-left: 40px;  
}

.stlpec2 {
  float:left;
}

.medzera {
  margin-bottom:50px;
  margin-top:50px;
}

.page-id-12 #pozadie, .page-id-12 #main , .page-id-12 #content {
  height:760px;
  overflow:visible; 
}

.page-id-14 #pozadie , .page-id-14 #main , .page-id-14 #content {
  overflow:visible; 
}

.page-id-12 .entry-title {
  text-align: center;
}

h1 {
	margin-bottom: 10px;
}

.contact {
  margin-left: 50px;
  margin-right: 80px;
  float: left;
  margin-top:-40px;
  width:380px;  
}

.contactinfo {
  margin-top:50px;
}

.surname {
	text-transform: uppercase;
}

.page-id-10 #content {
  overflow:auto;
} 
