/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */


/* CSS Document */


html, body{
	color: #344767;
	font-size: 11px;
}
.entry {
	font-size: 13px;
text-align:justify;
}

html, body, div, p, h1, h3, table, td, th, ul, ol, textarea, input {
	font-family:Tahoma;
}
img {
	border: none;
}
p {}
a:link, a:visited {
	color:#2e5276;
}
h1 {}
input, select, button {
overflow: visible;
vertical-align: middle;
}

/*===========================================================================*/
#layout_body {
	margin: 0px;
	padding: 0px;
	background:#d2d3d4;
        background-image:url(img/bg.jpg);
background-repeat: repeat-y;
background-position: center;
}
/*===========================================================================*/
#main0 {
	position:relative;
	width:960px;
	margin:0 auto;
}
#top1 {
	position:relative;
	height:23px;
	background:#344767;
	border-bottom:#fff 1px solid;
}
#top2 {
	position:relative;
	height:360px;
	background:#8fd7ec;
	border-bottom:#fff 1px solid;
}
       #pres{
		position:absolute;
		bottom:0;
		right:0;
                z-index: 15;
width:545px;
height:178px;

                   }
#top3 {
	position:relative;
	height:37px;
	border-bottom:#fff 1px solid;
	z-index:10;
}
	#search {
		position:relative;
		float:left;
		width:206px;
		height:33px;
		padding:4px 0 0 5px;
		background:#008fff url(img/bg_search.jpg) right bottom no-repeat;
	}
#center {
	position:relative;
	width:100%;
	overflow:hidden;
	background:#17bcff url(img/bg_center.jpg) right bottom no-repeat;
	z-index:1;
}
#footer {
	position:relative;
	height:84px;
	background:#96c5dc url(img/bg_footer.jpg) top repeat-x;
	border-bottom:#fff 1px solid;
	font-family: "Myriad Pro";
	color:#2e5276;
}
#copyright {
	position:relative;
	height:27px;
	padding-left:5px;
	line-height:27px;
	background:#344767;
	color:#fff;
	font-size:9px;
}

#copyright a{
	background:#344767;
	color:#fff;
}

#copyright a:hover{
	background:#344767;
	color:#fff;
}

/*== search form =========================================================================*/
#icons {
	position:relative;
	display:inline-block;
	margin-right:9px;
	background:url(img/bg_top1.jpg) repeat-x;
	border-left:#043b9d 1px solid;
	border-right:#c0cde6 1px solid;
}
#top1 {
	text-align:right;
}



.tit {
	font-size:14px;
font-weight:bold;
        background:#31c3fe;
        margin-top:10px;
padding-bottom:4px;
border-top:2px solid white;
border-right:2px solid white;
color: white;  
padding-right:2px;
padding-left:2px;
padding-top:5px;
          
}



#icons a{
	position:relative;
	display:block;
	float:right;
	height:19px;
	padding:4px 5px 0;
	border-right:#043b9d 1px solid;
	border-left:#c0cde6 1px solid;
}
#top1 a:link, #top1 a:visited {
	color:#fff;
	text-decoration:none;
}

/*== search form =========================================================================*/
#search_field {
	position:relative;
	width:134px;
	height:22px;
	padding:0px;
	line-height:22px;
	background-color:#00cfff;
	border:#34423e 1px solid;
}
#search_button {
	position:relative;
	height:22px;
	padding:0px 6px;
	line-height:22px;
	background:none;
	border:none;
	text-transform:uppercase;
	font-weight:600;
	color:#2e5276;
}
/*== menu =========================================================================*/
#menu {
	position:relative;
	float:left;
	width:749px;
	height:37px;
	/*margin-left:211px;*/
}
#menu ul {
	margin:0px;
	padding:0px;
}
#menu ul li {
	position:relative;
	float:left;
	text-transform:uppercase;
	list-style-type:none;
	padding-right:1px;
	background:url(img/menu_dev.jpg) repeat-x;
}
#menu a {
	position:relative;
	display:inline-block;
	float:left;
	height:37px;
	line-height:37px;
	padding:0 20px;
	background:url(img/bg_menu.jpg) repeat-x;
}
#menu a:link, #menu a:visited {
	color:#fff;
}
#menu a:hover, #menu a:active {
	background:url(img/bg_menu_act.jpg) repeat-x;
}
#menu_l {
	position:absolute;
	left:0;
	top:0;
}
#menu_r {
	position:absolute;
	right:0;
	top:0;
}

