/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
/* css created by miss monorom 2005 http://www.monorom.to */
/* This css is made specialy for BX-CMS  */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en  */

/* @import url(bx-additions.css); */

/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

#ng_bitflux_org, body {
	background-image: url(/themes/wohnmacher/images/woodpattern.jpg);
	background-repeat: repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;  
	padding:0px;
	margin: 0px;

}



/* for iePC */ td{
	font-size: 12px;
}

a {
	color: #4d6c6c;
	text-decoration: none;}
	a:visited {color:#4d6c6c;}
	a:hover {color: #FF4500;}
	a:active { color:#4d6c6c;}

h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
h4{
	font-size:12px;
}

form{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

.form{
	padding: 0px;
	margin: 5px 25px 15px 25px;
}

textarea, .formgenerell input, input.formgenerell {
	width:300px;
	border: 1px solid #E6D0D0; 
	margin-top: 5px;
	padding: 2px;
}
#pfo6 {
		height: 200px;
}

.formbutton {
	width:100px;
	border: 1px solid #E6D0D0;
 	margin-left: 10px;
 	 
}

.textarea{
    height: 80px;
}


.captcha {
width:100px;
border: 1px solid #aaaaaa; 
margin-top: 5px;
padding: 2px;
}

/* patforms filter */
.formErrors {
    margin: 5px 25px 25px 25px;
    padding: 5px 5px 5px 5px;
    border: 1px solid ;
    background-color: #FFBBBB;
}

.formlabelerror {
    color: #BB1111;
    font-weight: bold;
}

/* container to center the layout
-------------------------------------- */
#container {
	width: 800px;
	border: 1px solid gray;
	border-left:2px solid #503425 ;
	border-right:2px solid #503425 ;
	margin: 0px 500px 0px 50px;
	background-color: #ffffff;
	padding-bottom: 20px;
	border-bottom: 2px solid #503425;
	margin: 0 auto;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
	padding: 20px 0px 10px 15px;
	margin: 0px;
	background-color: #ffffff;
}
#banner a{
	color: #ffffff;
	text-decoration:none; 
}
#banner a img {
	border:none;
	position: relative;
	margin: 0 auto;
}
#banner  a:hover {
	color: #ffffff;
}

#banner h1 {
	display: none;
	font-size: 30px;
	padding: 50px 0px 0px 200px;
	margin: 0px;
}
#banner h2{
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0px 25px 200px;
	margin: 0px;
}

#metanavi { 
	float: right;
	padding: 5px 15px 0px 0px;
	margin: 0px;
}

/*main-navi
-------------------------------------- */
#topnavi {
	margin: 0px;
	margin-right:  26px;
	padding-left:  16px;
	padding-top:  2px;
	border-bottom:1px solid #CFBEB3;
	background-color: #EAE2DD;
	height: 15px;
	position: relative;
	margin: 0 auto;
}
#topnavi a { 
	color: #69422f;
	text-decoration: none; 
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	padding: 0 15px 0 0;
}

#topnavi a.selected {
	background-image: url(/themes/wohnmacher/images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;	
}

#topnavi a:visited {
	color:#69422f;
}
#topnavi a:hover {
	color: #69422f;
}
#mainnavi a:active { 
	color:#dde7e9;
}

#container  #topnavi a.selected {
	
	color: #69422f;
}

/* content elements
-------------------------------------- */
#content {
	margin: 17px 26px 19px 16px;
	background-color: #ffffff;
}
html > body #content {
	height:auto;
	min-height: 500px;
}

#content h1, #content h2, #content h3, #content h4 {
	padding: 0px 25px 0px 0px;
	margin:0px 0px 15px 0px;
	color:#292323;
}
#content p{
	padding: 0px 25px 10px 0px;
	margin: 0px;
}
#content p.center{
	text-align:center;
}
#content p img {
	border: 1px solid #000000;	
}
#content a {
        color: #000000;
        /*text-decoration: underline;*/
}
.subti {
        font-weight:bold;
}

/* elements for the gallery
-------------------------------------- */
#content #gallerie{
	float:left;

	padding: 0px 0px 10px 25px;
	margin:0px 0px 20px 0px;
}

#content .thumbnail{
	float:left;
	width:100px;
	margin: 15px 15px 0px 0px;
	padding: 0px;
}
#content .thumbnail img{
	border: 1px solid #778899;
	padding: 1px;
}

#content  br.antileft {
	clear: left;
}
.antifloat {
	clear: both;
	visibility: hidden;
}


/* elements for the gallery_preview-plugin
--------------------------------------------*/
#gallerie_preview{
	padding: 0px 10px 10px 25px;
	margin:0px 20px 20px 20px;
	border: 1px solid #778899;
}

#gallerie_preview .thumbnail{
	float:left;
	width:100px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
}
#gallerie_preview .thumbnail img{
	border: 1px solid #778899;
	padding: 1px;
}

#gallerie_preview_navi {
	margin-top: 10px;
}
#gallerie_preview_info {
	margin-top: 10px; 
	visibility: visible;
}
 

/* elements for left and right navigation
-------------------------------------- */
#left {

	margin: 0px;
	margin-right:  26px;
	padding-left:  16px;
	background-color: #CFBEB3;	
	border-bottom: 1px solid #C5B0A5;
	height: 14px;
	margin: 0 auto;
	position: relative;
}



#right {
	display:none;
	float: right;
	width: 175px;
	margin: 0px;
	padding:15px 0px;
}

#right p{
	padding: 0px 15px 15px 15px;
	margin:0px;
}
#left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color:#69422f;
	float:left;
	padding: 0px;
	margin: 0px ;

}

#left a.selected {
	background-image: url(/themes/wohnmacher/images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;	
}

#left .selected, #right .selected {
	text-decoration: none;
}

#left ul {
	margin: 0px;
	padding: 0px;
}

#left li { 
	list-style-type: none;
	float:left;
}

#left a { 
	margin-left: 2px;
	margin-right: 20px;

}

#left h3, #right h3, #left p{
	margin: 0px 0px 5px 0px;
	padding:0px 15px;
}
/*mainbackground
-------------------------------------- */
#mainbackground {
	background-color:#FFFFFF;
	height: 35px;
}

#madeby p {
	font-size: 11px;
	margin-top: 4px;
	color:#7A4D38;
	margin-left: 10px;
	margin-bottom: 10px;
}

#madeby a:hover, a:active, a:link, a:visited{
	color: #4d6c6c;
}
/*footer
-------------------------------------- */
#footer {
	color:#7A4D38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 1px;
	background-color:#EAE2DD;
	border-top:1px solid #C5B0A5;
	
}
#footer a {
	color: #7A4D38;
	text-decoration: underline;
}

#footer p {
	margin: 3px 0px 0px 350px;
	padding: 0px;
	margin: 0 auto;
}



/* just used vor the blog
-------------------------------------- */
#content .post_title {
	color: #292323;
	
	margin: 0px 25px 3px 0px;
	padding: 0px 0px 5px 0px;
}

#content .post_title a { 
    color:#292323;
}

.post_meta_data {
        display:none;
	font-size: 11px;
	padding-top: 0px;
	margin: 5px 25px 15px 25px;
}
.right {
	float: right;
}
.post_content {
	line-height: 18px;
	padding-top: 0px;
	margin: 5px 25px 15px 0px;
}

#content .post_content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.post_content_extended {
	line-height: 18px;
	padding-top: 0px;
	margin: 5px 25px 15px 0px;
}

#content .post_content_extended p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

h3.blog, #right  h3.blog {
	color: #333;
	margin-bottom: 5px;
}

.post_links, .post_tags, .post_related_entries {display: none;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	padding: 0px 25px 20px 25px;
	margin: 0px;
}
.post_more {
    float: left;
}

.post_tags, .post_related_entries {
    padding-bottom: 10px;
}
.blog_pager{
	padding-top: 0px;
	margin: 5px 25px 15px
}
div.caption {
	display:none;
}
#right .blog li {
	line-height:  15px;
	padding: 0px 15px 3px 15px;
	margin: 0px;
	text-indent: -1em;
}
#livesearch {
	margin: 0px 15px 15px 15px;
	padding:0px;
	width: 140px;
	display: block;
}
#right input#livesearch  {
	padding:1px;
	width: 120px;
	border: 1px solid #aaaaaa; 
}

.formurl {
	display: none;
}
#content .entry h1 a {
	color:#292323;
}

/*Events*/

pre {

	display: block;
   	padding: 1em 7px 1em 5px;
   	margin-top: 0px;
    margin-bottom: 1em;
    border: 1px dashed #aaa;
    color: Black;            
    background-color: #f9f9f9;
    line-height: 1.1em;
    overflow: auto;
}
#izquierda {
	width: 487px;
	float: left;
}

#derecha {
	

}
#derecha img {
	margin-top: 40px;
	border: 1px solid #000000;
}

.employee_clear img, .employee img{
border:1px solid #62422f;
}

.employee {
	float:left;
	
}/*
.employee_clear {
	clear:both;
}
*/
#content .employee h3, #content .employee_clear h3{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #484443;
}

#content .employee img, #content .employee_clear img{
	margin:5px 55px 20px 0px;
}


div.employees table {
	width: 100%;
}

div.employees th {
	text-align:left;
}

div.employees p {
	width: 100px;
	font-weight: normal;
}

div.employees td {
	padding-bottom: 20px;
}


#projects {
	overflow: auto;	
}


#projects h2{
	font-weight: bold;
	font-size: 13px;
}

#projects div.projectrubric {
	padding-left: 10px;
	float: left;
	width: 240px;
	border-left: 1px dotted #dddddd;	
	
}



#projects div.projectrubric ul{
	padding-left: 15px;
	list-style: none;	
}

#projects li.haschildren{
	font-weight: bold;
	margin-top: 5px;	
}


#projects li.hasnochildren{
	font-weight: normal;
		
}

#tipDiv {
	padding: 0px; 
	width: 142px; 
	height: 142px; 
	position:absolute; 
	top:60px; 
	left:10px; 
	z-index:2; 
	visibility: hidden;

	
}

#tipBg{
	background-color: #FF0000;
	
}

#rolloverImage {
border: 1px solid; 	

}

/* tags */
span.category{
	border: 1px solid black;
	float: left;
	width: 120px;
	display: block;
	
}






