#head {
	margin: 0 auto;
}

h1 {
	font-size: 12px;
}

h2 {
	font-family: 	"Reenie Beanie", arial, serif;
	font-size:	40px;
	margin-bottom:	0px;
}
body {
	font-family: 	Helvetica, Arial, sans-serif;
	/*font-family: "Cantarell", arial, serif;*/
	font-size: 		16px;
	margin: 		0px;
	padding: 		0px;
}

#page {
	margin-top: 120px;
}

#navigation  {
	float: left;
}

#content {
	margin-left: 	50px;
	float: 			left;
	width: 			700px;
	text-align: 	justify;
	border-top:		1px dashed #000000;
}

div.spacer {
	height: 90px;
}

#topbar {
	background-color: 	#000000;
	position: 			absolute;
	width: 				100%;
	height: 			70px;
	top: 				0px;
	z-index: 			0;
}

#img_logo {
	position: 	absolute;
	right: 		75px;
	z-index: 	100;
	top: 		13px;
}

a.star {
	display: block;
	position: 	absolute;
	z-index: 	100;
	top: 		25px;
	height: 80px;
	width: 	80px;
}
a img {
	border: none;
}

ul {
	font-size: 	14px;
	padding: 	0px 0px 0px 10px;
	margin: 	0px;
}

ul > li{
	list-style-image: 		url(/images/arrow2.png);
	list-style-position:	inside;
	margin-bottom: 			5px;
}

ol > li {
	list-style-image: 	none;
	list-style-type:	decimal;
}

li a:link, li a:visited {
	color: 				#000000;
	text-decoration: 	none;
	padding: 			3px;
}

li a:hover {
	color: 				#FFFFFF;
	background-color: 	#000000;
	text-decoration: 	none;
}

li a:active, li a:focus {
	color: 				#FF00FF;
	background-color: 	#000000;
	text-decoration: 	none;
}

div.reference {
	border-bottom: 	1px dashed #000000;
	padding-bottom: 10px;
}

div.reference img {
	float: 			left;
	margin-right: 	10px;
	border: 		2px solid #000000;
}

div.reference_info {
	float: left;
	width: 500px;
}


#content a {
	border-bottom: 		1px dashed #000000;
	color: 				#FF0000;
	text-decoration: 	underline;
}

#content  a:link, #content  a:visited {
	color: 				#000000;
	text-decoration: 	none;
}

#content  a:hover {
	color: 				#FFFFFF;
	background-color: 	#000000;
	text-decoration: 	none;
}

#content  a:active, #content  a:focus {
	color: 				#FF00FF;
	background-color: 	#000000;
	text-decoration: 	none;
}


/* Wordpress-CSS */

code {
	background-color: 	#F0F0F0;
	display: 			block;
	padding: 			10px;
	border: 			1px dashed #000000;
}

code + br {
	display: none;
}

div.post h2 {
	margin-bottom: 5px;
}

div.post a {
	
}
div.meta {
	font-size: 12px;
}

div.post {
	padding-bottom: 20px;
	border-bottom: 	1px dashed #000000;
}

div.meta span.comments {
	font-weight: bold;
}

a.more-link {
	font-size: 		16px;
	font-weight: 	bold;
}

blockquote {
	background-color: 	#F0F0F0;
	padding: 			10px;
}

#header_blog {
	background-image: 	url(http://www.patrick-heina.de/images/blog.png);
	left: 				20px;
}

#header_xing {
	background-image: 	url(http://www.patrick-heina.de/images/xing.png);
	left: 				110px;
	
}

#header_twitter {
	background-image: 	url(http://www.patrick-heina.de/images/twitter.png);
	left: 				200px;
	
}	

#content_rss {
	background-image: 	url(http://www.patrick-heina.de/images/rss.png);
	position: 			absolute;
	display: 			block;
	width: 				80px;
	height: 			75px;
	right: 				0px;
	top: 				0px;
}

a.rss {
	margin-left: 3px;
	padding: 0 2px 0 22px;
	background: 	url("../images/feed-icon-14x14.png") no-repeat 2px 50%;
	font-weight: 	bold;
	float: 			right;
	color: 			#FF7400 !important;
	border:			none !important;
}

a.rss:hover {
	color: 				#FF7400;
	background-color: 	#000000;
	text-decoration: 	none;
}


div.top_navi {
	clear:both;
	padding: 20px 0 0 0;
}

div.top_navi span.previous_page {
	float: left;
}

div.top_navi span.next_page {
	float: right;
}
div.bottom_navi {
	padding: 20px 0 80px 0;
}

div.bottom_navi span.previous_page {
	float: left;
}

div.bottom_navi span.next_page {
	float: right;
}

div.flattr {
	float: left;
	margin-right: 20px;
}

div.xing a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: none !important;
}

img.shadow {
    box-shadow: 8px 8px 100px #000;
    -moz-box-shadow: 8px 8px 100px #000;
    -webkit-box-shadow: 8px 8px 100px #000;
}
