/*
Theme Name: Knuts Portfolio
Theme URI: http://blog.knut.me/
Description: Theme fuer www.knut-ahlers.de
Version: 0.1
Author: Knut Ahlers
Author URI: http://blog.knut.me/
Tags: own theme
*/


body {
	background:url('img/bg.jpg');
	font-family:tahoma,helvetica,sans-serif;
	font-size:10pt;
}

body, html {
	margin:0;
	padding:0;
}

a:link, a:active, a:visited {
	color:rgb(129,21,18);
}

#header {
	margin-top:50px;
	margin-bottom:40px;
	text-align:center;
}

.container {
	margin-top:10px;
	margin-bottom:10px;
	position: relative;
	text-align: center;
	padding-top:15px;
}

.cork {
	background:url('img/cork.png');
	height:70px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-10;
}

.sheets {
	margin:0px auto;
	width:801px;
	padding:0;
}

.sheet {
	z-index:100;
	width:237px;
	height:375px;
	padding:15px;
	padding-top:25px;
	display:inline-block;
	float:left;
}

.sheet1 {
	background:url('img/sheet_1.png');
}

.sheet2 {
	background:url('img/sheet_3.png');
}

.sheet3 {
	background:url('img/sheet_4.png');
}

.sheet4 {
	background:url('img/sheet_5.png');
}

.sheet .title {
	text-align:center;
	color:rgb(129,21,18);
	font-weight:bold;
}

*+html .sheet .title {
	padding-top:15px;	
}

.sheet .desc {
	text-align:justify;
}

.sheet .image {
	text-align:center;
}

.sheet .image img {
	width:150px;
	height:100px;
	border:1px solid black;
}

.clear {
	clear:both;
}

.long {
	width:500px;
	text-align:justify;
}

.footer {
	width:500px;
	height:120px;
	margin:0px auto;
	position: relative;
	border:2px solid rgb(129,21,18);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.footer img {
	position:absolute;
	left:10px;
	top:10px;
}

.footer .contact {
	position:absolute;
	left:140px;
	top:15px;
	width:370px;
	color:rgb(129,21,18);
}