div.suggest_dropdown
{
	display: none;
	position: absolute;
	left: 0;
	top: 1.5em;
	background-color: #ffffff;
	border-style: dotted;
	border-color: #000000;
	border-width: 1px;
	padding: 1ex;
}

ul.suggest
{
	margin: 0;
	list-style:none;
	list-style-position: outside;
	text-indent: 0;
	padding-left: 0;
}

ul.suggest li
{
	display: block;
}

input.copy_source
{
	height: 1.5em;
}

div.close
{
	text-align: right;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

input.reqmiss
{
	background-color: #ff0000;
}

.alert
{
	font-weight: bold;
	color: #ff0000;
}

.backbutton, .sendbutton, .editbutton
{
	float: left;
}

a img
{
	border-style: none;
	border-width: 0;
}

input.buttonstyle, .buttonstyle
{
	background-color: #f3f3f3;
	color: #111111;
	border-width: 1px;
	border-style: solid;
	border-color: #ffcf00;
	margin: 0.3ex;
}

a.buttonstyle
{
	padding: 0.1ex 0.6ex 0.2ex 0.6ex;
}

.invisible
{
  position: absolute;
	top: -1000px;
  left: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

#createarticle
{
	float: left;
	margin-right: 1ex;
}

.buttonlayer
{
	margin-top: 3ex;
}

.linklayer, .filelayer, .imagelayer
{
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.cartform
{
	float: right;
}

.successmessage, .shopmsg
{
	font-size: 112%;
	color: #ff0000;
	font-weight: bold;
	background-color: #efefef;
	border-color: #000000;
	border-style: dashed;
	border-width: 1px;
	padding: 1ex;
	margin: 1.6ex 0.2ex 1.6ex 0.2ex;
	display: none;
}

.successmessage
{	
	display: block;
}

table.miscinfo
{
	border-style: none;
}

.clb
{
	clear: both;
}

div.teasertext
{
	clear:left;
	float:left;
}

div.teaserimg
{
	float:left;
}

.doubleclear
{
	clear: both;
}

.clearhundred
{
	clear: both;
	width: 100%;
}

