/* Standardm&auml;&szlig;iges CSS-Stylesheet f&uuml;r ein neues Webanwendungsprojekt */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/puj/etc/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/puj/etc/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/puj/etc/overlay.png", sizingMethod="scale");
	}
	
BODY
{
	font-size: 10pt;
	color: #3333cc;
	font-family: Verdana, Arial;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
	font-family: Arial;
}
H1
{
	display: inline;
	font-weight: bold;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: yellowgreen;
	font-style: normal;
	font-family: Verdana, Arial;
	letter-spacing: normal;
	text-decoration: none;
}

H2
{
	display: inline;
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial;
	letter-spacing: normal;
	text-decoration: none;
}

H3
{
	clear: none;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	float: left;
	visibility: visible;
	word-spacing: normal;
	text-transform: none;
	color: yellowgreen;
	font-style: normal;
	font-family: Verdana, Arial;
	letter-spacing: normal;
	text-decoration: none;
}

H4
{
	font-size: 1.33em;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

H5, DT
{
	font-weight: bold;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

H6
{
	font-weight: bold;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	color: #3333cc;
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.Standard
{
	font-size: 10pt;
	color: #3333cc;
	font-family: Verdana, Arial;
}
.PUJ
{
	font-size: 10pt;
	color: #3333cc;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.PUJsmall
{
	font-size: 8pt;
	color: #3333cc;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.LeftNav
{
	color: white;
	font-family: Verdana, Arial;
	background-color: aqua;
}

.LeftNavGreen
{
	font-weight: bold;
	font-size: 8pt;
	color: yellowgreen;
	font-family: Verdana, Arial;
	background-color: white;
}

.Headline
{
	font-weight: bold;
	font-size: 12pt;
	color: #000099;
	font-family: Verdana, Arial;
}

.HeadlineGreen
{
	font-weight: bold;
	font-size: 12pt;
	color: yellowgreen;
	font-family: Verdana, Arial;
}

.PUJGreen
{
	font-size: 10pt;
	color: yellowgreen;
	font-family: Verdana, Arial;
}

.PUJGreenBold
{
	font-weight: bold;
	font-size: 10pt;
	color: yellowgreen;
	font-family: Verdana, Arial;
}

.Subline
{
	font-weight: bold;
	font-size: 10pt;
	color: #000099;
	font-family: Verdana, Arial;
}
.Footer
{
	font-size: 8pt;
	color: #3333cc;
	font-family: Verdana, Arial;
	text-align: center;
}

