html {
	height: 100.01%;
	margin-bottom: 1px;
}

body {
/*	font: 9pt 'lucida grande', verdana, arial, sans-serif; */
/*	font: 10pt 'trebuchet ms', tahoma, verdana, sans-serif; */

	font: 10pt 'lucida grande',  'trebuchet ms', tahoma, verdana, sans-serif;
	line-height: 145%;


	background: #fcfcfc;

	margin: 0px;
	padding: 0px;
}











/********************************
 *
 *	Seitenstruktur
 *
 ********************************/

/* gesamte seite - breite begrenzen und zentrieren */
#ptoPage {
	width: 896px;
	margin: 8px auto 0px auto;
}

/* oberste leiste fuer links etc. */
#ptoSkipLinks {
	position: relative;

	margin: 0px;
	padding: 0px 20px;
	font: 10px 'lucida grande', verdana, arial, sans-serif;
		font: 11px 'lucida grande', verdana, arial, sans-serif;
	min-height: 10px;
		min-height: 15px;

	text-align: right;

	color: #666;
}
#ptoSkipLinks a {
	color: #900;
/*	margin-right: 24px; */
}

#ptoSkipLinks div.logout {
/*
	float: right;

	min-width: 272px;

	padding: 5px 0 0 21px;
	font-size: 1.1em;
*/
}



/* das jeweilige logo */
#ptoLogo {
	float: right;
	margin: 0px 0px 20px 0px;
}



/* inhaltsbereich */
#ptoContent {
	width: 554px;
	color: #222;

	float: right;

	margin: 0px 10px 16px 10px;
	padding: 0px 8px 0px 0px;
}


/* die sidebar */
#ptoSidebar {
	margin: 0px;
	padding: 0px;
	width: 305px;
	line-height: 150%;

	float: right;
}






/********************************
 *
 *	Links
 *
 ********************************/

a {
	color: #09c;	/* 09c	06f	0D97CC	 00A0D9 */
	text-decoration: none;
}
a:visited {
	color: #09c;		/* 49669C */
}
a:active {
	color: #09c;
}
a:hover {
	color: #23608d;		/* 49669C */

/*	text-decoration: underline; */
}








/********************************
 *
 *	standardmaessige vorbelegungen
 *
 ********************************/


/* alle bilder ohne rahmen, wenn sie z.b. links sein sollten */
img {
	border: none;
}

.famfamicon {
	float: right;
	padding-top: 2px;
}
.famfamiconSpace {
	float: right;
	padding: 2px 0 0 8px;
}


.hidden {
	display: none;
}

.light {
	color: #666;
	font-weight: normal;
}


.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}














/********************************
 *
 *	Navigation
 *
 ********************************/

ul#ptoNavigation {
	margin: 0px;
	padding: 0px;
	border: 0;

	list-style: none;
	list-style-type: none;

	text-align: right;
}

ul#ptoNavigation li {
	display: inline;
}

ul#ptoNavigation li a {
	text-decoration: none;
}














/********************************
 *
 *	Ueberschriften
 *
 ********************************/

h1 {
	font: bold 14pt 'trebuchet ms', arial, georgia, 'lucida grande', verdana, sans-serif;
	color: #900;
	text-align: left;
	margin-top: 42px;
	padding-top: 0px;
}

/* erste ueberschrift ohne grossen abstand oben */
h1:first-child {
	margin-top: 0px;
	padding-top: 4px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;

	text-align: left;
}

#ptoContent h3 {
	margin: 24px 0px 6px 0px;
	font-weight: bold;
	font-size: 11pt;
	color: #555;

	text-align: left;
}
#ptoContent h3.top {
	margin: 2px 0px 0px 0px;

	text-align: left;
}

#ptoContent h4 {
	margin: 0px;
	margin-bottom: 12px;

	text-align: left;
}


















/********************************
 *
 *	Inhalt (Content)
 *
 ********************************/

#ptoContent p {
	width: 525px;
	margin: 8px 0px 0px 0px;

	text-align: justify;
}

#ptoContent .divider {
	margin: 36px;
	clear: both;
}


#ptoContent {
	text-align: justify;
}





