﻿/*

#84b0cd helles Blau
#354153 dunkles Blau
*/

body
{
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    background: white;
    font-family: Arial,Helvetica,sans-serif;
    color: #10456e;
    font-size: 11px;
    line-height: 16px;
}


input, select
{
	border: solid 1px #84b0cd;
}

#container
{
	margin: 0 auto;
	width:960px;

}

.MasterHead
{
	width: 100%;
	height:100px;
	min-width: 800px;
	border-bottom:dotted 2px #84b0cd;
	/* testborder */
}

.MasterLogo
{
	width:180px;
	height:100px;
	float:left;
}

.MasterPPLogo
{
	float:right;
	width:180px;
	height:100px;
	text-align:right;
	display:inline;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url('/images/pp_logo_small.jpg');
}


.MasterHeadText
{
	float:left;
	height:100px;
	width:600px;
	/* testborder */
}

.HeadFormMode
{
	font-size:14pt;
	font-weight:bold;
	position:absolute;
	top:20px
}

.HeadFormSelectedData
{
	font-size:11pt;
	position:absolute;
	top:50px
}

.MasterLeftBar
{
	float:left;
	width:180px;
	margin-top:20px;
	margin-left:10px;
	font-size:10pt;
	/* testborder */
	
}

.LeftBarLinkItem 
{
	margin-bottom:5px;
	border-bottom: dotted 1px #84b0cd;
}

.MasterRightBar
{
	margin-top:20px;
	margin-right:10px;
	width: 750px;
	float:right;
	/* testborder */
}


.LeftBarLinkItem a
{
	color:#10456e;
	font-style:normal;
	text-decoration: none;
}

.LeftBarSearchBlock
{
	margin-bottom:5px;
	border-bottom: dotted 1px #84b0cd;
	width:160px;
}

.LeftBarSearchItem
{
	width:150px;
	padding-bottom:5px;
}
	

.FormLine
{
	clear:both;
	padding-top:10px;
}

.FormLabelMandatory
{
	font-weight:bold;
	float:left;
	width:150px;
	text-align:right;
}

.FormInput input
{
	width:150px;
}

.FormInput
{
	padding-left:10px;
	float:left;
}

.FormSelection select
{
	width:155px;	
}

.FormSelection
{
	padding-left:10px;
	float:left;
}

.Clear
{
	clear:both;
}

.Float
{
	float:left;
}

#Footer
{
	display:none;
	/* testborder */
	height:36px;
	background-color:#eeeeee;
	margin-left:20px;
	margin-top:10px;
}

.Content
{
	clear:both;
	width: 100%;
}

.ListViewHead
{
	font-weight:bold;
	border-bottom: solid 1px #84b0cd;
}

.ListViewRow
{
	font-weight:normal;
}

.AutoCompleteHighlight
{
	color: #10456e;
	font-style:italic;
}

.AuthorCompletionList
{
	border-bottom: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	background-color: white;
	margin: 0px;
	height: 400px;
	visibility: hidden;
	overflow: auto;
	border-top: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
	padding-left: 3px;
	width: 600px !important;
}

.AuthorCompletionList li
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}