/* Typo
************************************************/

a, a:link, a:active, a:visited {
	color: #090;
	text-decoration: none;
}

a:hover, a:focus { color: #333; }
a:active, a:focus { outline: none; }

p { margin-bottom: 1em; }

#content h1 {
	font-size: 140%;
	line-height: 120%;
	margin-bottom: 0.5em;
	font-weight: normal;
}

#content h1 span {
	display: block;
	font-size: 75%;
	color: #956d4f;
}


#content p span {
	display: block;
	font-size: 110%;
	color: #956d4f;
}

/* Site-Messages
************************************************/

div.globError {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 2000;
	width: 30em;
	height: 20em;
	border: 2px solid #d00;
	background-color: #fff;
	opacity: 0.7;
	overflow: auto;
	text-align: left;
	-moz-border-raidus: 10px;
}

div.globError h3 {
	color: #000;
	font-weight: bold;
	font-size: 120%;
	margin-top: 0;
	margin-bottom: 1em;
	background: #d00 url(/images/icons/24-tool-a.png) no-repeat 98% 50%;
	color: #fff;
	padding: 0.3em 0.6em;
}

div.globError div {
	margin: 1em;
}

div.globError img.icon {
	float: right;
	width: 3em;
	height: 3em;
}

div.globError p, div.globError pre {
	color: #000;
}

div.globError p.mono {
	font-family: monospace;
}

/* misc
************************************************/

.hide { display: none; }

/* clearfix
************************************************/

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benÃ¶tigt der Safari-Browser zwingend !! */
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */