/* KIS colors
red:       #A90844
light red: #C66B8C
grey:      #777777
dark grey: #3C3C3C

brown:     #C7503D
orange:    #EE7101
violett:   #904282
*/



body {
	background: #E3E2E2 url(../images/design/site_bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	font-size: 12px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
	



/*  fonts  ------------------------------------------------------------------  */

 
a:link {color: #909090; } 
a:visited {color: #909090;} 
a:hover {color: #A90844; }


p {
	margin: 0;
	padding: 0 0 0.7em 0;
	}

h1, h2 {
	margin: 0;
	padding: 0 0 0.7em 0;
	font-weight: bold;
	text-transform: uppercase;
	}

h1 {
	font-size: 20px;
	line-height: 22px;
	color: #A90844;
	}

h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 1em 0 0.7em 0;
	color: #787878;
	font-weight: bold;
	}

div#contentMarginal {
	font-size: 11px;
	line-height: 16px;
	}

div#contentMarginal a {color: #777777; }
div#contentMarginal a:hover {color: #A90844; }


div#contentMarginal h1, div#contentMarginal h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 0.4em 0;
	}

div#contentReferenzen h1 {
	color: #FFFFFF;
	}

div#footerNavigation {
	color: #FFFFFF;
	font-size: 11px;
	}

div#footerNavigation a:link {color: #FFFFFF;}
div#footerNavigation a:visited {color: #FFFFFF;}
div#footerNavigation a:hover {color: #A90844;}

div#kisSearch {
	color: #FFFFFF;
	font-size: 11px;
	}


.textFett {
	font-size: 14px;
	line-height: 16px;
	color: #A90844;
	margin: 0;
	padding: 0 0 0.7em 0;
	font-weight: bold;
	text-transform: uppercase;
	}

.caption {
	font-weight: bold;
	text-transform: uppercase;
	color: #777777;
	}


/*  navigation  ---------------------------------------------------------------   */

div#navigation { 
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase; 
	font-weight: bold;
	}

div#navigation p {
	margin: 0;
	padding: 0;
	}

div#navigation ul {
	margin: 0;
	padding: 0;
	}
	
div#navigation li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	padding-bottom: 0px;
	margin-bottom: 5px;
	}

div#navigation a.invisible {
	display: none;
    }

div#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	}

div#navigation a:hover {
	color: #C66B8C;
	}

div#navigation li.active {
	color: #C66B8C;
	background: url(../images/design/dotted_line_light_red.gif) bottom left no-repeat;
	display: block;
	}

div#navigation a.trail {
	color: #C66B8C;
	}

div#navigation li.trail {
	background: url(../images/design/dotted_line_light_red.gif) bottom left no-repeat;
	display: block;
	}


/*  subNavigation  ---------------------------------------------------------------   */

div#subNavigation { 
	font-size: 12px;
	line-height: 14px; 
	font-weight: normal;
	}

div#subNavigation p {
	margin: 0;
	padding: 0;
	}

div#subNavigation ul {
	margin: 0;
	padding: 0;
	/* text-transform: uppercase; */
	font-weight: bold;
	}

div#subNavigation ul ul {
	font-size: 12px;
	line-height: 13px;
	padding-top: 5px;
	text-transform: none;
	font-weight: normal;
	}
	
div#subNavigation li {
	list-style-type: none;
	margin: 0;
	padding: 6px 0 6px 0;
	background: url(../images/design/dotted_line_white.gif) bottom left no-repeat;
	}

div#subNavigation li li {
	margin: 0;
	padding: 4px 0 4px 15px;
	background: none;
	}

div#subNavigation a {
  color: #3C3C3C;
  text-decoration: none;
  display: block;
  }

div#subNavigation a:hover {
	font-weight: bold;
	color: #A90844;
  }

div#subNavigation li.active, div#subNavigation a.trail {
	font-weight: bold;
	color: #A90844;
	}




/*  div layout  ------------------------------------------------------------------   */

div#container {
	background: #FFFFFF url(../images/design/container_bg.gif) top center repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	}

div#headerContainer {
	background: url(../images/design/header_bg.jpg) top center no-repeat;
	width: 800px;
	}

div#logo {
	width: 800px;
	height: 120px;
	}

.logoPlacement {
	margin-left: 120px;
	margin-top: 30px;
	}

div#navigation {
	background: #A90844 url(../images/design/navigation_bg.jpg) top center no-repeat;
	width: 230px;
	height: 140px;
	margin: 0 10px 0 10px;
	padding: 20px 10px 0 10px;
	float: left;
	}

div#headimageContainer {
	width: 800px;
	height: 170px;
	}

div#contentContainer {
	background: url(../images/design/content_bg.gif) top center repeat-y;
	width: 800px;
	min-height: 260px;
	height: auto !important; height: 260px;
	}

