/** =========================================== **/
/** ================ INIT ===================== **/
/** =========================================== **/
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #848284;
	text-align: center;
}

/* Format 840x590 px ; Grundfarbe-rot: #B53446 */
/** =========================================== **/
/** ================  Layout   ================ **/
/** =========================================== **/
#MainBox {	
	background: url(tcs-background-start.jpg) no-repeat left top;
	position: relative;
	width: 840px;
	height: 600px;
	margin: 20px auto auto auto;;
	text-align: left;
}

#StartContentBox {
	padding-top: 420px;
}

#ExcerptBox {
	float:left;
	height: 100px;
	width: 350px;
	margin-left: 20px;
}
.Excerpt {
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1.Excerpt {
	font-size: 14px;
	line-height: 21px;
}
p.Excerpt {
	font-size: 11px;
	line-height: 3.5em;
}

#LinkBox {
	height: 100px;
	width: 150px;
	margin-left: 362px;
}
p.Link {
	color: #B53446;
	font-size: 0.9em;
}

/*_____ menu: mainlevel ____________*/
.mainlevel {
	display : block;
	margin-top: 4px;
	margin-left: 22px;
	padding-left: 26px;
	height : 22px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	vertical-align : middle;
	text-decoration: none;
	background-image : url(navi_red_dot.jpg);
	background-repeat : no-repeat;
}
a.mainlevel:link,
a.mainlevel:visited {
	vertical-align : middle;
	color: black; 
	text-decoration: none;
}

a.mainlevel#active_menu, 
a.mainlevel:hover,
a.mainlevel:focus,
a.mainlevel:active  {
	background-image : url(navi_red_dot_active.jpg);
	background-repeat : no-repeat;
	color: white;  

}

