/*
Theme Name: P3N BARE
Theme URI: http://wordpress.org/
Description: hax hax
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

*/

html,body{
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
        height: 100%;
}
	

body{
	background: url(images/bg_2.jpg) top left repeat-y;

}

h1{
	color: #000000;
	font-size: 14px;
	margin-top: 0;
        text-transform: uppercase;
}

p{
	color: #939393;
	line-height: 140%;
}

a{
	text-decoration: none;
	color: #333;
}

a:hover{
	color: #C70509;
}

img{
	border: none;
}

div#header{
	position: relative;
	height: 100px;		
	
}
div#header h1{
	display: none;
}

div#header a{
	position:absolute;
	left: 0;
	top: 10px;
}
div#container{
	text-align:left;
}
div#container{
	width: 940px;
}
div#wrapper{
	float:left;
	width:100%;
margin-top: 2px;
}
div#content{
	margin-left: 180px;
	margin-right: 20px;
	float: left;	
	display: inline;	
}
div#navigation{
	float: left;
	width: 160px;
	margin-left: -928px;
}

#menu ul{
	margin: 0;
	padding: 0;
}

#menu a.active, #menu .active a, #menu a:hover{
	color: #C70509;
}

#menu a{
        text-transform: uppercase;
	color: #939393;
	background: #fff url(images/grey_balk.gif) repeat-x;
}
#menu a{
        background: #fff;
        padding-right: 2px;
}

#menu ul ul{
	text-align: right;
}

#menu li{
	list-style: none;
	display: inline;
}

#menu ul ul li{
	display: block;
}

#menu li page_item{
	display: block;
	line-height: 14px;
	height: 14px;
	border-bottom: 2px solid #fff;
}
#menu niva2 ul li{
        padding:20px;
}




#menu .niva1{
        text-align: left;
	background: #fff url(images/grey_balk.gif) repeat-x;
        margin-bottom: 2px;
}
#menu .niva1.current_page_item a{
        text-transform: uppercase;
	color: #C70509;
        background: #fff;        
}
#menu .niva1.current_page_item{
        background: #fff url(images/red_balk.gif) repeat-x;
}
#menu .niva1.current_page_ancestor a{
	color: #C70509;        
}
#menu .niva1.current_page_ancestor{
	background: #fff url(images/red_balk.gif) repeat-x;        
}
#menu .niva1 a:hover{
	color: #C70509;
}


#menu .niva2{ 
        margin: 1px 0;
}
#menu .niva2 a{ 
        color: #939393;
}
#menu .current_page_item .niva2 a{
        color: #939393;
}
#menu .current_page_ancestor .niva2 a{
        color: #939393;
}
#menu .niva2 ul ul{
	text-align: right;
}
#menu .niva2.current_page_item a{
	color: #C70509;
        text-transform: uppercase;
}
#menu .niva2.current_page_ancestor a{
	color: #C70509;
}
#menu .niva2 a:hover{
	color: #C70509;
}


#menu .niva3{
	text-align: right;
}
#menu .current_page_item .niva3 a{
        color: #939393;
        text-transform: capitalize;
}
#menu .current_page_ancestor .niva3 a{
        color: #939393;
        text-transform: capitalize;
}
#menu .niva3.current_page_item a{
	color: #C70509;
}
#menu .niva3.current_page_ancestor a{
	color: #C70509;
}
#menu .niva3 a:hover{
	color: #C70509;
}



.larger{
	color: #000;
	font-size: 14px;
}

.red{
	color: #C70509;
}

#extra a{
	text-decoration: underline;
}

.redbox{
	height: 302px;
	overflow: hidden;
	background: #b51621 ;
	
}

.redbox .inner{
	margin: 4px 0;
	padding: 0 400px 0 8px;
	background: url("../img/kontakt.jpg") no-repeat top right;
	height: 294px;
	
}

.redbox label, .redbox p{
	color: #fff;
}

.redbox label{
	float: left;
	width:  130px;
	font-size: 12px;
	display: inline;	
}

.redbox form{
	margin: 8px 0 0 0;
	padding: 0;
}

.redbox input, .redbox textarea{	
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #939393;
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.redbox input{
	margin-bottom: 4px;
}

.redbox br{
	height: 24px;
	line-height: 24px;
}

.redbox p{
	font-size: 14px;
	margin: 0;
	padding: 0;
	
}





/* 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 */





.thumbnails{
        float: right;
        width: 400px;        
        margin-top: 20px;
        margin-bottom: 20px;
}

.widgettitle{ 
    display:none; 
}



#imgPreviewWithStyles{
    background: #fff;
    padding: 15px;
    border: 1px solid #939393;
    text-align: center;
    position:relative; bottom: 10px; left: 200px;
}
#imgPreviewWithStyles span {
    color: black;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}



div#container{
     width: 990px;
}
div#navigation{
     margin-left: -978px;
}



#extra{
     float: right;
     width: 400px;
     margin-left: 0px;
}

div#content{
     width: 400px;
     margin-right: 5px;
}

#content_with_border{
     width: 390px;
     margin-right: 5px;
     border-top: 10px solid #C70509;
     margin-left: 180px;	
     float: left;	
     display: inline;
}
div#content_with_border h4{
      margin-bottom: -13px;
}
.pdf_info{
      color: #939393;
      font-size: 10px;
}
.lipdf {
	background: url(images/adobe_pdf_icon.gif) no-repeat top left;
	height: 25px;
	padding: 13px 0px 0px 40px;
	display: block;

}

#content_small{
width: 220px;
margin-right: 5px;
margin-left: 180px;	
float: left;	
display: inline;
}
#extra_small{
float: right;
width: 550px;
margin-left: 0px;
}

.contact{
width: 250px;
}

.the-thumbnail img{
     border: 1px solid #939393;
     margin-right: 2px;
}

.contact_red a{color: #C70509;}
.contact_red a:hover{color: #D76860;}

.click{
     display: block;
     text-align: left;
     font-size: 16px;
     margin-left: 3px;
     margin-bottom: 8px;
     font-size: 13px;
}




table{
    color: #939393;
    margin-top: 25px;
}
table strong{
    color: #000;
}
table caption{
    text-align: left;
    margin-left: 0px;
}
table td{
    vertical-align: top;
}

.prod_info_grey{
    color: #939393;
}
.prod_info{
    margin-left: -15px;
    margin-top: -15px;
}
.prod_info_title{
    text-transform: none;
    margin-top: 0;
    margin-bottom: -12px;
    width: 100%;
}

.print{
    float: right;
    
}