@charset "UTF-8";
/* CSS Document */

html, body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:1em;
}
	
	
/* ------------ Inhalt --------------- */

#bg {
	height:100%;
	width:960px;
	margin: 0px auto;
	background:#333 url(../img/tilli-plan_bg_main.jpg) repeat-y;
	
	}
	

#wrapper {
	width: 960px;
	margin: 0px auto;
	background: url(../img/tilli-plan_bg.jpg) repeat-y;
	
}

#tilli-plan_top {
	height:250px;
	width:960px;
	background:url(../img/tilli-plan_top.jpg) no-repeat;
	}



#column_left {
	position:relative;
	float: left;
	width: 180px;
	display: inline;
	padding: 0;
	margin-left: 70px;
}

#column_containt {	
	float: left;
	width: 410px;
	display: inline;
	padding: 0;
	margin-left: 50px;
	overflow:hidden;
}

#column_right {
	float: left;
	width: 192px;
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-left: 30px;
	overflow:hidden;
}

#tilli-plan_bottom {
	clear:both;
	background:url(../img/tilli-plan_bottom.jpg) no-repeat;
	width:960px;
	height:30px;
	}


/*-------------------- Navigation ------------------------ */

	
#navigation {
	position:relative;
	top:0;
	left:0;
   	
}

#navigation li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 180px;
}

#navigation ul {
   padding: 0;
   margin: 0;
}

#navigation a {
   display:block;
   padding: 0;
   border-bottom:1px solid #f90;
   margin: 0;
   }

#navigation a:link, #navigation a:visited {
   color: #333;
   background-color: #767575;
   border-bottom:1px solid #f90;
      
   }

#navigation a:hover, #navigation a:focus {
   color: #fff;
   background-color: #f90;
   border-bottom:1px solid #fff;
       }

/*-------------------- */


#navigation_ACT a:link, #navigation_ACT a:visited {
   color: #fff;
   background-color: #999;
   border-bottom:1px solid #f90;
  
   }

#navigation_ACT A:hover, #navigation_ACT A:focus {
   color: #fffbdb;
   background-color: #f90;
   border-bottom:1px solid #fff;
   
   }
   
#navigation A:link, #navigation A:visited, #navigation_ACT A:link, #navigation_ACT A:visited,    
#navigation A:hover, #navigation A:focus, #navigation_ACT A:hover, #navigation_ACT A:focus {
	width: 181px;
	height:25px;
	line-height:25px;
	display:block;
	text-decoration: none;
	text-indent: 10px;
	font-size:1em;
	font-weight:normal;
   }
   
/* ----------------------- Normaler Link ------------------  */
   
a:link {
	color:#333;
	}
a:visited {
	color:#333;
	}
a:hover {
	color:#fff;
	}
a:active {
	color:#fff;
	}


/* ----------------------- Link unten ------------------  */

#unten {
	color:#999;
	font-size:0.7em;
	padding-left:415px;
}

a.unten:link {
	color:#999;
	text-decoration:none;
}
a.unten:visited {
	color:#999;
	text-decoration:none;
}
a.unten:hover {
	color:#fff;
	text-decoration:underline;
}
a.unten:active {
	color:#fff;
	text-decoration:underline;
}

#div-ids {
	padding:10px;
	}
	
	
a.ids:link {
	color:#555;
	text-decoration:none;
}
a.ids:visited {
	color:#555;
	text-decoration:none;
}
a.ids:hover {
	color:#666;
	text-decoration:underline;
}
a.ids:active {
	color:#666;
	text-decoration:underline;
}




/* ----------------------- Überschriften ------------------  */

h1 {
	margin:0 0 5px 0;
	font-size:1.4em;
	color:#f90;
	}
	
.bildbeschreibung {
	text-align:right;
	font-size:0.8em;
	font-style:italic;
	padding:2px 0 15px 0;
	}