/* ----------------------------------------------------------------
	sub02.css Zukunftswerkstatt
	version 2008/12/22
-----------------------------------------------------------------*/

/* --------------------------------------------------------------*/
/* middle */
/* --------------------------------------------------------------*/

#middle {
	padding: 0 0 10px 200px;
}

/* --------------------------------------------------------------*/
/* content */
/* --------------------------------------------------------------*/

#content_wrap {
    width: 100%;
}

#content {
	width: 500px;
    float: left;
}

 #content_border {
    clear: both;
    padding: 10px 30px;
    font-size: 0.75em;
}

#content_border h2 {
    margin-bottom: 5px;
	font-size: 1.2em;
    color: #ffa92a;
}

#content_border a {
	font-weight: bold;
	text-decoration: underline;
	color: #a6262c;
}

#content_border a:hover {
	text-decoration: none;
}

/* --------------------------------------------------------------*/
/* tools */
/* --------------------------------------------------------------*/

#tools {
	margin: 0 30px;
}
