/*******************************************************************************
********************************************************************************
	Project		: klausner-group.com				
********************************************************************************
*******************************************************************************/
/* Reset all */
*, .nospace { 
	padding: 0;
	margin: 0;
	border: 0;
}

div, p, a, span, li { 
	background-repeat: no-repeat;
}

a, a:link { 
	color: #D8002F;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}
a:focus { 
	outline-style:none;
}

img { 
	vertical-align: bottom;
}

ul, ol { 
	list-style-position: outside;
}

li { 
	list-style-type: none;
}

strong { 
	font-weight: bold;
}

select,
input, 
textarea {
	font-size:1em;
}


/* Links- bzw. Rechtsausrichtung für Elemente */
.flLeft { 
	float: left;
	margin: 0 20px 0 0;
}

.flRight { 
	float: right;
	margin: 0 0 0 20px;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hide { 
	position: absolute !important;
	left: -1000px !important;
	top: -1000px !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
}

.warning {
	color:#e1002a;
}

/* Allgemeines */
h1 {
	margin:0px 0px 1em 0px;
	color:#C40004;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.2;
	
	background-repeat:no-repeat;
	text-indent:-1000em;
}

h2, h3 {
	font-size:1em;
	font-weight:bold;
}

#content p, 
#content ul, 
#content ol, 
#content dl, 
#sidebar p, 
#sidebar ul, 
#sidebar ol, 
#sidebar dl {
	margin-bottom:1em;
}
#content ul, 
#content ol {
	margin-left:15px;
}
#content ol {
	margin-left:22px;
}
#content ul li {
	list-style-type:square;
}
#content ol li {
	list-style-type:decimal;
}

#content ul.list-spcl {
	margin-left:0;
}
#content ul.list-spcl li {
	list-style-type:none;
}

/*	Page Structure ************************************************************/


body { 
	background-color:#fff;
	background-image:url(/files/bg_cntnr.png);
	background-position:151px 0px;
	background-repeat:repeat-y;
	color: #000;
	font-family:verdana, helvetica, arial, "times new roman", sans-serif;
	font-size: 100.01%;
}


#wrapper { 
	width:100%;
	background-image:url(/files/bg_bdy.png);
	background-position:0% 0%;
	background-repeat:repeat-x;
}
#website { 
	width:807px;
	font-size:.7em;
	line-height:1.6;
}

#wrppr {
	float:left;
	width:656px;
}
#header { 
	position:relative;
	float:left;
	width:100%;
	height:270px;
	background-image:url(/files/bg_hdr.png);
	background-position:-151px 0px;
	background-repeat:no-repeat;
}

#container {
	clear:both;
	float:left;
	width:100%;
}
#container2 {
}



#fcnt {
	float:right;
	width:455px;
}
#fsdbr {
	float:left;
	width:201px;
}



/*	Header ********************************************************************/
#logo {
	position:relative;
	left:0px;
	top:0px;
}

#logo p {
	position:absolute;
	left:0px;
	top:0px;
}
#logo a {
	position: relative;
	display:block;
	width:310px;
	height:68px;
	text-indent: -1000em;
}
#fnavi, 
#fbnnr, 
#flang {
	float:left;
	padding-top:68px;
}
#fnavi {
	width:151px;
	background-color:#fff;
}
#fbnnr {
	width:505px;
}
#flang {
	width:150px;
}
#flang a, 
#flang span {
	float:left;
	display:block;
	width:71px;
	height:34px;
	background-image:url(/files/flags.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-1000em;
}
#flang a.flag-de:hover, 
#flang span.flag-de {
	background-position:0px -50px;
}
#flang a.flag-en, 
#flang span.flag-en {
	width:79px;
	background-position:-200px 0px;
}
#flang a.flag-en:hover, 
#flang span.flag-en {
	width:79px;
	background-position:-200px -50px;
}
#flang a.flag-ru, 
#flang span.flag-ru {
	width:79px;
	background-position:-200px 0px;
}
#flang a.flag-ru:hover, 
#flang span.flag-ru {
	background-position:-200px -50px;
}


/*	Lists *********************************************************************/
ul.navi { 
	margin: 0;
	line-height:1em;
}

/*	Main Navi ----------------------------------------------------------------*/
#navi-main {
}

