.clear {
	clear: both;
}

.emph {
	font-weight: bold;
	color: #D50;
}

/*															  headlines	*/

h1 {
	/*font-family: "Georgia", sans-serif;*/
	font-style: italic;
	/*font-weight: normal;*/
	color: #888; }

h2 {
	margin-top: 1.6em;

	/*font-family: "Georgia", sans-serif;*/
	/*font-style: italic;*/
	/*font-weight: normal;*/
	
	font-size: 1.8em;
	color: #0634C4; }

h3 {
	/*font-family: "Georgia", sans-serif;*/
	font-style: italic;
	/*font-weight: normal;*/
	
	font-size: 2em; }
	
h4 {
	/*font-family: "Georgia", sans-serif;*/
	font-style: italic;
	/*font-weight: normal;*/
	
	font-size: 1.4em; }

/*																 code */

ul.code {
	margin: 2em 0 2em 1.5em;
	list-style-type: decimal;

	background-image: url('../img/design/listtype-bg.gif');
	background-repeat: repeat-y;
	background-position: left top;

	color: #558833;
	font-family: monospace;
	font-weight: bold;
	line-height: 0.9em;
	font-size: 1.2em;
}

/*																	a */

div.untertitel	a,
div.tutorial	a,
div.blog		a,
div.normal		a {
	padding: 2px 3px 3px 3px;

	color: #555;
	text-decoration: none;
	background-image: url('../img/design/link_palantino.gif');
	background-position: middle; }

a.web {
	padding-left: 17px;
	
	background-image: url('../img/design/smallglobe.gif');
	background-repeat: no-repeat;
	background-position: left; }
	
a.imglink {
	padding: 0;
	background-image: none !important; }

a.imglink img { border: 0; }
	
div.untertitel	a.nodeco,
div.tutorial	a.nodeco,
div.blog		a.nodeco,
div.normal		a.nodeco {
	padding: 0;
	border: 0;
	background-image: none;
	background: none; }

div.untertitel	a.nodeco	img,
div.tutorial	a.nodeco	img,
div.blog		a.nodeco	img,
div.normal		a.nodeco	img {
	border: 0; }

/*																  lists	*/

div.tutorial	ul,
div.blog		ul,
div.normal		ul {
	list-style-image: url('../img/design/list1.gif');
}

div.tutorial	ul li,
div.blog		ul li,
div.normal		ul li {
	margin-top: 5px;
}

/* 																  zitat	*/

div.zitat {
	width: 85%;
	max-width: 85%;
	
	margin: auto;
	padding-left: 25px;
	padding-top: 10px;
	
	text-indent: 1em;
	font-style: italic;
	letter-spacing: 0.03em;
	
	color: #665;
	background: url('../img/design/zitat.gif') no-repeat;
}

/*															   Spalten	*/

div.spalte_l {
	width: 300px;
	max-width: 300px;
}

/*														   align images	*/

img.align_r {
	float: right; }

img.align_l {
	float: left; }

img.r_border {
	float: right;
	border: 1px solid #AA9;
	padding: 5px;
	margin-left: 10px; }
	
/*																   blog	*/

div.blog {
	clear: both;
	padding-left: 100px;
	margin-bottom: 50px; }
	
div.blog img.monat {
	float: left;
	margin-left: -100px; }
	
div.blog img.align_w {
	margin-left: -120px; }

/*																bookman	*/

div.bookman {
	width: 95%;
	max-width: 95%;
	
	border: 1px solid #C0C0C0;
	background-color: #EEEDC6;
	
	/* filters added by opacity.css */
	
	padding: 10px 20px 10px 20px;
	/*font-family: Georgia, serif;*/
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.1em;
}

/*																 author	*/

div.author {
	width: 95%;
	max-width: 95%;

	text-align: right;
	color: #AAA;
	font-weight: bold;
	font-size: 0.8em;
}

/*															  statistik	*/

table.statistik {
	float: left; }

table.statistik td {
	/*font-family: Verdana, sans-serif;*/
	border-bottom: 2px solid #FFE986; }
	
/*															   referenz	*/

div.referenz {
	clear: both;

	padding: 5px;
	padding-top: 20px;
	/*height: 250px;
	min-height: 250px;*/

	/*border: 1px solid #999;
	background-color: #F0F0F0;*/
}

div.referenz div {
	margin-left: 270px;
}

div.referenz a.refimg {
	display: block;
	float: left;
	
	border: 1px solid #999;
	background-color: #FAFAFA;
	padding: 2px;
	
	/* filters added by opacity.css */
}

div.referenz a.refimg:hover {
	/* added by opacity.css */
}

div.referenz img {
	border: 0;
}

div.referenz h4 {
	margin: 2px;
}

div.referenz p {
	margin-top: 5px;
	margin-bottom: 0;
	
	color: #666;
}
	
div.referenz a.reflink {
	background-image: url('../img/design/list1.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

div.referenz a.reflink:hover {
	color: #44F;
}

/*															  doc cover	*/

div.doccover {
	margin-top: -20px;
	margin-bottom: 40px;
	
	background-repeat: no-repeat;
	background-position: right top;
}

div.doccover#cookin {
	background-image: url('../img/draws/hex_howiscockingoodloockin.gif');
	height: 258px;
	min-height: 258px; }

div.doccover#wok {
	background-image: url('../img/draws/wok.png');
	min-height: 214px; }
	
div.doccover#zauberer {
	background-image: url('../img/draws/zauberer.gif');
	padding-right: 270px;
 }
