@CHARSET "ISO-8859-1";

/* ------------------------------------------ */
/* F O R M A T  -  V O R L A G E              */
/* ------------------------------------------ */

/*umschließendes div element */
#wrapper{
	width:1000px;
	border:0px;
	padding:0px;
	border-left:solid 1px #B8B8B8;
	border-right:solid 1px #B8B8B8;
	background:white;
	/*left:-500px;*/
	margin:0 auto;
}

#content_inner{
	padding:5px 5px 0px 5px;
	text-align:left;
	min-height:500px;
	background-color:transparent;
	line-height:1.4em;
}


.left_area_content{
	padding:15px 0 0 8px;
}

/* --------------------------
 * tt_content Wrapper
 *--------------------------- */

.ico-text{
	margin:0 0 20px 0;
}

.ico-textpic{
	margin:0 0 20px 0;
}

/* ------------------------------------------
 *  1-spaltiges Layout
 * ------------------------------------------
 */
#content.cols1{
	float:left;
	width:1000px;
	text-align:left;
	margin:0 0 10px 0px;
}

#content_inner.cols1{
	border-left:solid 1px transparent;
	border-right:solid 1px transparent;
}

/* ------------------------------------------
 *  2-spaltiges Layout
 * ------------------------------------------
 */
 
 #left_area.cols2{
	float:left;
	width:212px;
	/*height:400px;*/
	padding: 0px 0px 0px 0px;
	margin:  0px 10px 0px 0px;
	
	background:transparent;
	z-index:1;
}

 #content.cols2{
	float:left;
	width:778px;
	text-align:left;
	margin:0 0 10px 0px;
}

#content_inner.cols2{
	border-left:solid 1px #B8B8B8;
	border-right:solid 1px transparent;
}

/* ------------------------------------------
 *  3-spaltiges Layout
 * ------------------------------------------
 */


#left_area.cols3{
	float:left;
	width:212px;
	/*height:400px;*/
	padding: 0px 0px 0px 0px;
	margin:  0px 10px 0px 0px;
	
	background:transparent;
	z-index:1;
}

#left_area_content.cols3{
	padding:0 0 0 5px;
}

#content.cols3{
	float:left;
	width:556px;
	text-align:left;
	margin:0 0 10px 0px;
}

#content_inner.cols3{
	border-left:solid 1px #B8B8B8;
	border-right:solid 1px #B8B8B8;
}

#right_area.cols3{
	float:left;
	padding:0px;
	margin: 0px 0px 0px 10px;
	border:0px;
	width:212px;
	background:transparent;
}

#right_area {	
	float:left;
	padding:0px;
	margin: 0px 0px 0px 10px;
	border:0px;
	width:212px;
	background:transparent;
}

#right_area_inner{	
	margin: auto;
	padding:0px 5px 5px 0px;
}

#content_bottom{
	
}

.divider {
	border-top: 1px solid grey;
}

.clear{
	clear:both;
}

.a_newsticker a{
	text-decoration: none;
	color: black;
	font-size: 14pt;
	font-weight: bold;
}

.a_newsticker a:hover{
	color: red;
}