#navi-main ul {

}
#navi-main ul li {
	display:block;
	width:150px;
}
#navi-main ul li a, 
#navi-main ul li span {
	display:block;
	width:150px;
	height:32px;
	border-bottom:1px solid #fff;
	color:#fff;
	text-indent:-1000em;
}
#navi-main ul li a:hover, 
#navi-main ul li span {
	background-position:0px -50px;
}
#navi-main ul li.current a {
	background-position:0px -100px;
}
/* 2te Ebene*/
#navi-main ul li ul li a, 
#navi-main ul li.current ul li a {
	background-position:0px -150px;
}
#navi-main ul li ul li a:hover, 
#navi-main ul li ul li span, 
#navi-main ul li.current ul li.current a, 
#navi-main ul li.current ul li a:hover, 
#navi-main ul li.current ul li span {
	background-position:0px -200px;
}


#content ul.sitemap {
	margin-left:0;
}
#content ul.sitemap li {
	list-style:none;
}


/*	Links *********************************************************************/
a.link-intern, 
a.link-extern, 
a.link-download, 
p.link-intern a, 
p.link-extern a,
p.link-download a,
#sidebar ul.list-spcl li {
	padding-left:15px;
	background-image:url(/files/link_intern.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
}
#sidebar ul.list-spcl li {
	background-position:0% 4px;	
}
#sidebar ul.list-spcl li a.link-intern {
	padding-left:0px;
	background:none;
}
#sidebar p.link-intern a {
	display: block;
	background-position:0% 5px;
}

p.link-back a {
	padding-left:15px;
	background-image:url(/files/link_back.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
}

a.link-download, 
p.link-download a {
	background-image:url(/files/link_download.png);
}



/*	Content *******************************************************************/
#content {
	margin:22px 1px 15px 23px;
}
#content div.distance {
	margin:0 20px;
}
#content div.separate {
	clear:both;
	margin:1em 0;
	background-image:url(/files/trenner.png);
	height:1px;
}
div.spacer {
	height:1em;
}

div.bx, 
#content div.cnt-blck {
	margin-bottom:1em;
}



/* Teaserbox - allgemeines */
div.bx div.bx-cnt {
	padding:5px 10px 0 10px;
}
div#content div.bx p.image, 
div#content div.bx-cnt p, 
div#sidebar div.bx-cnt p {
	margin:0;
}

/* Teaserbox - Box mit Hintergrund */
div.bx-wth-bg {
	clear:both;
	margin-bottom:2em;
}
div.bx-wth-bg h3 {
	padding:7px 10px 5px 10px;
	background-color:#E2E6D8;
	border-bottom:1px solid #fff;
}
div.bx-wth-bg div.bx-cnt {
	float:left;
	width:260px;
	margin:0px;
	padding-bottom:10px;
	background-color:#F5F7E9;
	border:0px;
}
div.bx-wth-bg p.image {
	border-left:1px solid #fff;
}

/* Teaserbox - News */
div.bx-wth-spcr, 
div.bx-nws {
	margin-bottom:1em;
	padding-bottom:2em;
	background-image:url(/files/hrule.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
}



/* Map */
div.map {
	position:relative;
}
#content div.map p {
	position:absolute;
	margin:0;
	padding:0;
	line-height:.5;
}
#content div.map p.map-name {
	background-position:0px 0px;
	text-indent:-1000em;
}
#content div.map p.map-name a {
	display:block;
	height:10px;
}
#content div.map p.map-icon img {
	margin:0;
	padding:0;
	border:0;
}


/*	Sidebar *******************************************************************/
#sidebar {
	margin:0 10px;
}

/*	Formular ******************************************************************/
div#form-srch {
	margin-bottom:1em;
	padding:2em 0;
	background-image:url(/files/hrule.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
}
div#form-srch label {
	display:block;
	float:left;
	width:44px;
	background-image:url(/files/hdl_srch_0.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	text-indent:-1000em;
}
body.clang1 div#form-srch label {
	background-image:url(/files/hdl_srch_1.gif);
}
div#form-srch input.ftxt {
	width:110px;
	padding:1px;
	background-color:#fff;
	border:1px solid #C3C3C3;
	border-top-color:#C2C2C2;
	border-top-width:2px;
}
div#form-srch input.fsbmt {
	width:18px;
	background:none;
	border:0;
	text-indent:-1000em;
	background-image:url(/files/srch_ok.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
}
div#form-srch input.fsbmt-file {
	vertical-align:middle;
}