#ptoContent dl {
/*	margin: 0 0 0 25px; */
}
#ptoContent dl dt {
/*	float: left;
	color: #777;
*/
}
#ptoContent dl dd {
/*	margin: 0px 0px 0px 196px;
	padding: 0px 2px;
*/
}
#ptoContent dl dd.bg {
	background: #F4F5F1;	/* F4F5F1	F6F8F2	EEF4FF	F0F7FC */
}

/* auf der uebersichtsseite */
#ptoContent dl.uebersicht dt {
	float: left;
	color: #777;
}
#ptoContent dl.uebersicht dd {
	margin: 0px 0px 0px 96px;
}








/*
	meldungen ueber die gesamte seite ganz oben
*/

div.statusMsg {
	width: 100%;
	margin: 0 auto 8px auto;
	padding: 0;


/*	background: #FFF5BF; */
	background: #F5FAEC;
	border: 0;

/*	border-top: 1px solid #FFF5BF; */
	border-top: 1px solid #F5FAEC;
/*	border-bottom: 2px solid #FFD324; */
	border-bottom: 2px solid #98cc32;
}

div.errorMsg {
	width: 100%;
	margin: 0 auto 8px auto;
	padding: 0;


	background: #EFCACA;
	border: 0;

	border-top: 1px solid #EFCACA;
	border-bottom: 2px solid #900;
}

div.statusMsg p, div.errorMsg p {
	margin: 4px;
	text-align: center;

	font-weight: bold;
}

/* ******** */

/*
#ptoContent fieldset.status {
	background: #F5FAEC;
	border: none;
	border-left: 3px solid #98cc32;
	margin: 0px;
*/












#ptoContent div.hint {
/*	width: 516px; */

	width: 98.5%;

	margin: 8px 0px;
	padding: 4px;

	background: #FFF5BF;
	border: 0;

	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
}

#ptoContent div.hint p {
	margin: 8px;
	text-align: justify;
}

#ptoContent div.hint p.center {
	text-align: center;
}


/* todo als 4-punkte auf startseite und abgabe */
#ptoContent ul.cycle {
	margin: 0; padding: 0;
}
#ptoContent ul.cycle li {
	list-style: none;
	margin: 10px 0; padding: 4px;
	clear: both;
}
#ptoContent ul.cycle li div {
	margin: 0 12px 0 4px; padding: 0;
	font-family: 'helvetica neue', tahoma, sans-serif;
	font-size: 38px;
	line-height: 42px;
	color: #ffd324;
	font-weight: bold;

	float: left;
}

#ptoContent ul.cycle li blockquote {
	margin-left: 72px;
}




#ptoContent div.error {
	width: 516px;
	margin: 8px 0px;
	padding: 4px;

	background: #EFCACA;
	border: 0;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;

	line-height: 140%;
}

#ptoContent div.error h3 {
	margin: 8px 0px;
	text-align: justify;
}

#ptoContent div.error p {
	margin: 8px 0px;
	text-align: justify;
}







#ptoContent table.tableToSort {
	width: 100%;
	border-collapse: collapse;

	border: 1px solid #ddd;
	border-width: 0 0 2px;
}

#ptoContent table.tableToSort td { padding: 1px 5px; vertical-align: top; }

#ptoContent table.tableToSort th.aright { text-align: right; }
#ptoContent table.tableToSort td.aright { text-align: right; }









/********************************
 *
 *	Seitenleiste (Sidebar)
 *
 ********************************/

#ptoSidebar ul {
/*	border: 1px solid #ccc; */

	margin: 0px;
	padding-top: 2px;
	padding-left: 1px;

	background: #e5e7e1 url('../img/arrowDown.gif') no-repeat top right;
}

#ptoSidebar ul li {
	padding: 2px;
/*	padding-left: 4px; */
		padding-left: 0;

	list-style-image: none;
	list-style: none;

	font: 1.1em 'trebuchet ms', arial, sans-serif;
}

#ptoSidebar ul li a {
/*	font-size: 14px; */
	line-height: 160%;
	display: block;
/*	color: #55F;
		color: #06f;
*/
	font-weight: bold;
}

