/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
	/* css created by miss monorom 2008 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-color: #ffffff;
	font-size: 13px;
	font-family: Interstate-Light, Verdana, Arial, Helvetica, Geneva, Swiss,
		SunSans-Regular;
	color: #343434;
	padding: 0;
	margin: 0;
	background-image: url('/themes/kendris/images/balken_hg.gif');
}

body {
	background-image: none;
}

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

a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-weight: lighter;
	font-size: 16px;
        line-height: 18px;
	color: #746542;
}

h2 {
	font-weight: lighter;
	font-size: 12px;
	line-height: 14px;
	margin-top: 20px;
	color: #746542;
}

h3 {
	font-weight: lighter;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
}

h4 {
	font-weight: lighter;
	font-size: 11px;
	line-height: 24px;
	color: #746542;
}

h5 {
	font-weight: lighter;
	font-size: 11px;
	color: #746542;
}

p {
	font-size: 11px;
	line-height: 15px;
	color: #222222;
}

h6 {
	font-weight: lighter;
	font-size: 9px;
	line-height: 13px
}

form {
	padding: 0;
	margin: 0;
}

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

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

.formbutton {
	width: 100px;
	border: 1px solid #aaaaaa;
}

.textarea {
	height: 80px;
}

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

.nobr {
	white-space: nowrap;
}

/* 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: 880px;
	border: 0px;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
	padding: 0;
	margin: 0;
	height: 147px;
}

#banner #langnavi {
	font-size: 11px;
	text-align: right;
	line-height: 36px;
	width: 860px;
	padding: 0;
}

#banner #langnavi  a {
	text-decoration: none;
	color: #666666;
}

#banner #langnavi  a:visited {
	color: #666666;
}

#banner #langnavi  a:hover {
	color: #000000;
}

#banner #langnavi  a:active {
	color: #666666;
}

#banner #langnavi  a.selected {
	color: #000000;
}

/*home-Balken
-------------------------------------- */
#homeneu {
        height: 227px;
        width: 880px;
        background-image: url('/themes/kendris/images/home_bgr.jpg');
        background-repeat: no-repeat;
}

#homeneu h1 {
        padding: 90px 40px 0 400px;
        margin: 0;
        color: black;
	font-size: 14px;
        line-height: 18px;
}
#homeneu h2 {
        padding: 5px 40px 0 400px;
        margin: 0;
        color: white;
	font-size: 14px;
        line-height: 18px;
}


/*main-navi
-------------------------------------- */
#topnavi {
	padding: 0px;
	margin: 6px 10px 0px 10px;
	position: relative;
	z-index: 10;
}

#topnavi ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#topnavi li {
	display: inline;
	/* float: left; */
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	float: left;
	position: relative;
	line-height: 24px;
}

#topnavi li ul {
	display: none;
	position: absolute;
	top: 1.8em;
	left: 8px;
	background-color: #ffffff;
	padding: 4px 12px 5px 0px;
	z-index: 15;
}

#topnavi li>ul {
	width: auto;
}

/* ausklappen */
#topnavi li:hover ul,#topnavi li.over ul {
	display: block;
}

/* dropdown li's */
#topnavi li ul li {
	float: none;
	display: block;
	font-size: 11px;
	line-height: 15px;
	text-transform: none;
	white-space: nowrap;
}

/* link style: topnavi */
#topnavi a {
	color: #666666;
	text-decoration: none;
	padding: 3px 8px;
}

/* link style: topnavi dropdown */
#topnavi ul li ul a {
	padding: 0px;
}

#topnavi a:visited {
	color: #666666;
}

#topnavi a:hover {
	color: #000000;
}

#topnavi a:active {
	color: #666666;
}

#topnavi a.selected,#topnavi a.selected:visited {
	color: #000000;
}

/* portrait table stuff 
------------------------------------ */
#content #portrait div,#content #portrait ul {
	margin: 0px;
	padding: 0px;
}

