/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- */

body {
	width: 100%;
	height: 100%;
	background: #fff url(bg.png) repeat-x 0 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #333;
}

h2  {
	font-size: 14px;
	font-weight: normal;
	margin-bottom:16px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #333;
}

a:hover {
	color: #111;
}

p {
	margin-bottom: 12px;
}


#global {
	position:absolute;
	left: 50px;
	top: 50px;
	width: 481px;
}

/* SHADDOW BOX */

#box_top,
#box_bottom {
	background: transparent url(content_top.png) no-repeat 0 0;
	height: 5px;
}

#box_bottom {
	background-image: url(content_bottom.png);
}

* html #box_bottom  {
	background: #fff;
	border-top: 1px solid #a4a4a4;
}

* html #box_top {
	background: transparent;
	border-bottom: 1px solid #a4a4a4;
}

#box_content {
	background: transparent url(content_middle.png) repeat-y 0 0;
	min-height: 600px;
	padding: 0 5px;
}

* html #box_content {
	background: #fff;
	height: 600px;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
} 


/* HEADER */

#header {
	padding: 18px 0 0 0;
	background: url(logo_mini.png) no-repeat 97% 15px;
}

#header h1 {
	height: 20px;
	width: 359px;
	background: transparent url(logo.png) no-repeat 12px 0;
	text-indent: -9000px;
	display: block;
	margin:0;
	overflow: hidden;
}

#header h1 a {
	display: block;
}

#header ul {
	border-top: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 10px;
	margin: 14px 0 0 0;
}
#header ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
#header ul li a {
	text-decoration:none;
	display: block;
	padding: 2px 3px;
}
#header ul li a:hover,
#header ul li.active a {
	color: #fff;
	background-color: #cccc33;
	border: none;
}

/* CONTENT */

#content {
	padding: 24px 30px;
	position: relative;
}

/* PROJECTS */
#content a.toggleProject {
	text-decoration: none;	
	position: absolute;
	right: 24px;
	top: 27px;
}

#content a.toggleProject span.close {
	display: none;
} 

#content div.project {
	margin-bottom: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #f3f3f3;
}

#content div.project span {
	display: block;
}

#content div.project span.caps {
	display: inline;
}

#content div.project ul {
	margin: 6px 0 18px 0;
}

#content div.project ul li {
	list-style-type: square;
	margin-left: 24px;
}

/* PROFILE */

ul {
	list-style-type: square;
	margin-left: 12px;
}

ul.tagcloud {
	margin: 0;
	padding:0;
	text-align:center;
	list-style: none;
}

ul.tagcloud li {
	list-style: none;
	display: inline;
	line-height: 17px;
	color: #999900;
}

ul.tagcloud li:hover {
	cursor: default;
}

/* CONTACT */

a.favicon {
	padding: 0 0 0 22px;
	display: block;
	height: 16px;
	margin-bottom: 4px;
	background: transparent no-repeat 0 50%;
}

a.favicon_xing {
	background-image: url(favicon_xing.gif);
}

a.favicon_lastfm {
	background-image: url(favicon_lastfm.gif);
}

a.favicon_twitter {
	background-image: url(favicon_twitter.gif);
}



#footer {
	padding: 0 8px;
	text-align: right;
	margin-bottom: 24px;
	font-size: 10px;
	color: #ccc;
}

#footer a {
	color: #ccc;
}

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */
