/* ========================================================== */
/* bbmark -- Inhalts-Sytles fuer Brain (oder allgemein?) */
/* Neuer Style 2002 */
/* ========================================================== */
/* bbmark ------ Layout, allgemein */
	/* HTML: Null margin */
html
{
	margin: 0;
	padding: 0;
}
	/* BODY: Hintergrund orange, mit Hintergrundmuster */
body
{
	margin: 0;
	padding: 0;
	background-color: #004466;
	/*background-color: #FF6600;
	background-color: #FFD3D0;*/
}

img
{
	border-width: 0;
	border: none;
}

p
{
	margin-left: 75px;
	margin-right: 25px;
	/*color: #99CCFF;
	color: #4CC3FF;*/
	color: #2E96C9;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	line-height: 1.5;
}

td
{
	color: black;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px
	font-weight: bold;
}


h3
{
	color: #FF6600;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0px;
	margin-left: 75px;
	margin-right: 25px;
}

h2
{
	color: #FF6600;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0px;
	margin-left: 25px;
}

h1
{
	color: #FF6600;
	/*background-color: #000099;*/
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0px;
	margin-left: 25px;
	/*border: 5px solid #000099;*/
}

/* bbmark ------ Links */
a:link
{
	color: #ffffff;
	/*background-color: transparent;*/
	text-decoration: underline;
	/*font-weight: bold;
	border-bottom: 1px solid #ff6600;*/
}

a:visited
{
	color: #2E96C9;
	text-decoration: underline;
}

a:active
{
	color: #ff6600;
	text-decoration: underline;
}

a:focus
{
	color: #ff6600;
	text-decoration: underline;
}

a:hover
{
	background-color: #FF6600;
	text-decoration: none;
	/*font-weight: bold;*/
}

.toplink:focus
{
	color: white;
	background-color: transparent;
	text-decoration: none;
}

.toplink:link
{
	color: white;
	background-color: transparent;
	text-decoration: none;
}

.toplink:hover
{
	color: white;
	background-color: #A6ACE0;
	text-decoration: underline;
}

.toplink:visited
{
	color: white;
	background-color: transparent;
	text-decoration: none;
}