body
{
	background-color: #f5f5f5;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #0000ff;
}
a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

.bodyChild, .bodyClient,
#paneLeft, #paneMenu, #paneRight, #paneContent
{
	background-color: #ffffff;
	font-size: 8pt;
	font-family: Verdana, Arial;
}

.projectList
{
	background-color: #ffffff;
	font-size: 8pt;
	font-family: Verdana, Arial;
}

/* Client - Pages */
#pageClient
{
	background-color: #ffffff;
}
#pageClient p
{
	font-size: 10pt;
	font-family: Arial;
}
#pageClient td
{
	padding-bottom: 8px;
	padding-top: 2px;
	padding-right: 8px;
	font-size: 10pt;
	font-family: Arial;
}
.pageClientHeader
{
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}
.pageClientBold
{
	padding-bottom: 4px;
	padding-top: 2px;
	padding-right: 8px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}


/* Ränder in Listen */
.border_lr
{
	border-right: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
}
.border_l
{
	border-left: #c0c0c0 1px solid;
}
.border_t
{
	border-top: #c0c0c0 1px solid;
}
.border_r
{
	border-right: #c0c0c0 1px solid;
}
.border_b
{
	border-bottom: #c0c0c0 1px solid;
}

/* Bilder - Dialog */
.textMain
{
	font-size: 10pt;
	font-family: Verdana, Arial;
}

#modalFrame
{
	visibility:hidden;
	width:100%;
	margin: 0px;
	z-index: 200;
	left: 0px;
	position: absolute;
	top: 0px;
}

/* Menu */
.menuMain
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 8px;
	text-align: right;
}
.menuSub
{
	font-size: 9pt;
	font-family: Verdana, Arial;
	text-align: right;
	font-weight: normal;
	line-height: 12pt;
}

#menu a
{
	color: #ff0000;
	text-decoration: none;
}
#menu a:hover
{
	color: #ff6633;
	text-decoration: none;
}

#popup
{
	display:none;
	visibility: hidden;
	background-color: #ffffff;
	z-index: 201;
	left: 30px;
	top: 30px;
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#tooltip, .tooltip
{
	display: none;
	visibility: hidden;
	z-index: 202;
	border-right: #ff3300 1px solid;
	border-top: #ff3300 1px solid;
	border-left: #ff3300 1px solid;
	border-bottom: #ff3300 1px solid;
	background-color: #eeffff;
	width: 250px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

#project_img
{
	background-color: #a9a9a9;
	width: 700px;
	height: 500px;
	vertical-align: middle;
	text-align: center;
	overflow:auto;
}

.logo
{
	color: #014a99;
	font-style: italic;
	font-family: 'Arial Black' , Arial;
	font-weight: bold;
	font-size: 16pt;
}

#paneAnimation
{
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}
#diashow
{
	border-right: #014A99 2px solid;
	border-top: #014A99 2px solid;
	border-left: #014A99 2px solid;
	border-bottom: #014A99 2px solid;
}

.keyword
{
	color: #ff0000;
	cursor: pointer;
}

.cellSelected
{
	color: #ff0000;
}