#ptoSidebar ul li.active a {
	font-weight: bold;
	color: #555;
}


#ptoSidebar ul li span {
	display: block;
	font-weight: normal;

	color: #999;
}




#ptoSidebar p.callFinishInfo {
	text-align: justify;
}
#ptoSidebar p.callFinishInfo strong {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;

	padding: 4px 0 1px 0;
}







/*
 *	fuer den skizzenwechsel
 */
#ptoSidebar ol {
/*	border: 1px solid #ccc; */

	margin: 0px;
	padding: 0px;
}

#ptoSidebar ol li {
	padding: 2px;
	padding-left: 4px;

	list-style-image: none;
	list-style: none;

	border-bottom: 1px solid #eee;
	color: #000;
}

#ptoSidebar ol li a {
/*	color: #55F; */
}

#ptoSidebar ol li.active {
/*
	background: #FFF5BF;
	border: 0;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
*/
/*	background: #fffced;

	background: #FFFFAA;*/
	background: #FFC;
/*
	border: 0;
	border-top: 2px solid #ffeb9e;
	border-bottom: 2px solid #ffeb9e;
*/
}


#ptoSidebar ol li span {
	display: block;
	font-weight: normal;

	color: #999;
}





#ptoSidebar div.userOutlines {
	width: 264px;
	margin: 52px 18px;

	color: #777;
}

#ptoSidebar .userOutlines h3 {
	margin: 0px;
	padding: 0px;

/*	font: bold 11px arial, sans-serif; */
/*	text-transform: uppercase;*/
	text-align: center;

/*	color: #999; */

	border-bottom: 3px solid #eee;
}

#ptoSidebar .userOutlines h3 a {
/*	font-size: 12px; */
/*	font-weight: normal; */
/*	color: #55F; */

}

#ptoSidebar .userOutlines p {
	margin: 2px 5px;
	padding: 0px;


	font: normal 11px arial, sans-serif;
	line-height: 14px;
	text-align: justify;

	color: #666;

/*
	line-height: 18px;
	text-align: justify;
	color: #333;
*/
}







#ptoSidebar .box_top {
	background: url('../img/box_top.gif');
	height: 18px;
}
#ptoSidebar .box_middle {
	background: url('../img/box_middle.gif');
	padding: 0px 20px;
	color: #777;
}

#ptoSidebar .box_middle_menue {
/*	background: #e5e7e1 url('../img/arrowDown.gif') no-repeat top right; */
		background: #e5e7e1;
	margin: 0 6px 0 5px;
}


#ptoSidebar .box_bottom {
	background: url('../img/box_bottom.gif');
	height: 18px;
	margin-bottom: 4px;
}


#ptoSidebar .box_top_active {
	background: url('../img/box_top_active.png');
	height: 18px;
}
#ptoSidebar .box_middle_active {
	background: url('../img/box_middle_active.png');
	padding: 0px 20px;
	color: #777;
}
#ptoSidebar .box_bottom_active {
	background: url('../img/box_bottom_active.png');
	height: 18px;
	margin-bottom: 4px;
}




#ptoSidebar h3 {
	margin: 0px;
	padding: 4px 0;

	font-weight: bold;
	font-size: 1em;
	color: #555;
}
#ptoSidebar p {
	margin: 0px;
	padding: 4px 0px;
}

#ptoSidebar address {
	font-style: normal;
/*	text-align: justify;*/
	padding: 4px 0px;
}





#ptoSidebar dl {
	margin: 0px;
	padding: 0px;
}
#ptoSidebar dl dt {
/*	margin: 0px 0px 4px 5px; */
	margin: 0px 0px 1px 0px;
	font: 13px 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	color: #555;
}
#ptoSidebar dl dd {
	margin-left: 0px;
}
#ptoSidebar dl dd.spacer {
	margin-bottom: 10px;
}
#ptoSidebar dl dd p {
	margin: 0px;
}













#ptoSidebar div.hint {
	margin: 8px 6px;
	padding: 4px;

	background: #FFF5BF;
	border: 0;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;

	line-height: 140%;
}

#ptoSidebar div.hint p {
	margin: 8px;
	text-align: justify;
}