/* submenu */
#submenu1 {
	margin-left:299px;
}
#submenu2 {
	margin-left:389px;
}
#submenu3 {
	margin-left:478px;
}
#submenu4 {
	margin-left:571px;
}
#submenu5 {
	margin-left:679px;
}
#submenu6 {
	margin-left:765px;
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5, #submenu6 {
	position:absolute;
	left:0;
	top:37px;
	width:auto; 
	height:auto;
	background-color:#008fff;
	border-top:#fff 1px solid;
	display:none;
	z-index:5;
}
.submenu {
	position:relative;
	width:auto;
	padding:0;
	margin:0;
	list-style-type:none;
}
.submenu a {
	position:relative;
	display:inline-block;
	width:90px;
	height:auto;
	margin:0px;
	padding:5px;
}
.submenu a:link, .submenu a:visited {
	color:#fff;
}

.submenu a:hover, .submenu a:active {
	background-color:#ff3500;
}


/*== center =========================================================================*/
#left {
	width:211px;
	background:#39AEDE url(img/bg_left.jpg) top no-repeat;
}
#right {
	width:178px;
	padding:23px 12px 350px;
	background:url(img/bg_right.jpg) top no-repeat;
}
#content {
	position:relative;
	padding:22px 17px 10px 12px;
	background:#cddaf7 url(img/bg_content.jpg) top no-repeat;
}
	#content .main_h1 {
		text-align:right;
	}
	#content h6 {
		display:inline-block;
		padding:5px 0px;
		margin:0px;
		border-top:#000 1px dotted;
	}
	#content img {
		margin:5px;
	}
#content .link_clear {
	position:relative;
	display:block;
	float:right;
	width:180px;
	text-align:right;
	border-top:#000 1px dotted;
	text-transform:uppercase;
	clear:both;
}
#left .link_clear {
	position:absolute;
	display:block;
	bottom:5px;
	right:20px;
	width:180px;
	text-align:right;
	text-transform:uppercase;
	font-weight:600;
	font-size:9px;
	clear:both;
}
.arrow {
	margin:0 5px;
}
.link_clear:link, .link_clear:visited {
	text-decoration:none;
}
#right h6 {
	margin:0px;
	color:#313e3a;
	font-weight:600;
}
#left h6 {
	margin:0px;
	padding:18px;
	color:#fff;
	font-weight:600;
}
#photos {
	position:relative;
	height:125px;
	padding:10px 20px 12px 10px;
}
.news {
	background:url(img/bg_news.jpg) top no-repeat;
}
.news h5 {
	width:160px;
	margin:0px;
	padding:10px 0 3px 17px;
	border-bottom:#344767 1px dotted;
	text-transform:none;
	font-weight:600;
}
.news div {
	padding:0 0 15px 17px;
	width:170px;
}
.link_news {
	position:relative;
	display:block;
	text-align:right;
}

/*== footer =========================================================================*/
#footer h2 {
	margin:0px;
	padding:15px 0 0 0;
}
.footer_line {
	height:84px;
	padding:0px 30px;
	background:url(img/footer_dev.jpg) top right no-repeat;
}
#partn1 {
	float:left;
	width:110px;
}
#partn2 {
	float:left;
	width:350px;
}
#adres {
	float:left;
	width:105px;
}
#tel {
	margin-left:745px;
	padding:0px 30px;
}

/* == misc =================== */
.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	font-weight:500;
}
h1 {
	font-size:30px;
	margin:0px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
	margin:5px 0px 0px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:11px;
}
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


