body
{
	background-image: url(../img/bg_de.jpg);
	background-repeat: no-repeat;
	background-color: white;
}

.thumb
{
	border: solid #B4B4B5 3px;
}

.column
{
	float: left;
	width: 170px;
}

#mainmenu ul, #submenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

input, select, textarea
{
	border: solid #D3D3D3 1px;
}

#contactform label, #contactform  input, #contactform  select
{
	float: left;
	margin: 5px;
}

#contactform label
{
	clear: both;
	width: 30%;
	font-weight: bold;
}

a.sitelink
{
	font-size: 9.5px;
}

a.active, span.active
{
	color: #E55D02;
}

a.menu
{
	font-weight: bold;
	font-family: lucida sans, verdana, arial, helvetica, sans-serif;
	font-size: 11.5px;
}

#mainmenu
{
	position: absolute;
	left: 10px;
	top: 105px;
}

#submenu
{
	position: absolute;
	left: 18px;
	top: 185px;
	width: 165px;
}

#content
{
	position: absolute;
	left: 250px;
	top: 185px;
	width: 365px;
}

#sitelinks
{
	position: absolute;
	left: 10px;
	top: 7px;
}

#submenu ul
{
	margin-left: 15px;
}

#submenu li
{
	margin: 0;
	padding: 0;
	border-bottom: dashed #999999 1px;
	padding-bottom: 5px;
	margin-bottom: 4px;
}

#mainmenu li
{
	display: inline;
}

#submenu li a
{
	font-size: 11px;
	font-weight: bold;
}

#submenu li.active
{
	list-style-image: url(../img/bullet.gif);
}

#submenu li.subsub
{
	list-style-image: url(../img/bullet_shop.gif) !important;
	margin-left: 5px;
}

.bully li
{
	list-style-image: url(../img/bullet_shop.gif) !important;
	margin-left: 5px;
	margin-top: 3px;
}

#submenu li.subsub span
{
	font-weight: bold;
}

#submenu ul li ul
{
	margin-top: 8px;
}

.dashedlink
{
	border-top: dashed #999999 1px;
	border-bottom: dashed #999999 1px;
	text-align: right;
	padding: 3px;
	color: #E55D02;
	font-size: 12px;
	font-weight: bold;
}

.dashedlink a
{
	color: #E55D02;
	font-size: 12px;
	font-weight: bold;
}




/* statusmessage stuff */

#status
{
	width: 320px;
	z-index: 100;
	position: absolute;
	top: 120px;
	left: 120px;
	opacity: 0;
	filter: Alpha(opacity = 0);
	font-size: 0.7em;
	background-color: white;
	border: solid #E55D02 1px;
}

#status .box-content
{
	background-color: white;
}

#transhack
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(/files/trans.gif);
	z-index: 50;
}

.disabled
{
	background-color: #cccccc;
}

input.plain
{
	/*width: auto;*/
	display: block;
	float: left;
	background-color: transparent;
	border: 0;
	margin:0;
	padding:0;
	text-align: left;
	cursor: pointer;
}

input.plain:hover
{
	text-decoration: underline;
}

hr
{
	margin: 0;
	padding: 0;
	height: 0px;
	border: 0;
	margin-top: 2px;
	border-bottom: dashed #999999 1px;
}

.dashtable
{
	border-bottom: dashed #999999 1px;
	border-top: dashed #999999 1px;
	background-color: #F4F4F4;
}

.dashbottom
{
	border-bottom: dashed #999999 1px;
	background-color: #F4F4F4;
}

.spacer
{
	height: 1em;
	clear: both;
}

.trash
{
	background-image: url(/img/trash.gif);
	background-repeat: no-repeat;
}