div#sidebar form fieldset select {
	width:179px;
	border:1px solid #C3C3C3;
}








div.form-box {
	position:relative;
}

div.form-box fieldset {
	position:relative;
	margin-bottom:0.8em;
}
 
div.form-box p {
	position:relative;
	clear:both;
	margin-bottom:0.8em;
	width:430px;
}
 
div.form-box p span.pflicht {
	position:absolute;
	top:0;
	right:25px;
	text-align:right;
	margin-bottom:0.8em;
}

div.form-box legend { 
	display:none; 
}

div.form-box label {
	display:block;
	float:left;
	clear:both;
	width:120px;
	margin-bottom:0.8em;
}
div.form-box p span {
	display:block;
	float:left;
	width:120px;
	margin-bottom:0.8em;
}
div.form-box p span.job-name {
	width:300px;
}


div.form-box label.file {
	display:block;
	float:none;
	clear:both;
	margin-left:120px;
	margin-bottom:0.8em;
	width:auto;
}

div.form-box label.address, 
div.form-box label.input-town {
	display:inline;
	float:none;
	clear:none;
	padding-right:10px;
}


div.form-box fieldset.message {
	display:inline;
}

div.form-box fieldset.message label {
	display:block;
	float:none;
	clear:both;
	width:auto;
}

div.form-box form input.input, 
div.form-box form input.input-zipcode, 
div.form-box form input.input-town, 
div.form-box form input.input-key1, 
div.form-box form input.input-key2, 
div.form-box form input.input-key3, 
div.form-box form input.input-key4, 
div.form-box form input.input-file, 
div.form-box form textarea {
	padding:2px;
	background-color:#E2E6D8;
	border:1px solid #C3C3C3;
	border-top-color:#C2C2C2;
	border-top-width:2px;
	font-size:1.1em;
}

div.form-box form input.input, 
div.form-box form textarea {
	width:280px;
	margin-bottom:0.8em;
}

div.form-box form input.input-zipcode {
	margin-right:10px;
	width:60px;

}

div.form-box form input.input-town {
	width:157px;

}

div.form-box form input.input-key1 {
	width:30px;
}

div.form-box form input.input-key2 {
	width:56px;
}

div.form-box form input.input-key3 {
	width:20px;
}

div.form-box form input.input-key4 {
	width:56px;
}

div.form-box form input.input-file {
	margin-left:100px;
	margin-bottom:0.8em;
}
html>body div.form-box form input.input-file {
	margin-left:120px;
}

div.form-box form input.radio {
	vertical-align:middle;
}

div.form-box form fieldset.message p.ftxtr label, 
div.form-box form fieldset.message p.ftxtr textarea {
	margin-left:120px;
}
div.form-box form textarea {
	font-size:11px;
}

div.form-box form input:focus, 
div.form-box form textarea:focus, 
div.form-box form input:hover, 
div.form-box form textarea:hover {
	background-color:#fff;
}

div.form-box form input.submit {
	margin-left:120px;
	padding:2px 0;
	width:132px;
	background-color:#E2E6D8;
	border:2px solid #fff;
	color:#666;
	font-size:1em;
	cursor:pointer;
}

div.form-box form input.submit:hover {
	border:2px solid #fff;
}

div.form-box p span.warning, 
div.form-box label.warning {
	color:#f00;
}

div.form-box form input.warning,
div.form-box form textarea.warning {
	border:1px solid #f00;
	background-image:url(icon_error.png);
	background-position:right top;
	background-repeat:no-repeat;
}

div.form-box form .formblock {
	margin-bottom:0.8em;
}



/*	Footer ********************************************************************/
#footer {
	float:right;
	width:431px;
	margin-bottom:20px;
	background-image:url(/files/bg_ftr.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-size:.9em;
}
#footer p, 
#footer p a {
	color:#313035;
}
#footer p {
	margin:0;
	padding-top:2px;
}
/* *****Start insert 20100203*****/
#footer p.copyright {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	font-weight:bold;
	color:#999999;
	margin:0;
	float:left;
}
/* *****End insert 20100203*****/
/* *****Start change 20100203*****/
#footer p.flLeft {
	padding-left:27px;
}
/* *****End change 20100203*****/
#footer p img {
	vertical-align:middle;
}