#ptoSidebar div.error {
	margin: 21px 6px;
	padding: 4px;

	background: #EFCACA;
	border: 0;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;

	line-height: 140%;
}

#ptoSidebar div.error h3 {
	margin: 8px;
	text-align: justify;
}

#ptoSidebar div.error p {
	margin: 8px;
	text-align: justify;
}






















/********************************
 *
 *	Formulare
 *
 ********************************/

form.ptoNewOutline input[type=text] {
	width: 102px;
	margin-left: 4px;
	border: none;

	font: bold 0.9em 'lucida grande', arial, verdana, arial, sans-serif;
	color: #555;

	background: #f8f9f5;

	border: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;

	margin-top: 0px;
	padding: 2px 3px 2px 3px;
}

form.ptoNewOutline input[type=text]:focus {
	border: 1px solid #dfdfb2;
	border-left: 1px solid #aeae8b;
	border-top: 1px solid #aeae8b;
	background: #ffc;
}


form.ptoNewOutline .button {
	font-size: 9pt;
	width: 142px;
}
















/********************************
 *
 *	Statusmeldungen
 *
 ********************************/

/*
	Error
*/
#ptoContent fieldset.error {
	background: #EFCACA;
	border: none;
	border-left: 3px solid #900;
	margin: 0px;
	padding: 5px 10px;
	margin-bottom: 32px;

	font-weight: bold;
}
#ptoContent fieldset.error legend {
	color: #900;
	font-weight: bold;
	padding-top: 13px;
}


/*
	Status
*/
#ptoContent fieldset.status {
	background: #F5FAEC;
	border: none;
	border-left: 3px solid #98cc32;
	margin: 0px;
	padding: 5px 10px;
	margin-bottom: 32px;

	font-weight: bold;
}
#ptoContent fieldset.status legend {
	color: #98cc32;
	font-weight: bold;
	padding-top: 13px;
}














/********************************
 *
 *	Link-Buttons
 *
 ********************************/

.clxButton {
	margin: 0 4px;
	padding: 0px 6px;

	background: url(../img/gradientBG.jpg) 0 0 repeat-x;

	color: #444;

	border: 1px solid #ccc;
/*	-moz-border-radius: 3px; */
}

.clxButton:hover {
	border-color: #aaa;
	color: #111;
}


























/********************************
 *
 *	Sonstiges
 *
 ********************************/



div#formfieldChange {
	display: none;
	margin: 8px;
	padding: 0 6px;
	font-weight: bold;

	background: #FFF5BF;
	border: 0;

	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
}
div#formfieldChange p.center {
	text-align: center;
}



li.confirmDeleteOutline { margin: 4px; padding: 0 6px; font-weight: bold; background: #efcaca; border: 0; border-top: 2px solid #900; border-bottom: 2px solid #900; }
li.confirmDeleteOutline p.center { text-align: center; }
li.confirmDeleteOutline a { color: #900; }








a.tooltip {
	position: relative;
	text-decoration: none;
	color: #000000;
}

a.tooltip span {
	display: none;
	text-decoration: none;
}

a.tooltip:hover span {
	z-index: 100;

	position: absolute;
	top: 16px;
	left: 32px;

	width: 372px;
	height: auto;

	display: block;
	border: 1px solid #999;
	background: #fff;

	font: 11px/1.5em verdana, arial, sans-serif;
	text-align: left;
	margin: 3px;
	padding: 2px;
}

a.tooltip:hover span strong {
	display: block;
	background: #ff0;
	padding: 3px 3px;
}

a.tooltip:hover span em {
	background: #e9ebe6;
	font-weight: bold;
	padding: 0px 3px;
}


#ptoContent p.faq {
	margin: 0px 0px 30px 20px;
}

#ptoContent ul.faq {
	margin-top: 0px;
}


ol.faq li {
/*
	list-style: none;
	list-style-image: none;
*/
}

code {
	font-family: 'lucida grande', arial, 'trebuchet ms', tahoma, verdana, sans-serif;
	font-style: italic;
}






.justify {
	text-align: justify;
}
.center {
	text-align: center;
}