div#contentMain {
	width: 460px;
	margin: 0;
	padding: 10px 60px 10px 10px;
	float: right;
	}

div#contentMarginal {
	width: 250px;
	margin: 0 0 0 10px;
	padding: 0;
	}

div#subNavigation {
	background: #F6E6EC url(../images/design/subnavigation_bg.jpg) bottom center no-repeat;
	margin: 0 0 10px 0;
	padding: 10px 10px 30px 10px;
	}

div.quotation {
	background: #F6F6F6 url(../images/design/marginal_bg_grey_quot.jpg) bottom center no-repeat;
	margin: 0 0 10px 0;
	padding: 10px;
	}

div.quotationTop {
	background: url(../images/design/marginal_bg_grey_quot_start.gif) top left no-repeat;
	width: 35px;
	height: 30px;
	margin-top: 15px;
	float: left;
	}

div.marginalBoxGrey {
	background: #F6F6F6 url(../images/design/marginal_bg_grey.jpg) bottom center no-repeat;
	margin: 0 0 10px 0;
	padding: 10px 10px 20px 10px;
	}

div#footer {
	background: #9d9d9d url(../images/design/footer_bg.jpg) top center no-repeat;
	width: 800px;
	height: 40px;
	}

div#kisSearch {
	width: 250px;
	padding: 10px 0 0 20px;
	float: left;
	}

div#footerNavigation {
	width: 400px;
	margin: 0 0 0 280px;
	padding: 12px 0px 0 0px;
	}




/*  secondary colors  ------------------------------------------------------- */

.boxBrown {
	background: #eecbc5;
	padding: 0 10px;
	}

.boxBrown h2 {
	color: #C7503D;
	}

.boxOrange {
	background: #fad5b3;
	padding: 0 10px;
	}

.boxOrange h2 {
	color: #EE7101;
	}

.boxViolett {
	background: #dec7da;
	padding: 0 10px;
	}

.boxViolett h2 {
	color: #904282;
	}

.boxBrown, .boxOrange, .boxViolett {
	width: 300px;
	}

#contentMain .boxBrown ul li, #contentMain .boxOrange ul li, #contentMain .boxViolett ul li {
	background: url(../images/design/content_bullet_grey.gif) no-repeat;
	background-position: 0px 0.5em;
	}



.newsletterBrown h1, .newsletterBrown strong {
	color: #C7503D;
	}

.newsletterOrange h1, .newsletterOrange strong {
	color: #EE7101;
	}

.newsletterViolett h1, .newsletterViolett strong {
	color: #904282;
	}

.newsletterBrown {
	border: 5px solid #eecbc5;
	padding: 10px;
	}

.newsletterOrange {
	border: 5px solid #fad5b3;
	padding: 10px;
	}

.newsletterViolett {
	border: 5px solid #dec7da;
	padding: 10px;
	}

.newsletterBrown a:link, .newsletterBrown a:visited, .newsletterBrown a:hover {
	color: #C7503D;
	}

.newsletterOrange a:link, .newsletterOrange a:visited, .newsletterOrange a:hover {
	color: #EE7101;
	}

.newsletterViolett a:link, .newsletterViolett a:visited, .newsletterViolett a:hover {
	color: #904282;
	}


#contentMain .newsletterBrown ul li, #contentMain .newsletterOrange ul li, #contentMain .newsletterViolett ul li {
	background: url(../images/design/content_bullet_grey.gif) no-repeat;
	background-position: 0px 0.5em;
	}

/* pagination newsletter */

#contentMain .newsletterBrown .pagination ul li, #contentMain .newsletterOrange .pagination ul li, #contentMain .newsletterViolett .pagination ul li {
  background: none;
  }





/*  newsticker / quotations  ------------------------------------------------ */

div#newsticker {
	padding: 0 35px 0 40px;
	}

#newsticker ul {
	list-style: none;
	min-height: 13em;
	margin: 0;
	padding: 0;
	}

* html #newsticker ul {
	height: 13em;
	overflow: visible;
	}

#togglenewsticker {
	display: none;
	}



/*  newslists  --------------------------------------------------------------- */

.mod_newslist p.info {
	margin: 10px 0 -15px 0;
	}


.mod_newslist .layout_short {
	padding: 0 0 15px 0;
	}

.layout_simple_kis_home {
	padding-bottom: 10px;
	}

.newslistDate {
	display: block;
	/* font-weight: bold;
	color: #909090; */
	}

/*  newsreader full view  --- */

.mod_newsreader .layout_full .image_container {
	display: none;
	}


/*  Pagination News ---------------------------------------------------------- */

div.pagination {
	padding: 20px 0 20px 0;
	font-size: 11px;
	color: #777777;
	}

#contentMain .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  }
  
#contentMain .pagination li {
  background: none;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  }

.pagination .current {
	background: #E1E1E1;
	border: 1px solid #CCCCCC;
	padding: 2px 4px;
	}


