/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 

  */
* {
	margin: 0;
	padding: 0;
}
  
body {
	color: #000;
 	font-size: 62.5%; 
	font-family: Arial; 
	background: #f6f6f6 url(../images/bg.png) repeat-x;
}
html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.mceContentBody td,table{
border: 1px solid #c3c3c3;
 }
 
caption, th, td {
/*	text-align: left;*/
	font-weight: normal;
	padding:0;
	margin:0;
}

html {
		background: #fff;

}
.clear{
	clear:both;

}

#footer_container{
	position:relative;
	font-size:12px;
	letter-spacing: 1px;
	line-height:1.5;
	height: 300px; 
}

#footer_container a:link{
	color:black;
	text-decoration: underline;
}

#footer_1 { 
	width:100%;
	text-align:center;
	position:absolute;bottom:50px;
 	height: 250px; 
	z-index:1000;
	background: url(../images/footerbg.jpg) repeat-x;
	bottom: 1px;
}
#footer_1 a{
	color:#606060;
}
#footer_1  td{
	font-size:18px;
	color:#efeff1;
}	

#footer_2 { 
	width:100%;
	text-align:center;
	z-index:1001;
	position:absolute;top:0px;
	overflow:hidden;	
}

#footer_2int { 
	width:980px;
	padding-top:15px;
	text-align:center;
	margin: 0px auto;
	background: #000 url(../images/footerbg.jpg) repeat-x;
 	height: 250px; 
}

#HeaderTop { 
 	width: 100%; 
	height: 4px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #e10611;
}
#HeaderTop1 { 
	width: 980px; 
	background: url(../images/searchbg.gif) no-repeat top right;
	height: 21px; 
 	margin: 0 auto;
	overflow: hidden;
}

#Find {
	float: left;
	width: 150px;
	margin-top:-5px;
	}
#Findp {
		float: left;
	 	width: 790px; 
		height:10px;
}


#HeaderTop2L{
		float: left;
	 	width: 215px; 
		padding-left: 35px;
}

#HeaderTop2R{
		float: left;
		text-align:right;
	 	width: 730px; 
		padding-top: 52px;
}

#Container1{
	width: 980px;
	overflow: hidden;
	height:87px;
}

#Navigation{
		float: right;
		width: 100%; 
	 	font-size: 24px; 
		text-align: center;	

}

	#Navigation ul ol{
		padding:0px;
		margin:0px;
	}
	#Navigation ul {
		float:right;
		list-style-position: outside;
		margin: 0px;
	}
	
		#Navigation li{
			width: 105px;
			height: 28px;
			list-style-type:none;
			list-style-image: none;
	 		font-size: 12px; 
			display: inline;
			display: block;
			float:left;
			line-height:30px;
			margin: 2px 1px;
		}
			#Navigation li a.link{
				text-decoration: none;
				color:#fff;
				width: 105px;
				height: 28px;
				display: inline;
				display: block;
				background: url(../images/libg1.gif) no-repeat top left;
			}
			
			#Navigation li a:hover{
				text-decoration: none;
				color:#fff;
				width: 105px;
				height: 28px;
				display: inline;
				display: block;
				background: url(../images/libg1on.gif) no-repeat top left ;
			}
			#Navigation a.current, #Main, #Navigation li a.section{
				text-decoration: none;
				color:#fff;
				width: 105px;
				height: 28px;
				display: inline;
				display: block;
				background: url(../images/libg1on.gif) no-repeat top left;
			}

#Container2{
	width: 980px;
	overflow: hidden;
	padding-top:10px;
}
			
#SidebarL{
	float:left;
 	width: 240px; 
}

#SidebarL1{
	padding-bottom:10px;
}



.sidebox {
/* 	margin: 0 auto; center for now */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	width:233px;	
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	width:233px;
	height:60px;
	padding: 0;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding-left:25px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	
	width:193px;
	padding: 5px 20px 31px;
}

.boxbody p{
	color:#fff;
	font-size:10px;
}

.boxbody a{
	text-decoration: none;
	position:relative;
	color: #cccccc;
}
	.boxbody h3{
			font-size: 1.5em;
			border-bottom: 1px solid #E1DABF;
			padding-bottom: 3px;
			margin-bottom: 3px;
	}
	
	.boxbody ul{
		list-style-position: outside;
		margin-bottom: 20px;
		font-size:12px;
	}
	
.boxbody li{
	background: transparent url(../images/menudot.gif) no-repeat;
	background-position: 0px 9px;
	padding:5px 15px 5px;
	list-style-type:none;
	border-bottom: 1px dotted #eaeaea;
}

.boxbody li a.link{
	text-decoration: none;
	position:relative;
	color:#fff;
}
	
.boxbody li a:hover{

	text-decoration: none;
	color: #cccccc;
	position:relative;
}

.boxbody li a.current, .boxbody li a.section{
	text-decoration: none;
	color: #cccccc;
	font-weight:bold;
	position:relative;

}
	
.boxbody ul.sub{
	margin: 0pt 0pt 0pt 15px;
}

.boxbody ul.sub li{
	border:none;
	line-height:1;
}

#sideboxa_container {
	padding-bottom:10px;
}
.sideboxa {
/* 	margin: 0 auto; center for now */
	background: url(../images/sbbody-ra.gif) no-repeat bottom right;
	font-size: 100%;
	width:233px;

}
.boxheada {
	background: url(../images/sbhead-ra.gif) no-repeat top right;
	margin: 0;
	width:233px;
	height:60px;
	padding: 0;
}
.boxheada h2 {
	background: url(../images/sbhead-la.gif) no-repeat top left;
	margin: 0;
	padding-left: 15px;
}
.boxbodya {
	background: url(../images/sbbody-la.gif) no-repeat bottom left;
	margin: 0;
	width:233px;
	height:150px;
	padding-left: 15px;
	padding-top:0px;
}


#home_head {
	float:left;
	background: url(../images/home_head.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	width:740px;
	height:40px;
}


#home_head_page {
	float:left;
	background: url(../images/home_head_page.jpg) no-repeat top left;
	margin: 0;
	padding: 8px 20px 0px;
	width:700px;
	height:32px;
}

.ContentHome {
/* 	margin: 0 auto; center for now */
	float:left;
	background:#d2d2d2 url(../images/sbbody-rb.gif) no-repeat bottom right;
	font-size: 100%;
	width: 740px; 
}


.LayoutHome {
	background: url(../images/sbbody-lb.gif) no-repeat bottom left;
	margin: 0;
	width: 700px;	
	padding: 20px 20px 20px;
}

.Content {
/* 	margin: 0 auto; center for now */
	float:left;
	background:#f0f0f0 url(../images/sbbody-rc.gif) no-repeat bottom right;
	font-size: 100%;
	width: 740px; 
}

.Content img {  
	margin-right:10px;
	border: 4px solid #cccccc; 
}


.NoBorder img {  
	border: 0px ; 
}

#Photo img{  
float: left;
margin-right:20px;

}

/*
.ContentHome a:hover img {
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}
*/
.Content a:hover img {
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

.Layout {
	background: url(../images/sbbody-lc.gif) no-repeat bottom left;
	margin: 0;
	width: 700px;	
	padding: 20px 20px 20px;
 	font-size: 12px;
 	line-height: 1.8em;
	}

	
#QuickForm {
	margin-top: -10px;
}

#ProduktyList li{
	padding-right:0px;margin-right:0;
	list-style-image: none;
	list-style-type:none;
	padding-top:6px;
	padding-bottom:6px;
	margin-left:-20px;
	border-bottom:1px dotted #cccccc ;
}


#ProduktyList ul{
	margin:0px;
	padding:0px;
}

#ProduktyList1 li{
	padding-right:0px;margin-right:-50;
	margin-left:115px;
	list-style-image: url(../images/dot.gif);
	line-height: 1.5;
	border-bottom:none;
}

#Title {
	font-size: 18px;
	font-weight:bold;
	padding-bottom:10px;
	color:#333333;
}
#Title a{
	color:#333333;
}

#Title1 {
	font-size: 18px;
	font-weight:normal;
	color:#333333;
}

	
#NewsList{
	margin:0px;
	padding-left:8px;
	padding-right:5px;
}


#NewsList li {
	padding-top:15px;
	border-bottom:1px dotted #cccccc ;
}

#NewsList li.newsDateTitle a {
	list-style-type:none;
	text-decoration:none;

}

#NewsList li.newsDateTitle a:hover {
 	color: #333333;
	text-decoration:underline;
	font-weight:bold;
}

#NewsList li.newsDateTitle {
	list-style-type:none;
	font-weight:bold;
	text-decoration:none;
}

#NewsList1{
	margin:0px;
	padding-left:8px;
	padding-right:5px;
}

#NewsList1 li {
	padding-top:0px;
}

#NewsList1 a {
	font-weight:normal;
}
	
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	padding-left:15px;
	background-position: 0px 14px;
	border-bottom:1px dotted ;
	padding-bottom:10px;
	padding-top:10px;
}

#SearchResults a{
	text-decoration: none;
	position:relative;
}

#map_container{

	width: 700px; 
	height: 350px;
}

#map1{
	float:left;
	border: 5px solid #cccccc; 
	width: 330px;
	height: 250px;
}
#map2{
	float:left;
	margin-left:15px;
	border: 5px solid #cccccc; 
	width: 330px; 
	height: 250px;
}

