/** MAIN LAYOUT **/
*
{
	font-size: 12px;
}

P
{
	margin: 0px;
}

BODY
{
	background-image: url("/design/bg.jpg");
	background-repeat: repeat;
	background-attachment: fixed;

	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

DIV#container
{
	width: 780px;
	border: 1px solid #666;
	background: #FFF;
	margin-top: 20px;
}

TD.leftliner
{
	background: url('/design/leftback.gif');
	background-repeat: repeat-y;
	width: 149px;
}

TD#navline
{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

TR.navigation
{
	background: url('/design/navback.gif');
	background-repeat: repeat-x;
	background: #C00;
	height: 30px;
}

IMG#bdelogo
{
	margin-left: 10px;
}

IMG#bdelogoshadow
{
	margin-left: 10px;
}

IMG.banner
{
	border: 1px solid #CCC;
	margin: 5px;
}

DIV#footer
{
	font-size: 12px;
	text-align: center;
	color: #666;
	width: 780px;
	margin-top: 5px;
}

A.footerlink
{
	font-size: 12px;
	color: #666;
}

DIV#content
{
	margin: 10px;
	vertical-align: top;
}

P.header
{
	font-size: 20px;
	color: #666;
	font-weight: bold;
	cursor: default;
	margin: 10px;
	margin-left: 0px;
}

TD.header
{
	font-size: 20px;
	color: #666;
	font-weight: bold;
	cursor: default;
}

P.para
{
	font-size: 12px;
	margin: 10px;
	margin-left: 0px;
}

DIV.newslistitem
{
	border-top: 1px dotted #CCC;
	margin-bottom: 10px;
}

A.newslisttitle
{
	font-size: 14px;
	font-weight: bold;
	color: #555;
	cursor: pointer;
	text-decoration: none;
}

P.newslisttitle
{
	font-size: 14px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	margin: 5px;
	margin-top: 10px;
}


P.newslistbody
{
	margin: 5px;
	font-size: 12px;
}

P.newsdetailtitle
{
	margin: 5px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

P.newsdetailbody
{
	margin: 5px;
	font-size: 12px;
}

A.newslistmore
{
	border: 1px solid #AAA;
	color: #999;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}

DIV.spacer
{
	height: 15px;
}

/** LISTEN **/

TR.listfooter
{
	font-size: 10px;
	color: #666;
}

TD.bde_listheader
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 5px;
}

TD.bde_instheader
{
	font-size: 12px;
	color: #000;
	padding: 5px;
	font-weight: bold;
}

DIV.listdesc
{
	padding-top: 10px;
	padding-left: 5px;
	font-size: 12px;
}

TD.weblink
{
	font-size: 12px;
	font-weight: bold;
	color: #00C;
	padding: 5px;
}

A.weblink
{
	font-size: 12px;
	font-weight: bold;
	color: #00C;
	text-decoration: none;
}

TABLE.listinfotable
{
	margin: 5px;
	font-size: 12px;
}

TD.listlabel
{
	font-weight: bold;
	color: #666;
}

TR.listinforow
{
	height: 20px;
}

SPAN.listsubtitle
{
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

A.navlink
{
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}

A.navlink:hover
{
	text-decoration: underline;
}

/** FORMULARE **/
TABLE.formtable
{
	
}

TR.formline
{
}

TR.formline_hover
{
	background: #CCE;	
}

TR.formline_error
{
	background: #ECC;
}

TD.formlabel
{
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	vertical-align: top;
	padding-top: 6px;
	padding-left: 5px;
	color: #333;
}

TD.formvalue
{
	height: 25px;
	font-size: 12px;
}

TD.formsection
{
	font-weight: bold;
	background: #F0F0F0;
	font-size: 14px;
	padding: 5px;
}

INPUT.formtext
{
	width: 400px;
	border: 1px solid #000;
	color: #333;
}

TEXTAREA.formtext
{
	width: 400px;
	height: 250px;
	border: 1px solid #000;
	color: #333;
}

INPUT.formsubmit_right
{
	width: 80px;
	border: 1px solid #900;
	font-size: 12px;
}

INPUT.formfile
{
	width: 400px;
	border: 1px solid #000;
}

DIV.formtip
{
	width: 300px;
	border: 1px solid #CCC;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}

DIV.formborder
{
	border: 1px solid #333;
}

DIV.formerrordescription
{
	font-size: 12px;
	border: 1px solid #600;
	margin: 2px;
	margin-left: 0px;
	width: 400px;
	background-color: #EDD;
}

DIV.formsuccess
{
	font-size: 12px;
	border: 1px solid #060;
	margin: 2px;
	margin-left: 0px;
	width: 400px;
	background-color: #DED;
}

/************* Listen *************/
TABLE.listtable
{
	font-size: 12px;
}

TR.listheader
{
}

TD.listheader
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	background: #CCC;
	font-size: 12px;
}

TR.listbody
{
	cursor: default;
}

TR.listbody_hover
{
	cursor: default;
	background: #CCCCEE;
}

TD.listbody
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

TD.listfiller
{
	background: #CCC;
}

A.listheader
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

A.listheader_DESC
{
	font-weight: bold;
	text-decoration: none;
	color: #008;
	font-size: 12px;
}

A.listheader_ASC
{
	font-weight: bold;
	text-decoration: none;
	color: #080;
	font-size: 12px;
}

DIV.listpagenav
{
	padding: 10px;
	text-align: center;
}

A.listpagelink
{
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	color: #000;
}

SPAN.listpagelinkactive
{
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
	color: #900;
}

SPAN.listpagedisabled
{
	font-size: 12px;
	padding: 5px;
	color: #CCC;
	cursor: default;
}

A.listtopbutton
{
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	color: #000;
}

A.listtopbutton:hover
{
	background-color: #CCCCEE;

}

DIV.listborder
{
	border: 1px solid #333;
}

/*** DETAILS ***/
TD.detaillabel
{
	padding: 6px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	cursor: default;
	vertical-align: top;
}

TD.detailvalue
{
	padding: 6px;
	padding-bottom: 0px;
	font-size: 12px;
	cursor: default;
}

TD.detaildescription
{
	padding: 9px;
	font-size: 12px;
	background: #F0F0F0;
}

A.detaillink
{
	text-decoration: none;
	color: #008;
}

/*** Frontpage Advertising **/
DIV.startpageframe
{
	border: 1px solid #000;
	width: 800px;
	height: 400px;
	overflow: hidden;
	background: #FFF;
}

A.startpagelink
{
	color: #C00;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
}

IMG.banner_topbanner
{
	border: 1px solid #CCC;
	margin-left: 0px;
	margin: 5px;
}

IMG.banner_sidebannertop
{
	border: 1px solid #CCC;
	margin: 5px;
	margin-left: 0px;
	display:block;
}

IMG.banner_sidebannerbottom
{
	border: 1px solid #CCC;
	margin: 5px;
	margin-left: 0px;
	display:block;
}

DIV.bde_searchcomment
{
	border: 1px solid #CCC;
	padding: 10px;
	width: 600px;
	margin-top: 10px;
}

DIV[class].bde_searchcomment
{
	width: 578px;
}