/*
 * 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;
}

#modal{
	position: absolute; 
	top: 0px;
	left: 0px; 
	z-index:9000;  
	background-image:url('../pics/system/bgdark.png');
	display: none;
	vertical-align: middle;
}

#modalWindow{
	position: relative; 
	margin: auto auto;
	width: 2px;
	height: 2px;
	z-index: 9999;  
	display: none;
}

#modalWindowHead{
	text-align: right;
	z-index: 10002;
	margin-right: -12px;
}

#modalWindowBody{
	z-index: 10000;
	margin-top: -4px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	
}

.blogCommentBlock{
	display: none;
}

.commentFormDiv{
	font-size: 10pt;
}

.galPicCaption{
	font-size: 10pt;
}

.galCopyright{
	font-size: 8pt;
	color: #666666;
	font-style: italic;
}

.galLeft{
	position: absolute;
	vertical-align: middle;
	left: 0px;
	top: 0px;
	display: none;
}

.galRight{
	position: absolute;
	vertical-align: middle;
	right: 0px;
	top: 0px;
	display: none;
}

.galCenter{
	position: absolute;
	vertical-align: middle;
	left: 0px;
	top: 0px;
	white-space: nowrap;
}

.galContainer{
	position: relative;
	white-space: nowrap;
}

.modalCaption{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 5px;
	background-image:url('../pics/system/strongwhitefade.png');
	font-size: 10pt;
	text-align: center;
	margin: auto;
	width: 80%;
	display: none;
}

.hiddenPic{
	display: none;
	position: absolute;
}

.hiddenPicModal{
	display: none;
	position: absolute;
	z-index: 10005;
}

.hiddenDiv{
	display: none;
}

.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;
}

.floatLeft{
	float: left;
	margin-right: 3px;
}

.floatRight{
	position: relative;
	float: right;
	right: 0px;
}

.fullWidth{
	width: 100%;
}


.blogMediaFloatRight{
	float: right;
	top: 8px;
	right: 8px;
	padding: 5px;
}

.blogEntryFloatRight{
	position: absolute;
	top: 0px;
	right: 0px;
}

.blogEntryFloatLeft{
	float: left;
	width: 3em;
}

.blogEntryLine{
	position: relative;
	width: 100%
}
