/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	color:#000;
}
/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Tahoma; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
	text-align:justify;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align: center;
}

body{
	margin: 0;
	padding: 0;
	background: url(../../../graphics/bg.jpg) center top no-repeat;	
}

#a1{
	width: 900px;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

html>body #a1{ 
	height: auto;
}

#left
{
	width:294px;
	float:left;
	position:relative;
}

#gazetka
{
position:absolute;
left:135px;
top:650px;
}

#right
{
	width:606px;
	float:right;
}

#content
{
	padding-top:40px;
	text-align:left;
	width:530px;
	position:relative;
}

#kontakt
{
	position:relative;;
	background:url(../../../graphics/kontakt.gif) no-repeat;
	padding-top:90px;
	padding-left:20px;
}

.borderPhoto
{
	background:url(../../../graphics/border.gif) no-repeat;
	width:147px;
	height:99px;
	padding:8px;
	overflow:hidden;
}

.borderPhoto a
{
	display:block;
	width:145px;
	height:97px;
	overflow:hidden;
}

#pic1
{
	position:absolute;
	left:380px;
	top:-140px;	
}

#pic2
{
	position:absolute;
	left:450px;
	top:0px;
}

#pic3
{
	position:absolute;
	left:400px;
	top:140px;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

#footer a
{
	color:#a0a0a0;
	font-family:Tahoma;
	text-decoration:none;
}


#footer{
	color:#a0a0a0;
	padding-top:20px;
	width:600px;
	margin:auto;
	padding-left:300px;
	padding-bottom:30px;
}

#footer div
{
	color:#a0a0a0;
}

#title
{
	
	font-weight:bold;
	font-size:14px;
}

#search
{
	text-align:right;
	padding-top:5px;
}

#search input
{
	float:right;
}

#searchInput
{
	background:url(../../../graphics/input.gif) no-repeat;
	width:137px;
	height:17px;
	border:none;
	margin:0px 10px;
	font-size:11px;
	padding:0px 3px;
}

#ad
{
	display:none;
	position:absolute;
	border:2px solid black;
	background:#fff;
	padding:20px;
	width:210px;
	top:380px;
	left:300px;
	cursor:pointer;
}


#ad2
{
	display:none;
	position:absolute;


	padding:20px;
	z-index:999;
	top:-13px;
	left:-81px;
	cursor:pointer;
}

