/* CSS Framework by Erlang, 2009 */
/* General Cleaning */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	}
html, body {
	height:100%;
	}
input {
	padding:2px 4px;
	}
body, p, div, table, td, th, input, option, select, button, li, a {
	font-size:9pt;
	}
body {
	background-color:#fff;
	}
table, img {
	border:0;
	}
table {
	border-collapse:collapse;
	}
table td {
	padding:0px;
	vertical-align:top;
	}
div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
a, a:link, a:visited, a:active {
	color:#00f;
	}
a:hover {
	color:#f00;
	}
:focus {
	outline:none;
	}
label {
	cursor:pointer;
	}
ul, ol {
	padding:2px 0;
	}
li{
	line-height:1.5;
	margin-left:17px;
}
/* Special Elements */
body{
	background: Black url(../images/bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #06c;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: Black;
	text-transform: uppercase;
}
h1 {
	font-size: 18px;
	letter-spacing: 0px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h2 {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#nav{
	position: absolute;
	top:560px;
	left:150px;
	padding:0;
	margin:0;
	background-color: transparent;
	background-repeat : no-repeat;
	z-index: 2;
	height: 200px;
	width:255px;
}
#logo{
	position: absolute;
	top:10px;
	left:50px;
	padding:0;
	margin:0;
	background-image: url(../images/logo.gif);
	background-repeat : no-repeat;
	z-index: 2;
	height: 153px;
	width:427px;
}
#contents{
	position: absolute;
	top:80px;
	left:635px;
	padding:0;
	margin:0;
	background-color: white;
	background-repeat : no-repeat;
	z-index: 2;
	height: 700px;
	width:640px;
	border-top: medium outset #36C;
	border-left: thick outset #36C;
	border-right: thick outset #36C;
	border-bottom: medium outset #36C;
}
/* menu */
.but{
	padding:0;
	margin:0;
	background-image: url(../images/div.gif);
	background-repeat : no-repeat;
	height: 55px;
	width:255px;
}
/* but */
#c1,#c2,#c3,#c4,#c5,#c6,#c7{
	padding:0;
	margin:0;
	background-image: url(../images/but.png);
	background-repeat : no-repeat;
	z-index: 2;
	height: 55px;
	width:55px;
}
#c1{
	position: absolute;
	top:200px;
	left:235px;
}
#c2{
	position: absolute;
	top:300px;
	left:235px;
}
#c3{
	position: absolute;
	top:400px;
	left:235px;
}
#c4{
	position: absolute;
	top:500px;
	left:235px;
}
#c5{
	position: absolute;
	top:300px;
	left:335px;
	background-image: url(../images/video.png);
}
#c6{
	position: absolute;
	top:300px;
	left:435px;
	background-image: url(../images/reader.png);
}
#c7{
	position: absolute;
	top:300px;
	left:535px;
}
/* links */
a{
	color: #36C;
	text-decoration: none;
	cursor:pointer;
}
a:hover{
	text-decoration: none;
	color: #000;
	cursor:pointer;
}
a:link{
	color: #36C;
	text-decoration: none;
	cursor:pointer;
}
a:visited{
	color: #36C;
	text-decoration: none;
	cursor:pointer;
}
/* menu posit*/
.b{
	position:relative;
	top:2px;
	left:25px;
	font:12pt bold Verdana;
}
.but2t{
	position: relative;
	top:15px;
	left:50px;
	height: 30px;
	text-align: center;
	color: Black;
	background-color: transparent;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	text-transform: uppercase;
	font-weight: bold;
}
.but2t:hover{
	color: red;
	cursor:ponter;
}
.but2t2{
	position: relative;
	top:10px;
	left:10px;
	height: 30px;
	color: Black;
	background-color: transparent;
	letter-spacing: 1px;
}
.projects{
	border:solid,black,thin;
	cursor:pointer;
	margin-top:15px;
	margin-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: bold;
}
.lang ,.lang2 ,.lang3 ,.lang4{
	text-align: center;
	padding-top:0;
	padding-left:0;
	font-size:20px;
	font-weight:bold;
	color:yellow;
	cursor:pointer;
}
.lang{
	position: relative;
	top:15px;
	left:14px;
}
.lang:hover{
	color:white;
}
.lang2{
	position: relative;
	top:15px;
	left:14px;
}
.lang2:hover{
	color:white;
}
.lang3{
	position: relative;
	top:15px;
	left:14px;
}
.lang3:hover{
	color:white;
}
.lang4{
	position: relative;
	top:15px;
	left:14px;
}
.lang4:hover{
	color:white;
}
/* scroll */
div.scroll {
	height: 630px;
	width: 630px;
	overflow: auto;
	/*border: 1px solid #ccc;*/
	background-color:transparent;
	padding: 1px;
}
/* Foto */
div #premier{
		position:relative;
      top:60px;
      left:60px;
      z-index: 3;
      background-image: url(../images/avatar.jpg);
      background-repeat : no-repeat;
      padding:0;
      margin:0;
      height: 600px;
      width:600px;
}
.fotocenter{  
      position:fixed;
      top:325px;
      left:660px;
      z-index: 3;
      background-image: url(../images/avatar.jpg);
      background-repeat : no-repeat;
      padding:0;
      margin:0;
      height: 600px;
      width:500px;
}
#mainicons{
      position: absolute;
      top:-50px;
      left:-50px;
      padding:0;
      margin:0;
      z-index: 4;
      width:100%;
      height:100%;
}
#mainicons table{
		padding:0;
      margin:0;
 }
