* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/background_bottom.png);
	background-repeat: repeat-y;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #4d5b69;
}

p, li {
	font-size: 0.75em;
	line-height: 1.7em;
}

ul#skills,
div#projectdetails ul {
	list-style-image: url(../images/bullet.png);
	list-style-position: inside;
}

a {
	background: url(../images/link.png) no-repeat 0 3px;
	padding-left: 11px;
	text-decoration: underline;
	color: #4d5b69;
}

#top {
	background-image: url(../images/background_top.png);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}

#top_wrapper {
	position: relative;
	width: 800px;
	left: 100px;
	background-image: url(../images/content_line.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 20px;
}

#content {
	float: left;
	clear: both;
	min-height: 300px;
	width: 800px;
}

header {
	display: block;
	margin-top: 12px;
}

h1 {
	text-transform: uppercase;
	padding-top: 17px;
	font-size: 2.5em;
	line-height: .95em;
	color: #6a9dd0;
	margin-bottom: 3px;
}

h2 {
	text-transform: uppercase;
	font-size: 1.38em;
}

#top h2 {
	color: #6497c9;
}

#bottom h2 {
	color: #fff;
	margin-bottom: 15px;
}

h3 {
	text-transform: uppercase;
	font-size: .88em;
	color: #e98b11;
	margin-bottom: 1.45em;
}

#bottom {
	float: left;
	clear: both;
	width: 100%;
	height: 312px;
	background-image: url(../images/skyline.png);
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}

#bottom a {
	color: #fff;
}

#bottom_wrapper {
	float: left;
	position: relative;
	left: 100px;
	width: 800px;
	padding-top: 120px;
	padding-bottom: 10px;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 130px;
	float: left;
	margin-left: 31px;
	padding-right: 100px;
}

#content_me,
#content_skills,
#content_work,
#footer_one,
#footer_two {
	width: 220px;
	float: left;
	margin-left: 35px;
	margin-top: 63px;
}

#footer_two {
	width: 460px;
}

#content_work a {
	padding-left: 0;
}

#content h3 {
	margin-bottom: 1.45em;
}

footer {
	float: right;
	clear: both;
	font-size: .69em;
	text-align: right;
	margin-right: 35px;
}

/* - projects - */

.project {
	float: left;
	border: 1px solid #7895b0;
	width: 60px;
	height: 60px;
	margin-bottom: 17px;
	margin-right: 17px;
        filter:alpha(opacity=60);
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
}

.project:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
}

.project_last {
	margin-right: 0px;
}

#xing {
	background: url(../images/projects/xing.png) no-repeat;
}

#benztown {
	background: url(../images/projects/benztown.png) no-repeat;
}

#glueckauf {
	background: url(../images/projects/glueckauf.png) no-repeat;
}

#lisa {
	background: url(../images/projects/lisa.png) no-repeat;
}

#unionmatex {
	background: url(../images/projects/unionmatex.png) no-repeat;
}

#texprojekt {
	background: url(../images/projects/texprojekt.png) no-repeat;
}

#mietzsch {
	background: url(../images/projects/mietzsch.png) no-repeat;
}

#projectlogo {
	width: 150px;
	height: 100%;
	float: left;
}

#project_link {
	font-size: 0.75em;
	line-height: 1.7em;
}

/* - fancy box - */

#fancy_content h1 {
	font-size: 1.38em;
	margin-bottom: 1em;
}

#fancy_content p,
#fancy_content ul {
	margin-bottom: 1.3em;
}

/* - footer - */

#bottom p {
	padding-bottom: 1.8em;
}

/* - blog - */

ul#blog {
	list-style-type: none;
}

ul#blog h4 {
	text-transform: uppercase;
}

