/* ********************************************************** */
/* global styles */

body, td, div
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
} 

a:active, a:link, a:visited
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}
a:hover 
{ 
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#000000; 
}

a.o8:active, a.o8:link, a.o8:visited
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#787878;
}
a.o8:hover 
{ 
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#787878; 
}

p
{
	padding-top:0px;
	padding-bottom:6px;
	margin-top:0px;
	margin-bottom:0px;
}

li
{
	padding-top:0px;
	padding-bottom:6px;
	margin-top:0px;
	margin-bottom:0px;
}

ol, ul
{
	padding-top:0px;
	padding-bottom:6px;
	margin-top:0px;
	margin-bottom:0px;
}

/* ********************************************************** */
/* spacers */

div.spc1
{
	font-size:1px;
	height:1px;
	width:1px;
}

div.spc2
{
	font-size:1px;
	height:2px;
	width:2px;
}

div.spc4
{
	font-size:1px;
	height:4px;
	width:4px;
}

div.spc6
{
	font-size:1px;
	height:6px;
	width:6px;
}

div.spc7
{
	font-size:1px;
	height:7px;
	width:7px;
}

div.spc8
{
	font-size:1px;
	height:8px;
	width:8px;
}

div.spc16
{
	font-size:1px;
	height:16px;
	width:16px;
}

div.spcContent
{
	font-size:1px;
	height:23px;
	width:15px;
}

div.spc40
{
	font-size:1px;
	height:40px;
	width:40px;
}

div.pad8
{
	padding:8 8 8 8px;
}

div.padlt24
{
	padding:24 0 0 24px;
}


/* ********************************************************** */
/* print */

span.printTitleBlue
{
	color:#000000;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
}

span.printTitleGray
{
	color:#787878;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
}


/* ********************************************************** */
/* header */

div.header
{
	width:720px;
}

div.spcHeader
{
	font-size:1px;
	height:17px;
	width:40px;
}

a.header:active, a.header:link, a.header:visited
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
a.header:hover 
{ 
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000; 
}

/* ********************************************************** */
/* footer */

a.footerLink:active, a.footerLink:link, a.footerLink:visited
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
a.footerLink:hover
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

div.footerSpc
{
	font-size:1px;
	height:60px;
	width:60px;
}

td.footerLine
{
	border-bottom:solid 1px #292991;
}

/* ********************************************************** */
/* Search */

.search_ctrl
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	width:450px;
}

.search_input
{
	width:350px;
	padding-top:4px;
}

.search_result
{
	width:400px;
}

.search_tbxQuery
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	width:350px;
}

.search_drpOperator
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

.search_drpSort
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

.search_drpSortDir
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

.search_btnSubmit
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	height:20px;
	width:100px;
}

/* ********************************************************** */
/* content */

td.content
{
	width:539px;
}

/* ********************************************************** */
/* navigation (general) */

div.leftnav
{
	width:150px;
}

/* ********************************************************** */
/* text editor styles */

.wactrl_Normal 
{
	font-family:Verdana;
	font-weight:normal;
	padding-bottom:11px;
	color:#000000;
}
.wactrl_Titel
{
	font-family:Verdana;
	font-weight:bold;
	color:#000000;
	padding-bottom:1px;
}
.wactrl_Rubrik
{
	font-family:Verdana;
	font-weight:bold;
	color:#000000;
	padding-bottom:11px;
}
div.imgpanerighttext p { margin:0 0 0 0px; }

/* edit mode styles */

div.xmlitem
{
	background:#c1c1c1;
	padding:5 5 5 5px;
	margin-bottom:20px;
	border:dotted 1px #000000;
}