#mainicons table td.w {
	width:360px;
}
/* Icons */
.icons,.iconsv,.iconright{
      border:none;
      z-index:4;
      height: 60px;
      width:60px;
      padding:1px;
      margin:0px;
      margin-left:5px;
      cursor:pointer;
}
.iconright{
      position:relative;
      left:355px;
      top:0px;  
}
.iconsv:hover{
      margin-top:2px;
      margin-bottom:-2px;
}
.icons:hover{
      margin-right:-2px;
}
.iconright:hover{
      margin-top:2px;
      margin-bottom:-2px;
      
}
/*kaledu*/
.kaledu{
	position:relative;
      left:55px;
      top:10px; 
       padding:1px;
      margin:0px;
      margin-left:5px;
      width:200px;
      height:300px;
      border:none ;
}
/* Strony */
#site1{
	background : url(../images/banketusale.jpg) no-repeat;
	width:300px;
	height:141px;
	margin: 5px;
	padding : 5px;
	cursor:pointer;
}
#site2{
	background : url(../images/poplaukiawardspace.jpg) no-repeat;
	width:300px;
	height:160px;
	margin: 5px;
	padding : 5px;
	cursor:pointer;
}
#site3{
	background : url(../images/all.jpg) no-repeat;
	width:300px;
	height:159px;
	margin: 5px;
	padding : 5px;
	cursor:pointer;
}
#site4{
	background : url(../images/composite.jpg) no-repeat;
	width:300px;
	height:209px;
	margin: 5px;
	padding : 5px;
	cursor:pointer;
}
#site5{
	background : url(../images/arstudiolt.jpg) no-repeat;
	width:300px;
	height:205px;
	margin: 5px;
	padding : 5px;
	cursor:pointer;
}
#site6{
	background : url(../images/laminatas10.jpg) no-repeat;
	width:300px;
	height:196px;
	margin: 5px;
	padding : 5px;
	cursor:pointer;
}
#site7{
	background : url(../images/vestuvesvesti.jpg) no-repeat;
	width:300px;
	height:200px;
	margin: 5px;
	padding : 5px;
	cursor:pointer;
}
#site8{
	background : url(../images/szawl.jpg) no-repeat;
	width:400px;
	height:225px;
	margin: 5px;
	padding : 5px;
	cursor:pointer;
}
#site9{
        background : url(../images/weighlifting.png) no-repeat;
	width:400px;
	height:225px;
	margin: 5px;
	padding : 5px;
	cursor:pointer;
}

