/* Standard Stylesheet for Kraftwerk Calbe, combines most from the old type3 pages */

/* default styles for extension "tx_a1teasermenu_pi1" */
	    table.tx-a1teasermenu-pi1 {padding: 0 0 0 0px; spacing: 0 0 0 0px; border: 0 0 0 0px;}
	    tr.tx-a1teasermenu-pi1 {}
	    td.tx-a1teasermenu-pi1 {vertical-align: top;}
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */


/* start from old screen.css */
fieldset {
  border:0px none;
}

#slogan {
	position: absolute;
	top: 30px;
	left: 20px;
}



#nav li a{
	padding-right: 49px;
#	padding-right: 43px;
}

.act a{
	color: #6BA9D6;
}

.tx-a1teasermenu-pi1 a {
	color: #fff;
	background: #6BA9D6;
}


input, textarea  {
	position: relative;
	width:370px;
	border: 2px solid #6BA9D6;
}
label {
	width: 200px;
	display: block;
}



html,body,form,fieldset,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address {
	margin:0;
	padding:0;
}




.teaser .csc-textpic-text {
	border-bottom: 2px solid #6BA9D6;
	background: white;
	line-height: 130%;
	position: relative;
#	left: 114px;
#	top: -5px;
#	padding-left: 13px;
#	padding-right:10px;
	height: 87px;
	width: 370px;
#	height: 89px;
#	width: 236px;
	margin-bottom: 20px;
	z-index: 10;
}

.teaser .csc-textpic-text p {
	font: 14px/140% "Trebuchet MS",Arial,Helvetica,sans-serif;
	width: 233px;
	margin-left: 124px;
	padding-top: 5px;
}

.teaser {
	width: 370px;
}

.teaser .csc-textpic-imagewrap {
	position: relative;
	height: 114px;
	width: 114px;
	top: -25px;
	z-index: 20;
	margin-bottom: -114px;
}


.teaser h1 {
	position: relative;
	left: 114px;
	width: 256px;
	padding-left: 10px;
	margin: 0;
	color: #fff;
	background: #6BA9D6;
}

a.teaserlink {
}



ul,li {
	list-style-type:none;
}

img {
	border: none;
}

body {
	margin-top: 20px;
	background: #fff url(./shared/i_body_bg.gif) repeat-x 0 0;
	font: 14px/140% "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: center;
}

h1,h2 {
	margin: 0 0 10px 0;
}

h1 {
	font: 18px/140% "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h2 {
	font: 16px/140% "Trebuchet MS",Arial,Helvetica,sans-serif;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #0B4986;
}

h1 a:hover {
	color: #0B4986;
}


#wrapper {
	position: relative;
	width: 800px;
	margin: auto;
	background: #fff;
	text-align: left;
}

#header {
	left: 0;
	width: 800px;
	height: 390px;
	border-style: solid;
	border-width: 1px 2px 0 1px;
	border-color:  #6BA9D6;
	background: #fff;
	overflow: hidden;

}

#header .img_header {
	position: absolute;
	top: 50px;
	left: 20px;
}

#logo {
	position: absolute;
	top: 30px;
	left: 646px;
}


#nav {
	position: absolute;
	top: 260px;
	left: 0px;
	width: 800px;
	height: 54px;
	border: 1px solid #6BA9D6;
	border-width: 0 2px 0 1px;
	background: url(./shared/i_border_nav_bottom.gif) repeat-x 0 100%;
}

#nav ul {
	margin: 16px 5px 0px 0px;
	list-style: none;
	padding-left: 20px;
	width: 780px;
	overflow: hidden;
	text-align: right;
}

#nav li {
	display: inline;
	color: #333;
	font-weight: bold;
	letter-spacing: -0.035em;
	font: 16px/140% Verdana,"Trebuchet MS",Arial,Helvetica,sans-serif, bold;
}

#sidebody {
	position: absolute;
	top: 314px;
	width: 800px;
	border: 1px solid #6BA9D6;
	border-width: 0 2px 2px 1px;
	background: #f5f5f5;
}

#content {
	float: left;
	padding: 18px 18px;
}

html>body #content {
	width: 764px;
}

#content .leftcol h2, .rightcol h2 {
	margin: 10px 0;
}

#content .leftcol {
	float: left;
	width: 370px;
}

#content .rightcol {
	float: right;
	width: 370px;
}

#content ul.checklist {
	margin-top: 10px;
	line-height: 160%;
}

#content ul.checklist li {
	padding-left: 18px;
	background: url(./shared/i_list_checked.gif) no-repeat 0 50%;
	list-style: none;
}

html>body .teaser h1 {
	width: 245px;
}
a:hover.teaserlink {
	background-position: 0 -12px;
}

html>body .teaser p {
;	top: 23px;
;	width: 235px;
;	height: 81px;
}


#footer {
	clear: both;
	width: 764px;
	width: 797px;
	margin-top: 0px;
	padding: 18px;
	background: #B5D4EA;
}

html>body #footer {
	width: 764px;
}

#footer ul {
  list-style: none;
}

#footer li {
	display: inline;
	margin-right: 6px;
	padding-left: 15px;
	background: url(./shared/b_link.gif) no-repeat 0 50%;
}

#footer li.toplink {
	padding-left: 15px;
	background: #B5D4EA url(./shared/b_footer_top.gif) no-repeat 0 50%;
}

#footer li.copy {
	background: url(./shared/i_copy.gif) no-repeat 0 50%;
}

.noshow {display: none}