#content #portrait ul {
	padding-left: 1.8em;
}

#content #portrait td {
	padding-bottom: 1em;
}

/* news table stuff 
------------------------------------ */
#content #news tr {
	height: 32px;
}

#content #news td {
	padding: 3px;
	vertical-align: top;
}

.untertitelliste {
	font-size: 11px;
	color: #746542;
	padding-right: 12px;
}

/* content elements
-------------------------------------- */
#content .even {
	background-color: #ffffff;
}

#content .odd {
	background-color: #efefef;
}

#content {
	margin: 0px;
	padding: 0px 170px 10px 0px;
	overflow: auto;
}

#content-helper {
	margin: 0px;
	padding-top: 86px;
}

#content-helper {
	
}

#content h1,#content h2,#content h3 {
	padding: 0;
	margin: 0 0 15px;
}

#content h4 {
	line-height: 19px;
	padding: 0;
	margin: 0 0 15px;
}

#content td { <<<<<<< .
	mine font-size: 11px;
	line-height: 15px;
	padding-right: 15px;
	=======
}

#content td {
	font-size: 11px;
	line-height: 15px;
	padding-right: 15px;
}

#content td ul {
	padding-top: 0;
	margin-top: 0;
	>>>>>>>
	.
	r20419
}

#content p {
	line-height: 16px;
	padding: 0;
	margin: 0 0 15px;
}

#content ul {
	font-size: 11px;
	line-height: 16px;
	color: #222222;
}

#content p.center {
	text-align: center;
}

#content .untertitel {
	line-height: 15px;
	color: #746542;
	padding: 10px 0 10px 0;
}

#content .untertitelgold {
	font-size: 14px;
	line-height: 16px;
	color: #746542;
}

/* 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;
	float: left;
	width: 168px;
	padding: 0px 8px 0px 18px;
	font-size: 11px;
}

#left #metanavi {
	vertical-align: bottom;
	width: 168px;
	position: absolute;
	bottom: 8px;
	z-index: 1;
}

#left a,#metanavi a {
	text-decoration: none;
	color: #666666;
}

#left ul,#metanavi ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 5;
	background-color: #ffffff;
}

#metanavi ul {
	z-index: 1;
}

#left a:visited,#metanavi a:visited {
	color: #666666;
}

#left a:hover,#metanavi a:hover {
	color: #000000;
}

#left a:activ,#metanavi a:active {
	color: #666666;
}

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

ul#subnav li a,#metanavi li a {
	display: block;
	margin: 0px 0px 4px 0px;
}

ul#subnav li li a {
	margin: 4px 0px 4px 15px;
}

ul#subnav a.selected {
	color: #000000;
}

#left h3,#metanavi h3,#left p {
	margin: 0 0 5px;
	padding: 0 15px;
}

/*footer
-------------------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#footer a {
	color: #DDE5EE;
}

/* just used vor the blog
-------------------------------------- */
#content .post_title {
	border-bottom: 1px solid #343434;
	margin: 0 25px 3px 25px;
	padding: 0 0 5px;
}

#content .post_title a {
	text-decoration: none;
	color: #343434;
}

.post_meta_data {
	font-size: 11px;
	padding-top: 0px;
	margin: 5px 25px 15px 25px;
}

.right {
	float: right;
}

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

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

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

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

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

.post_links,.post_tags,.post_related_entries {
	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
}

#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;
}

.blog_gravatar {
	float: right;
	padding-left: 5px;
}

/*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;
}

/* loginform */
#littleLogin  input.input {
	font-size: 11px;
	width: 6em;
}

#littleLogin input {
	font-size: 11px;
	background-color: #f3f3f3;
	border: 1px solid #555555;
	margin-top: 3px;
}

#littleLogin label {
	width: 3em;
	float: left;
	line-height: 21px;
	clear: left;
}

#littleLogin {
	margin-left: 15px;
}