	
        *,html,body     { margin:0; padding:0; }	
	body,td,input	{ font-family: tahoma, helvetica; font-size: 12px; color: #d2d2d2; line-height: 18px; }
	form		{ margin: 0px; }
	.left		{ font-weight: bold; font-size: 10px; color: #ffffff; }
	h1			{ color: #ffffff; font-weight: bold; font-size: 24px; }
	h2			{ color: #ffffff; font-weight: bold; font-size: 16px;}
	.emph		{ color: #ffffff; font-weight: bold; }

/*Link-Formatierung*/
a:link   { color:#896827; font-weight: bold; text-decoration:none; }
a:visited{ color:#896827; font-weight: bold; text-decoration:none; }
a:active { color:#896827; font-weight: bold; text-decoration:none; }
a:hover  { color:#896827; font-weight: bold; text-decoration: bold underline; }

.pb { border: 1px solid #9C875F; }

.button {
        font-family: tahoma, helvetica;
        font-weight: bold;
        font-size:11pt;
        color:#9C875F;
        width:120px;
        background:#3f3f3f;
        border: 2px solid #9C875F;
}

.wcms { font-family: tahoma, helvetica; font-size: 12px; color: #000000; width: 300px; }

.rahmen {
        font-family: Tahoma, Helvetica, sans-serif;
        font-size:8pt;
        color:#000000;
        width:200px;
        background:#ffffff;
        border: 1px solid #C0C0C0;
}

/* JAVA DROP DOWN START */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 4px;
	width: 60px;
	background: #9C875F;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #AC9D73}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fefefe;
	border: 1px solid #9C875F}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fefefe;
		color: #9C875F;
		font: bold 14px tahoma}

	#sddm div a:hover
	{	background: #9C875F;
		color: #FFF}

}
		
