TD { font-family : arial; font-size : 10pt; font-color : #CCCCCC; }

TR { font-family : arial; font-size : 10pt; font-color : #CCCCCC; } 

A:link { color: #666666; text-decoration: underline; font-weight: bold; } 

A:visited { color : #666666; text-decoration: underline; font-weight: bold; } 

A:hover {color: #E20074; text-decoration: underline; font-weight: bold;} 

A:active {color: E20074; background: #003366; text-decoration: underline; font-weight: bold; }

body {
	margin: 0;
	padding: 10px;
	}

.oben, .oben div, .unten, .unten div {
	background-image: url(img/box.png);
	background-repeat: no-repeat;
	}

.links, .rechts {
	background-image: url(img/rahmen.png);
	background-repeat: repeat-y;
	}

/* Oben: Rahmen und rechte Ecke */
.oben {
	height: 15px;
	margin: 0 0 0 15px;
	background-position: 100% 0;
	}

/* Oben: linke Ecke */
.oben div {
	height: 15px;
	width: 15px;
	position: relative;
	left: -15px;
	background-position: 0 0;
	}

/* Unten: Rahmen und rechte Ecke */
.unten {
	height: 15px;
	margin: 0 0 0 15px;
	background-position: 100% 100%;
	}

/* Unten: linke Ecke */
.unten div {
	height: 15px;
	width: 15px;
	position: relative;
	left: -15px;
	background-position: 0 100%;
	}

/* Linker Rahmen */
.links {
	padding: 0 0 0 5px;
	background-position: 0 0;
	}

/* Rechter Rahmen */
.rechts {
	padding: 0 5px 0 0;
	background-position: 100% 0;
	}

.inhalt {
	background: #E7E7E7;
	padding: 0 10px;
	}

	
#foto {
	float: left;
	width: 170px;
	}

#event {
	float: left;
	width: 450px;
	}	   