<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Normale Links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* Tables sollen leere Zellen anzeigen. */
table
{
	empty-cells: show;
}

/* Standard (td, body..) Verdana in schwarz. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* Standard für body */
body
{
	background-color: #E5E5E8;
  background-image: url(../Bilder/ika_background.jpg);
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* Input-Boxen ein wenig kleiner */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Check-Boxen und Radio-Buttons. */
input.check
{
}

/* Selects auch ein wenig kleiner */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard Horizontale Teiler */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* Keine Rahmen um Bilder */
a img
{
	border: 0;
}

/* Titel Styles */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: url(../Bilder/titlebg_i.jpg) #E9F0F6 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* wie titlebg, nur ohne Bold */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* Kategorie Styles*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(../Bilder/catbg_i.jpg) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(../Bilder/catbg2_i.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.fklein {
font-family: Arial, Helvetica, Verdana, "Sans Serif";
font-size: 7pt;
}

.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* Menütabs */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(../Bilder/maintab_first_i.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(../Bilder/maintab_back_i.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(../Bilder/maintab_last_i.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(../Bilder/maintab_active_first_i.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(../Bilder/maintab_active_back_i.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(../Bilder/maintab_active_last_i.gif) left bottom no-repeat;
	width: 8px;
}

/* Menütab Links. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}



/*DIVs Sonstiges*/

#w_title {
position:absolute;
top:10px;
left:2%;
width:96%;
height:22%;
text-align:center;
}

#w_main {
position:absolute;
bottom:10px;
left:2%;
width:96%;
height:76%;
text-align:center;
overflow:auto;
}

#w_footer {
width:96%;
color: #808080;
text-align:center;
}

</pre></body></html>