#map_containera{

	width: 700px; 
}

#map1a{
	float:left;
	
	width: 330px;
	height: 120px;
}
#map2a{
	float:left;
	margin-left:15px;

	width: 330px; 
	height: 120px;
}

	
#kontakt_container{
	width: 700px; 
}

#k1{
	float:left;
	padding:0px;margin:0px;

	width: 300px;
	height: 355px;
}
#k2{
	float:left;
	padding:0px;margin:0px;
	
	width: 360px; 
	height: 355px;
}


			






#BgContainer {
	width: 997px;  
	margin: 0 auto; 

}
#Container { 
	width: 997px;
	padding-bottom: 15px;
/*	background: #fff url(../images/containerbg.gif) repeat-y;*/

	}
#LayoutNoMenu {
	width: 920px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}


#Sidebar1{
	width: 277px;
	float: left; 	
}

#Sidebar2{
	width: 98px;
	float: left; 	
}

#Sidebar1a{
	width: 282px;
	height: 41px;
	background: #fff url(../images/search_bg.gif) no-repeat;
}


#Content_Home {
	width: 950px;
	height:250px;
	float: right; 	
	margin: 0;
	text-align: left;
}



#ContainerH{
	width: 997px;
	overflow: hidden;
}
#Header3Flash{
		float: left;
	 	width: 617; 
		padding-top: 0px;
}
#Header3News{
		float: left;
	 	width: 282px; 
		padding-top: 0px;
		margin:0px;
}

#Header3Right{
		float: left;
	 	width: 98px; 
		padding-top: 0px;
}

#HeaderDown { 
 	width: 985px; 
	height: 11px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/headerdown.gif) repeat-x left center;
}
#HeaderLogo { 
 	width: 985px; 
	height: 88px; 
	padding-top:1px;
	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/headerlogo.gif) repeat-x left center;
}
#Path { 
 	width: 997px; 
	height: 23px; 
	padding-top:5px;
	padding-left:15px;
	margin: 0 auto;
	overflow: hidden;
}

#HeaderHome{ 
 	width: 950px;
	height:370px;
	margin: 0 auto;
	overflow: hidden;
}

#HeaderZdjecia { 
 	width: 950px;
	height:380px;
	margin: 0 auto;
	overflow: hidden;
}

#Line { 
 	width: 985px; 
	height:1px;
	margin: 0 auto;
	overflow: hidden;
	background: #8895a8;
}

/** Header **/
#Header { 
 	width: 985px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header.gif) repeat-x left center;
	}

 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 11px; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}
	#Breadcrumbs a{
		margin: 0;
		color:#B7C0C5;
	   	text-decoration: none;
	}
	#Breadcrumbs a:hover{
		margin: 0;
		color:#B7C0C5;
	   	text-decoration: underline;
	}
	#Breadcrumbs a.current{
		margin: 0;
		color:#B7C0C5;
	   	text-decoration: underline;
	}



/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
			list-style-type:none;
			list-style-image: none;
			margin: 5px 0;
			padding: 1px;
			width: 88%;
}
#PageComments li.odd {
	background: #dedede;
	padding-left: 10px;
	padding-right: 10px;

}

#PageComments li.even {
	background: #f5f5f5;
	padding-right: 10px;
	padding-left: 10px;
}

#PageComments li.odd p.info {	
}

.actionLinks li a {
	padding-right: 3px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 11px;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
#Navigationstatic {
	width: 536px;
	margin: 0 auto;
	font-size:12px;
	line-height:1.5em;
	position:absolute;
	top:222px;
	z-index:100;
	padding-top: 1px;
	left: 0.3%;
}

#banner {
	z-index:110;
}

.rollover {display: block;height: 100%;}
.rollover img {width: 100%;height: 100%;border: 0;}
.rollover:hover { visibility: visible; }
.rollover:hover img { visibility: hidden; }
#m1, #m2, #m3, #m4 {height: 22px;}
#m1 {width: 227px;background: url(../images/m1_on.gif);}
#m2 {width: 81px;background: url(../images/m2_on.gif);}
#m3 {width: 106px;background: url(../images/m3_on.gif);}
#m4 {width: 105px;background: url(../images/m4_on.gif);}
.navigation {display:none}

#nav {height: 58px;margin: 0;padding: 0;}
#nav li {float:left;list-style-type: none;margin: 0;padding: 0;}

	

/*google maps*/
#map 
{
	border: 7px solid #d8d8d8; 
	width: 560px; 
	height: 400px;
}

#FootKeys {
	color: #a7a7a7;
	padding:0;
	margin:0;
}
