@CHARSET "ISO-8859-1";

#struktur {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#struktur td {
	padding: 0px;
}

#randObenLinks {
	width: 27px;
	height: 27px;
	background-image: url(../img/rand-oben-links.png);
	background-repeat: no-repeat;
}


#randObenRechts {
	width: 27px;
	height: 27px;
	background-image: url(../img/rand-oben-rechts.png);
	background-repeat: no-repeat;
}

#randLinks {
	width: 27px;
	background-image: url(../img/rand-links.png);
	background-repeat: repeat-y;
}

#randRechts {
	width: 27px;
	background-image: url(../img/rand-rechts.png);
	background-repeat: repeat-y;
}

#randUntenLinks {
	width: 27px;
	height: 27px;
	background-image: url(../img/rand-unten-links.png);
	background-repeat: no-repeat;
}

#randUnten {
	height: 27px;
	background-image: url(../img/rand-unten.png);
	background-repeat: repeat-x;
}

#randUntenRechts {
	width: 27px;
	height: 27px;
	background-image: url(../img/rand-unten-rechts.png);
	background-repeat: no-repeat;
}