/*  search result  ---------------------------------------------------------- */

h3 {
	margin: 0;
	padding: 0.5em 0 0.7em 0;
	font-size: 14px;
	line-height: 16px;
	color: #787878;
	font-weight: bold;
	}

.context {
	color: #999999;
	}
	
.highlight {
	color: #A90844;
	font-weight: bold;
	}




/* forms ---------------------------------  */

.ce_form table {
	}

#contentMain .ce_form td {
	padding: 0px 10px 0px 0;
	vertical-align: top;
	border: none;
	font-size: 12px;
	line-height: 17px;
	}

form {
	margin: 0;
	}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3C3C; 
	background-color: #F4F4F4; 
	border: 1px solid #CCCCCC; 
	padding: 3px;
	margin: 0px 0 10px 0;
	}

.submit {
	cursor: pointer;
	}

.marginBottom {
	margin-bottom: 10px;
	}

div#contentMain input.text, div#contentMain input.captcha {
	width: 250px;
	}

div#contentMain input.captcha {
	width: 30px;
	}

div#contentMain textarea.textarea {
	width: 250px;
	height: 120px;
	}

p.label {
	padding: 0;
	}

.ce_form td.col_0 {
	width: 100px;
	}


.captcha_text {
	display: block;
	padding-bottom: 10px;
	}

div#contentMain label {
	font-weight: bold;
	}

/* contact submit */
#ctrl_9 {
	width: 120px;
	}

/* search form */
#ctrl_10.text, #ctrl_10_submit {
	margin: 0;
	background-color: #CCCCCC; 
	border: 1px solid #AAAAAA; 
	padding: 1px;
	}

#ctrl_10_submit {
	padding: 0;
	}

#ctrl_10.text:hover, #ctrl_10.text:focus {
	background-color: #EEEEEE; 
	}

.mod_search .radio {
	float: none;
	margin: 0 2px 0 5px;
	}

.radio, .checkbox {
	margin: 0;
	background: none;
	border: none;
	}

/* Anfrage Referenzen  */

div#contentMain div.checkbox_no_float label {
	display: block;
	padding: 1px 0 3px 0;
	font-weight: normal;
	}

input.checkbox {
	float: left;
	clear: left;
	margin: 0 5px 0 0;
	padding: 0;
	}

div#contentMain div.radio_no_float label {
	display: block;
	padding: 0 0 3px 0;
	font-weight: normal;
	}

input.radio {
	float: left;
	clear: left;
	margin: 0 5px 0 0;
	padding: 0;
	}

div#ctrl_120, label.ctrl_120, div#ctrl_121, label.ctrl_121 {
	display: block;
	margin-top: 10px;
	}

div#ctrl_121 {
	margin-bottom: 10px;
	}

div#ctrl_110 {
	margin-bottom: 20px;
	}




/*  others  ------------------------------------------------------------------  */


img {
	border: 0;
	}

.imageLeft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.clearFloat {
	clear: both;
	}

#contentMain table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	}

#contentMain th {
	background: #E0E0E0;
	padding: 2px 0 2px 4px;
	color: #7B7B7A;
	}

#contentMain td {
	font-size: 11px;
	line-height: 16px;
	border-bottom: 1px solid #EBEBEB;
	border-collapse: separate;
	padding: 2px 0 2px 4px;
	vertical-align: top;
	}

#contentMain ul {
	margin: 0;
	padding: 0 0 0.6em 0;
	}

#contentMain ol {
	margin: 0;
	padding: 0 0 0.6em 25px;
	}

#contentMain ul ul, #contentMain ol ol {
	padding: 2px 0 0.3em 0;
	}
	
#contentMain ul li {
	margin-left: 0px;
	padding-left: 13px;
	list-style-type: none;
	background: url(../images/design/content_bullet.gif) no-repeat;
	background-position: 0px 0.5em;
	padding-bottom: 0;
	margin-bottom: 0.4em;
	}

#contentMain ul ul li {
	margin-bottom: 0;
	}

.hide, .url {
	display: none;
	}
	
/*  fragen und antworten ----------------------------------------------------------------------- */

.fragenAntworten h1{
    display: none;
	}
	
.fragenAntworten h1, .fragenAntworten h2 {
	text-transform: none;
	}
	

	
.fragenAntworten .teaser p {
	font-size: 14px;
	line-height: 16px;
	padding: 1em 0 0.7em 0;
	color: #787878;
	font-weight: bold;
	}
	
.fragenAntworten .teaser .more {
	color: #3C3C3C;
	font-size: 12px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	}



/*  Typolight standards ----------------------------------------------------------------------- */

/* Clearing and invisible elements */

#clear { height:0.1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }

/* Error */
.error {
	font-size: 11px;
	color: #A90844;
	}



/*  browser float fix ----------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */