/*
 * DD Framework Dateien
 * 
 * Dieser code steht unter dem Urheberrecht von David Lee, http://www.leed.ch. 
 * Die Drill-Quest GmbH hat ein uneingeschränktes Nutzungsrecht für diesen Code.
 * Änderungen sollten nicht in dieser Datei, sonder in einer seperaten, nachfolgenden css
 * Datei geschrieben werden. 
 * 
 */ 

img{
 border: 0px;
}

#spamGuardIF{
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.formfield{
	font-size: 8pt;
	border: 1px #8EA2C7 solid;
	background: #FFFFFF;
}

.formfieldred{
	font-size: 8pt;
	border: 1px #8EA2C7 solid;
	background: #FFcccc;
}

.boldred{
	color: #ff0000;
	font-weight: bold;
}

.smallLink{
	font-size: 8pt;
	color: #aaaaaa;
	text-decoration: none;
}

.smallLink:hover{
	font-size: 8pt;
	color: #cccccc;
	text-decoration: underline;
}

.confirmtext{
	width: 500px;
	padding: 3px;
	background: #bbffbb;
	color: #006600;
	border: 1px solid #006600;
	margin: 5px;
}

.denytext{
	width: 500px;
	padding: 3px;
	background: #ffbbbb;
	color: #660000;
	border: 1px solid #660000;
	margin: 5px;
}

.infoboxtext{
	padding: 3px;
	background: #99bbff;
	color: #002266;
	border: 1px solid #660000;
	margin: 5px;
}

.redtext{
	color: #ff0000;
}

.greentext{
	color: #008800;
}

.bluetext{
	color: #0000ff;
}

.graytext{
	color: #666666;
}

.orangetext{
	color: #ff9000;
}

.sitemapLink{
	text-decoration: none;
	color: #0909a9;
}

.sitemapLink:hover{
	text-decoration: underline;
	color: #a5a5c5;
}

.sitemapRow{
	text-align: left;
}

.sitemapTable{
}

.sitemapDiv{
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: auto;
	width: 600px;
}
