/* Definition der Boxen in weiss und in rot */

.ro-ro {
	/* Rote Box Element rechts oben */
	background: url("../grafik/ecken/ro_ro.gif") top right no-repeat;
	margin:0;
	padding:0;
}
.ro-lo {
	/* Rote Box Element links oben */
	background: url("../grafik/ecken/ro_lo.gif") top left no-repeat;
	margin:0;
	padding:0;
}
.ro-ru {
	/* Rote Box Element rechts unten */
	background: url("../grafik/ecken/ro_ru.gif") bottom right no-repeat;
	margin:0 0 -2px 0;
	padding:0;
}
.ro-lu {
	/* Rote Box Element links unten */
	background: url("../grafik/ecken/ro_lu.gif") bottom left no-repeat;
	margin:0;
	padding:0;
}
.we-ro {
	/* Weisse Box Element rechts oben */
	background: url("../grafik/ecken/we_ro.gif") top right no-repeat;
	margin:0;
	padding:0;
}
.we-lo {
	/* Weisse Box Element links oben */
	background: url("../grafik/ecken/we_lo.gif") top left no-repeat;
	margin:0;
	padding:0;
}
.we-ru {
	/* Weisse Box Element rechts unten */
	background: url("../grafik/ecken/we_ru.gif") bottom right no-repeat;
	margin:0;
	padding:0;
}
.we-lu {
	/* Weisse Box Element links unten */
	background: url("../grafik/ecken/we_lu.gif") bottom left no-repeat;
	margin: 0 0 -2px 0;
	padding: 0;
}
.box_ro {
	/* Abstände und Schriftformatierung fuer roten Boxeninhalt definieren */
	margin:0;
	padding:30px;
}
.box_we {
	/* Abstände und Schriftformatierung fuer weissen Boxeninhalt definieren */
	margin:0;
	padding:30px 30px 30px 30px;
}
#kopf .box_we {
	/* Abstände und Schriftformatierung fuer weissen Boxeninhalt definieren */
	margin:0;
	padding:20px 15px 22px 25px;
}

/* Definition der Boxen fuer Ellipsen rechts und links */

.ellipse_re {
	height:140px;
	width:300px;
	background-image:url(../grafik/ellipse_re.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:45px 10px 0 0;
	color:#FFFFFF;
	text-align:center;
}
.ellipse_li {
	height:140px;
	width:300px;
	background-image:url(../grafik/ellipse_li.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:45px 0 0 10px;
	color:#FFFFFF;
	text-align:center;
}

/* Definition der Links in Ellipsen rechts */

.ellipse_re a:link {
	color: #ffffff;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	padding-bottom:0.7em;
}
.ellipse_re a:visited {
	color:#ffffff;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	padding-bottom:0.7em;	
}
.ellipse_re a:active {
	color: #ffffff;
	text-decoration : none;
	font-size:18px;
	font-weight:bold;
	padding-bottom:0.7em;
}
.ellipse_re a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size:19px;
	font-weight:bold;
	padding-bottom:0.7em;
}

/* Definition der Links in Ellipsen links */

.ellipse_li a:link {
	color: #ffffff;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	padding-bottom:0.7em;
}
.ellipse_li a:visited {
	color:#ffffff;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	padding-bottom:0.7em;	
}
.ellipse_li a:active {
	color: #ffffff;
	text-decoration : none;
	font-size:18px;
	font-weight:bold;
	padding-bottom:0.7em;
}
.ellipse_li a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size:19px;
	font-weight:bold;
	padding-bottom:0.7em;
}
