/* CSS */
body {
	background-color: white;
	background-image: url(../../media/pix/bg_home.gif);
	background-position: left;
	background-repeat: y;
	margin-top: 0px;
	margin-left: 0px;
}

#wrap {
	width: 800px;
}

/*------- content middle ------------*/
#content {
	float: left;
	width: 690px;
	margin-top: 40px;
	*margin-top: 60px;
	margin-left: 10px;
}
#content .copytext {
	font: normal 0.75em/1.2em Arial,sans-serif;
}

#content h1 {
	width: 100%;
	border-bottom: 1px solid #ED4005;
	font: bold 1.5em/1em Arial,sans-serif;
	color: #ED4005;
}
#content h2 {
	font: bold 1.2em/1em Arial,sans-serif;
}

/*------- content right -------- */
#rightside {
	float: left;
	margin-top: 65px;
	width: 190px;
	/*border: 1px solid black;*/
}
#teaser {
	width: 190px;
	border-left: 1px dotted black;
	background-image: url(../../media/pix/eck_lo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 16px 2px 10px 4px;
	
}
#teaser .block {
	width: 180px;
	font: normal 10px/12px Verdana,sans-serif;
	
}
#teaser .head {
	width: 180px;
	font: bold 10px/12px Verdana,sans-serif;
	margin-bottom: 3px;
	border-bottom: 1px solid black;
}


/*-------------------------------*/
.blockindent {
	display: block;
	margin-left: 11px;
	margin-top: 4px;
}

#pagehead {
	width: 680px;
	min-height: 16px;
	background-image: url(../../media/pix/eck_ru.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font: bold 15px/15px Arial,sans-serif;
	color: #888888;
	padding: 4px 0px 5px 0px;
	border-bottom: 1px dotted #000033;
}

/* teaserbox rechts */
#rteaser {
	position: absolute;
	top: 150px;
	*top: 180px;	
	left: 770px;
	width: 150px;
	padding: 0px 3px 0px 5px;
	/*background-color: #e0e0e0;*/
	font: normal 11px/13px Arial,sans-serif;
	color: #505050;
}
#rteaser img {
	padding-bottom: 5px;
}
#rteaser h1 {
	font: bold 12px/15px Verdana,Arial,sans-serif;
	color: #cf3c0a;
}
#rteaser a {
	text-decoration: none;
	color: #505050;
	font-weight: bold;
}
#rteaser a:hover {
	text-decoration: underline;
	color: #F07800;
}

#rteaser .rechts-neu {
	
}
#rteaser .rechts-neu h1 {
	padding: 0;
	margin-bottom: 3px;
	margin-top: 3px;
}

/*/---/*/
