
/* === Kalibrierung ================== */

*		{ margin: 0px; padding: 0px; }
p,ul,ol	{ margin-bottom: 1em; }
li		{ margin-left: 1em; }
html	{ min-height: 100.1%; }  /* Scrollbar im Firefox */
body	{ 
		background-color: #444; 
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 12px;
		}

h1,h2,h3{ margin-top: 0px; margin-bottom: 1em; }

h1
	{
	font-size: 20px;
	color: #ffbf00;
	font-weight: 500;
	}
h2
	{
	font-size: 17px;
	font-weight: 600;
	color: #ccc;
	}
h3
	{
	font-size: 14px;
	color: #ccc;
	}

#weisheit h3, h3.aktuell { margin-bottom: 5px; color: #ffbf00; }


/* Standardlinks */	
a 	{ color: #ffbf00; text-decoration: none; }
a:visited 	{ color: #B98C11; }
a:hover 	{ color: #ffbf00; text-decoration: underline; }


/* Servicenavigation */	
#oben_links a, #oben_links a:visited 	{ color: #555; text-decoration: none; }
#oben_links a:hover, #oben_links a:active{ color: #000; text-decoration: underline; }

	
img.textbildleft
	{
	float: left;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-right: 15px;
	/* border: 1px solid #c00;*/
	border: 0px;
	}
	
img.textbildright
	{
	float: right;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 15px;
	/* border: 1px solid #c00; */
	border: 0px;
	}

input, select, textarea
	{
	border: 1px solid #ffbf00;
	background-color: #ddd;
	color: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	}

input[type=checkbox], input[type=radio]
	{
	border: 0px;
	}
input.button
	{
	background-color: #ffbf00;
	color: #000;
	border: 1px solid #999;
	}