/* CSS Document */
/* IriMer - Februar 2008 */


*{
  margin:0px;
  padding:0px;
}

html {
  height:100%;
  min-height:100.01%;
  margin-bottom: 0.1px;
  }

body {
  background-color:#d7d7d7;
  color: #000;
  font-family:Arial,Helvetica,Geneva,sans-serif;
  font-size:0.7em;
  font-weight:normal;
  margin: 10px auto 0px;
  padding: 0px;
  overflow: scroll;
}

h1 {
  color:#000;
  font-size:25px;
  padding:0px;
  margin:0px;
  font-family: Times New Roman,Times,serif;
  font-weight: normal;
  text-align: left;
}

h2 {
  font-family: Times New Roman,Times,serif; 
  color: #555555;
  font-size:14px;
  margin:0px 0px 5px 0px;
  padding:12px 0px 0px 0px;
  font-weight: bold;
}

h3 {
  color:#000;
  font-size:18px;
  padding:0px;
  margin:0px;
  font-family: Times New Roman,Times,serif;
  font-weight: normal;
  text-align: left;
}

h4 {
  color:gray;
  font-size:11px;
  margin:0px;
  padding:0px;
}

h5 {
  color:#FF9900;
  font-family:"Times New Roman",Times,serif;
  font-size:18px;
  margin:0px;
  padding:0px;
  text-align:center;
}
p{
margin:6px 0px 0px;
}

.t_obj p{
  color: black;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial,Helvetica,Geneva,sans-serif;
}

td {
  color: black;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial,Helvetica,Geneva,sans-serif;
}

ul{
list-style-position:outside;
list-style-type:square;
margin:6px 0px 12px 14px;
padding:0px;
}


/***************************** DIVS ***************************************/

/*********** DIV um das gesamte weisse Element *********/
/*beinhaltet: Header + Navigation + Main + Footer*/

#allposition{
  margin: 0px auto 0px;
  width: 945px;
  height: auto;     
  min-height: 470px;
  background-color: White;  
  background-image:url("/includes/shadow-right.gif");
  background-repeat:repeat-y;
  background-position: right;
 
}


/****************** Header *********************/

/* ***** Container um den ganzen Header ***** */
#header{  /* Einbindung aus Demo */
  width: 935px;
}


/* ***** Graue Quadrate Nr.1-5 ***** */
#header1{
        background-color: White; 
	height: 135px;
 	
	padding-bottom: 90px;
	
	float: left;
	overflow: hidden;
}

#header1 img{
 	margin-right: 15px;
	margin-top: 20px;
	max-height: 115px;
	max-width: 635px;   
	float:left;
}



/* ***** INKA-Logo -> grauer Quadrat Nr.6 ***** */
#header_logo{
	background-color: White;
	height: 225px;
	width: 130px;  
	float: left;
	overflow: hidden;
}

#header_logo img{
	margin-right: 15px;
	margin-top: 20px;
	float:left;
        border-style: none;
}


/* ***** Grauer Quadrat Nr.7 ***** */
#header7{
	background-color: White;
	height: 115px;
	width: 115px;
	padding-bottom: 90px;
	padding-right: 20px;
	padding-top: 20px;  
	float: left;
	overflow: hidden;
}

#header7 img{
	margin-right: 15px;
	max-height: 115px;
	max-width: 115px;
	float:left;
}



/*************** CONTENT **************************/

#main {

  background-color: white;
  float: left; 
  padding: 0px;
  position: relative;
  width: 521px; /*ch kaho*/
}

#main a{
  text-decoration: none;
}

#content_show{
  height: auto;
  width: 500px;
  text-align: left;
  padding: 0px;
  margin: 20px 0px 0px;
  background-color: white;
}

#main a:hover{
  text-decoration: underline;
}

#main a:visited{
  color: blue;
}



/* Textmodule fuer ueberschrift und Inhalt */

/* rechts davon Platz f?r Teaser */
#textmodul_header{
  background-color: transparent;
  width:500px;
  height: 60px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#textmodul{
  background-color:white;
  width: 500px;
  margin: 0px;
  padding: 0px;

  font-size:12px;
  text-align: left;
}


/* Breite der Textmodule geht auf den ganzen Main-Bereich */
/* rechts davon kein Platz fuer Teaser */
#longtextmodul_header{
  background-color: transparent;
  width:765px;
  height: 60px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#longtextmodul{
  background-color: white;
  overflow: auto;
  width: 765px;
  /*height: 300px;*/
  margin:0px;
  padding:0px;
  
  font-size: 12px;
  text-align: left;
}


#longtextmodul .para p {
  margin: 6px 0px 0px 0px;
}

#longtextmodul .para td {
  margin: 6px 0px 0px 0px;
}

#longtextmodul .para ul {
  padding: 0px 0px 0px 0px;
  margin: 6px 0px 12px 14px;
  list-style-type: square;
  list-style-position: outside;
}

#longtextmodul h2{
  padding: 12px 0px 0px 0px;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  font-family: Times New Roman,Times,serif;
}

#longtextmodul p{
  margin: 4px 0px 0px 0px;
}



/**************** Navigation ********************/

#navigation{
  background-color: white;
  width: 130px;
  position: relative;
  text-align: left;
  padding-left: 20px;
  padding-top: 5px;
  float: left;
  display: inline;
}


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


#navigation  ul li {
  padding: 0px;
  list-style: none;
  width: 115px;	
  }


#navigation img{
   border-style: none;
}



#navContainer{  /* Container innerhalb der ID: #navigation */
  clear: both;
  width: 115px;
}




/*
  navigation level 1
*/
#navContainer ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#navContainer ul li a{
  display: block;
  text-decoration: none;
  font-weight: bold;
}


/* *********** Navigation Elemente Ebene 1 ************** */

/* normaler Zustand - grau */
#navContainer ul li{
  background-repeat: no-repeat;
  margin-bottom: 5px;
  background-image: url("/inka/_images/navigation/navigation_leer.gif");
  background-position: 0px 0px;
  color: #fff;
}

/* angeklickter Zustand - gelb */
#navContainer ul li.li_nav1_open_cur{  /* special layout for open links - link: current = true*/
  background-position: 0px -42px;
  color: #fff;
}

/* hover und focus Zustand - dunkel grau */
#navContainer ul li.li_nav1_open:hover, #navContainer ul li.li_nav1_open:focus{
  background-position: 0px -21px;
  color: #fff;
}



/*
  Design for submenu
*/

#navContainer ul li li{
  margin: 0px;
  padding: 0px;
  width: 115px;
  height: 14px;
  list-style: none;

}

#navContainer ul ul a{
  display: block;
  background-repeat: no-repeat;
  height: 14px;
  padding-top: 0.21em;
  padding-left: 0.5em;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
  font-weight: bold;
  background-image: none;
}


/********************* li_nav2_open_cp ****************************/
/* ********** d.h. Submenu Position=1 und Current=True ********** */
#navContainer ul li li.li_nav2_open_cp {
  color: #fff;
  background-image: url("/inka/_images/navigation/subnavigation_Eckp.gif");
  background-repeat: no-repeat; 
  margin: 3px 0px 3px 0px; 
  background-position: 0px -28px;
}


/********************* li_nav2_open_cur ****************************/
/* ********** d.h. Submenu Current=True ************************** */
#navContainer ul li li.li_nav2_open_cur {
  color: #fff;
  background-image: url("/inka/_images/navigation/subnavigation.gif");
  background-repeat: no-repeat;
  margin: 0px 0px 3px 0px;
  background-position: 0px -28px;
  width: 103px;
}

/********************* li_nav2_open_pos ****************************/
/* ********** d.h. Submenu Position=1 *************************** */
#navContainer li li.li_nav2_open_pos{
  background-image: url("/inka/_images/navigation/subnavigation_Eckp.gif");
  background-repeat: no-repeat; 
  margin: 3px 0px 3px 0px; 
  background-position: 0px 0px;
  width: 115px;
  height: 14px;
}

#navContainer ul li li.li_nav2_open_pos:hover, #navContainer ul li li.li_nav2_open_pos:focus {
  color: #fff;
  margin: 3px 0px 3px 0px;
  background-position: 0px -14px;
}


/********************* li_nav2_open ****************************/
/* ****** d.h. Submenu im normalen Zustand mit mouseover ***** */
#navContainer li li.li_nav2_open{
  background-image: url("/inka/_images/navigation/subnavigation.gif");
  background-repeat: no-repeat;
  margin: 0px 0px 3px 0px;
  background-position: 0px 0px;
  width: 103px;
  height: 14px;
}

#navContainer li li.li_nav2_open:hover, #navContainer li li.li_nav2_open:focus{
  color: #fff;
  margin: 0px 0px 3px 0px;
  background-position: 0px -14px;
}




/*****************************Teaser********************************/
 /*ch kaho*/
#teaser
{
	float:left;
	width:244px;
	background-color: #fff;
}
.t_obj
{
	background-color: #fff;
	margin-bottom: 10px;

	
	
}
.t_obj .head
{
	height:20;
        font-family: Times New Roman,Times,serif;
        padding-left:5px; 
        font-size:14px; 
        font-weight:bold; 
        background-color:#cccccc;
}
.t_obj .text
{
  /*Padding*/
	padding-left:15px;
	padding-top:10px;
	padding-right:3px;
	padding-bottom: 3px;
	
	/*Gepunkteter Rahmen*/
	border-left: dotted;
	border-left-width: 1px;
	border-right: dotted;
	border-right-width: 1px;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-color: #ccc;
}


#teaser a{
  text-decoration: none;
}

#teaser a:hover{
  text-decoration: underline;
}

#teaser a:visited{
  color: blue;
}


/***********************Footer***********************/
.footer {
  background-color: #D7D7D7;
  height: 80px;
  width: 945px;
  margin-top: 3px;
}

#footerLink{
  background-color:white;
  text-align: left;
  background-image:url("/includes/shadow-right.gif");
  background-repeat:repeat-y;
  background-position: right;

  padding-left: 151px;
  width: 794px;
  height: 25px;
}

.footer a{
  color: #646464;
  font-size: 10px;
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.footer a:hover{
  text-decoration: underline;
}

#flink{
 width: 130px;
 float: left;
}

#fertig
{
  clear: both;
  background-image:url("/inka/_images/footer/footer.gif");
  background-repeat:no-repeat;
  background-position: left bottom;
  width: 935px;
  height: 20px;
}


.no_spam {
  display: none;
}

/************************ Editmode *****************/
.editmode{
  text-align: left;
  font-size: 11px;
  color: black;
  background-color: white;
}

.editmode h1{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 15px;
  color: black;
}

.editmode a{
  font-size: 11px;
  color: black;
}