/* --- Normale HTML-Tags --- */
body {
	background-color: 	#ffffff;
	background-image:	url(pic/verlauf_blauweissblau.jpg);
}
hr {
	height:				2px;
    border:                1px solid #cc0000;
}
a:link, a:visited {
    font-weight:        bolder;
    text-decoration:    none;
}
a:hover {
    text-decoration:    underline;
    color:                #cc0000;
}
.linktext {
	color:				#4167a6;
}
/* --- Rahmen um Bilder etc --- */
img {
	border:				2px solid  #4167a6; /* */
}
a:link img.left, a:link img.right, a:link img.menue, a:visited img.left, a:visited img.right, a:visited img.menue {
	border:				2px solid #FCF9C4;
}
img.logo {
	border:				none;
}
/* --- Rahmen um VERLINKTE Bilder etc --- */
a:hover img.menue, a:hover img.right, a:hover img.left {
	border:				2px solid #cc0000;
}
/* --- Tabellenelemente --- */
table.content, table#iberka_counter_table {
	background-color:	#000000; /*#37376b; /* #FCF9C4; /* */
}
table.content {
	border:				3px solid #4167a6;
}
table#iberka_counter_table {
	border:				none; /* 2px solid #4167a6; /* */
}
table#iberka_counter_table td {
	border:				1px solid #4167a6;
}
h1, table.content th {
	color:				#FCF9C4;
}
table.content td, table#iberka_counter_table td {
	color:				#FCF9C4;
}
