<!--
/* Globale Einstellungen */
body {
	background-color: #ffffff;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,td,th,address,blockqoute,nobr,b,i {
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: black;
}


/* Rahmenelemente */
TD.head {
	border: 1px solid #000000;
	background-color: #eeeeee;
	background-image: url("./gfx/top_bg.gif");
}

TD.nav {
	border: 1px solid #000000;
	background-color: #eeeeee;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
}

TD.title {
	border: 1px solid #000000;
	background-color: #cdcdcd;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}

TD.content {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #eeeeee;
	padding: 10px;
}


/* Navigation */
a.navtext {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.navtext:visited { color: #000000; text-decoration: none; }
a.navtext:active  { color: #000000; text-decoration: none; }
a.navtext:hover   { color: #000000; text-decoration: underline; }
TD.navtext {
	font-size: 12px;
}

a {
	color: #cd0000;
	text-decoration: none;
}
a:visited { color: #cd0000; text-decoration: none; }
a:active  { color: #cd0000; text-decoration: none; }
a:hover   { color: #cd0000; text-decoration: underline; }


/* Textformatierung */
DIV.title {
	font-size: 12px;
	font-weight: bold;
}

DIV.change {
	font-size: 9px;
}

.subtitle {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.subtext {
	text-align: justify;
}

/* Input Fields */
input,textarea {
	font-family: Courier New, Courier, monospace;
	font-weight: normal;
	font-size: 11px;
	border-color: #000000;
	background-color: #c0c0c0;
	border-width: 1px;
	scrolling: false;
}

-->
