/* ... 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); */

/**
*	Freeflux-CSS 2-col-grey-light
*	by Alain C. Petignat 
*	alain at sequenz dot ch
*/
/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

#body, body {
	background-color: #C4C4C4;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color:222;
	padding:0px;
	margin: 0px;
}

/* for iePC */ td{
    font-size: 12px;
}

a {
    color: #666;
    border-bottom: 1px solid #666;
    text-decoration: none; 
}

a:visited {
    color: #666;
    border-bottom: 1px dashed #666;    
}

a:hover , a:active {
    color: #000;
    border-bottom: 1px solid #000;    
}

h1{
	font-size:24px;
}
h2{
    font-size:16px;
}
h3{
    font-size:14px;
}
h4{
    font-size:12px;
}

form{
    padding: 0px;
    margin: 0px;
}

.form{
    padding: 0px;
    margin: 5px 50px 15px 50px;
}

textarea, .formgenerell input, input.formgenerell {
    width:300px;
    border: 1px solid #69f; 
    margin-top: 5px;
    padding: 2px;
}

.formbutton {
    width:100px;
    border: 1px solid #69f; 
}

/* 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;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
	padding: 0px;
	margin: 0px;


	background-repeat:no-repeat
	background-position: right top;
	background-image: url(img/banner.gif);
	background-repeat: no-repeat;
	background-color: #C4C4C4;
}
#banner a{
    color: #0033CC;
    text-decoration:none; 
    border:0;
}

#banner  a:hover {
    color: #0066FF;
}

#banner h1 {
	font-size: 18px;
	padding: 10px 0px 0px 225px;
	margin: 0px;
}

#banner h2{
    color: 0033cc;
    font-size: 14px;
    padding: 5px 0px 25px 50px;
    margin: 0px;
}



/*main-navi
-------------------------------------- */
#topnavi {
    background-color: #eee;
    border-top: 1px solid #666; */
    border: 1px solid #666;    
    margin: 0px;
    padding: 0 0 0 5px;
}

#topnavi a { 
    color: #0066CC;
    text-decoration: none; 
    font-weight:bold;
    margin: 0px;
    padding: 0 15px;
    border-bottom:0;
}

#topnavi a:visited {
    color:#0066CC;
}

#topnavi a:hover {
    color: #0066CC;
}


#container  #topnavi a.selected {
    background-color: #ffffff;
    color: ##0066CC;
    border-left: solid 1px #666;
    border-right: solid 1px #666;    
}

/* content elements
-------------------------------------- */
#content {
	padding: 25px  0px;
	margin:0px;
	margin-left:0px;
	margin-right:200px;
	background-color: #ffffff;
	background-image: url(img/background.gif);
}

#content h1, #content h2, #content h3, #content h4 {
    padding: 0px 50px 0px 50px;
    margin:0px 0px 15px 0px;
}
#content p{
    line-height: 18px;
    padding: 0px 50px 0px 50px;
    margin:0px 0px 15px 0px;
}
#content ul{
    padding: 0px 50px 0px 75px;
    margin:0px 0px 15px 0px;
}
#content p.center{
    text-align:center;
}
/* elements for the gallery
-------------------------------------- */
#content #gallerie{
    float:left;
    padding: 0px 0px 10px 50px;
    margin:0px 0px 20px 0px;
}

#gallerie a{
    border:0;

} 

#content .thumbnail{
    float:left;
    width:100px;
    margin: 15px 15px 0px 0px;
    padding: 0px;
}
#content .thumbnail img{
    border: 1px solid #666;
    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 #666;
}

#gallerie_preview .thumbnail{
    float:left;
    width:100px;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}
#gallerie_preview .thumbnail img{
    border: 1px solid #666;
    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;
	padding: 25px 0px;
	background-color: #FFFFFF;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

#right {
    float: right;
    width: 200px;
    margin: 0px;
    padding: 0px;
}

#right p{
    padding: 0px 15px 5px 25px;
    margin:0px;
}

#left a, #right a {
    border:0;
    text-decoration: none;
    color:#666;
}

#left .selected, #right .selected {
    text-decoration: underline;
}

#left ul, #right ul {
    list-style-type: none;
    margin: 0px 25px;
    padding: 0px;
} 
#left li, #right li {
    margin-bottom: 8px;
}
#left h3, #right h3{
    margin: 0px 0px 10px 0px;
    padding: 15px 0px 0px 25px;
}

/*footer
-------------------------------------- */
#footer {
	clear: both;
	padding: 0 50px;
	color: #666;
	font-weight: bold;
	margin: 0px;
	background-color: #fff;
	text-align: justify;
}

/* just used vor the blog
-------------------------------------- */
#content .post_title {
    color: #333;
    border-bottom: 1px solid #aaa;
    margin: 0px 50px 3px 50px;
    padding: 0px 0px 5px 0px;
}

.post_title a{
    border:0;
}

.post_meta_data {
    font-size: 11px;
    padding-top: 0px;
    margin: 5px 50px 15px 50px;
}
.right {
    float: right;
}
.post_content {
    line-height: 18px;
    padding-top: 0px;
    margin: 5px 50px 15px 50px;
/*    border-bottom: 1px solid #999; */
}

#content .post_content p{
    padding: 0px 0px 15px 0px;
    margin: 0px;
}
#content img{
    border:1px solid #666;
    padding: 2px;

}

h3.blog {
    color: #333;
    margin: 0px;
    margin-bottom: 5px;
}

#right  h3.blog {
    background-image: none;
    color: #333;
    margin: 0px;
    margin-bottom: 5px;
}

.post_links {
    text-align: right;
    font-family: Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-size: 10px;
    padding: 0;
    margin: 0 50px 0 50px;
/*
    display:box;
    border-bottom: 1px solid #666; */
}

.blog_pager{
    padding-top: 0px;
    margin: 5px 50px 15px
}

#right .blog li {
    line-height:  15px;
    padding: 0px 15px 3px 25px;
    margin: 0px;
    text-indent: -1em;
}

#livesearch {
    margin: 0px 15px 15px 25px;
    padding:0px;
    width: 140px;
    display: block;
}

#right input#livesearch  {
    padding:1px;
    width: 120px;
    border: 1px solid #aaaaaa; 
}

.formurl {
    display: none;
}

.post_tags{
    padding: 10px 0 0 50px;
}

.post_related_entries{
    padding: 10px 0 0 50px;
}
