/* ----------------------------------------------------------------------- */
/* ----------------- Tags neu mit Standardwerten belegen ----------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar: auto;
}
p {
	display: inline;
}


/* ----------------------------------------------------------------------- */
/* --------------------------- Eigene Klassen ---------------------------- */

/* -> NUR FÜR Sprachwahl-Seite(intro) */
.intro_divbottom {
	background-image: url(../pic_global/site/digital_data_unten.gif);
	background-repeat: no-repeat;
	border:solid 0px;
}
.intro_bodybg {
	background-image: url(../pic_global/site/digital_data_bggrau.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.intro_bigfont {
	font-size: 12px;
}

/* -> NUR FÜR Navigation(navi) */
.navi_div {
	width:160px;
	text-align:left;
	padding: 10px 10px 10px 20px;
}


/* ----------------------------------------------------------------------- */
/* -------------------------- Linkdefinitionen --------------------------- */

a {
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
a:hover {
	text-decoration: underline overline;
}
.ahell {

	color: #888888;
	text-decoration: none;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.adunkel {


	color: #333333;
	text-decoration: none;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}

