* { margin: 0; padding: 0; }

html {height: 100%;}

body {
	height: 100%;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: normal;
	background: #444 url(../img/bg.png) repeat;
	overflow-x: hidden;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-khtml-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1 {color: #444; font-size: 125%; font-weight: 600; letter-spacing: 0.1ex; text-shadow: 0 0 2px #CCD; margin-bottom: 20px;}
h2 {color: #AAC; font-size: 135%; font-weight: 600; letter-spacing: 0.1ex; border-bottom: 2px solid #CCD; margin-bottom: 20px;}
div#sidebar h2 {color: #CCD; font-size: 135%; font-weight: 600; letter-spacing: 0.1ex; border-bottom: 2px solid #CCD; margin-bottom: 15px;}
h3 {color: #999; font-size: 110%; font-weight: 600; letter-spacing: 0.1ex; line-height: 1.5em; margin-bottom: 15px;}
h4 {font-size: 100%; font-weight: normal; margin-bottom: 15px;}
h2 a, h3 a, h4 a {color: #999; text-decoration: none;}
h2 a:hover, h3 a:hover, h4 a:hover {color: #C33; text-decoration: none;}

img {border: none;}

a {color: #C33; text-decoration: none; outline: none;}
object {outline: none;}
:focus {-moz-outline-style: none;}

table {border-collapse: collapse; border: none;}
form {margin-top: 20px;}

blockquote {margin-bottom: 25px;}
blockquote:last-child {margin-bottom: 0;}
cite {color: #C33;}

ul {
	list-style-type: none;
	list-style-position: inside;
}
li a {color: #000;}
li a:hover {color: #C33;}
li:last-child {margin-bottom: 25px;}

div#clear {clear: both;}

div#top {
	position: absolute;
	width: 100%; height: 130px;
	background-color: #C33;
	color: #000;
	-moz-box-shadow: 0px 0px 15px -1px #111;
	-o-box-shadow: 0px 0px 15px -1px #111;
	-webkit-box-shadow: 0px 0px 15px -1px #111;
	-khtml-box-shadow: 0px 0px 15px -1px #111;
	-ms-box-shadow: 0px 0px 15px -1px #111;
	box-shadow: 0px 0px 15px #111;
	border-bottom: 2px solid #000;
	z-index: -1;
}
div#top a {text-decoration: none;}

div#container {
	width: 920px; height: auto;
	-moz-box-shadow: 0px 0px 15px -1px #000;
	-o-box-shadow: 0px 0px 15px -1px #000;
	-webkit-box-shadow: 0px 0px 15px -1px #000;
	-khtml-box-shadow: 0px 0px 15p -1px #000;
	-ms-box-shadow: 0px 0px 15px -1px #000;
	box-shadow: 0px 0px 15px -1px #000;
	margin: 0 auto;
	z-index: 1;
}

div#header {
	width: 920px; height: 130px;
	background-color: #C33;
	background: #C33 -moz-linear-gradient(50deg, #C33 0%, #C33 65%, #E88 80%, #C33 92%);
	background: #C33 -o-linear-gradient(50deg, #C33 0%, #C33 65%, #E88 80%, #C33 92%);
	background: #C33 -webkit-linear-gradient(50deg, #C33 0%, #C33 65%, #E88 80%, #C33 92%);
	background: #C33 -khtml-linear-gradient(50deg, #C33 0%, #C33 65%, #E88 80%, #C33 92%);
	background: #C33 -ms-linear-gradient(50deg, #C33 0%, #C33 65%, #E88 80%, #C33 92%);
	background: #C33 linear-gradient(40deg, #C33 0%, #C33 65%, #E88 80%, #C33 92%);
	border-bottom: 2px solid #000;
	margin: 0 auto;
}
div#header a {text-decoration: none;}
div#header table {
	text-align: center;
	vertical-align: middle;
}
div#header table td.business {
	width: 625px; height: 130px;
	background-color: transparent;
	background-image: url(../img/keyboard.png);
	background-repeat: no-repeat;
	text-align: left;
	color: #FEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0.2ex;
	text-shadow: 0 0 6px #444;
}
div#header table td.business img {
	width: 93px; height: 93px;
	-moz-box-shadow: #444 0px 0px 6px;
	-o-box-shadow: #444 0px 0px 6px;
	-webkit-box-shadow: #444 0px 0px 6px;
	-khtml-box-shadow: #444 0px 0px 6px;
	-ms-box-shadow: #444 0px 0px 6px;
	box-shadow: #444 0px 0px 6px;
	-moz-border-radius: 46px;
	-o-border-radius: 46px;
	-webkit-border-radius: 46px;
	-khtml-border-radius: 46px;
	-ms-border-radius: 46px;
	border-radius: 46px;
	margin: 19px;
}
div#header table td.logo {
	width: 295px; height: 130px;
	background-color: transparent;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}

div#main {
	width: 920px;
	background-color: #EEE;
	font-family: "Courier New", Courier, monospace;
	margin: 0 auto;
}

div#menu {
	display: inline-block;
	width: 160px;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
	list-style-position: inside;
	margin: 25px;
}
div#menu table {
	text-align: left;
	vertical-align: middle;
}
div#menu td.img {
	width: 50px; height: 50px;
	background-color: transparent;
	color: #000;
	padding-right: 10px;
	padding-bottom: 5px;
}
div#menu td.text {
	height: 50px;
	background-color: transparent;
	color: #000;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.15ex;
	font-weight: bold;
	border: none;
	padding-bottom: 5px;
}
div#menu a td {color: #000; text-decoration: none;}
div#menu a:hover td {color: #C33;}
div#menu td#active {color: #C33;}

div#content {
	display: inline-block;
	width: 460px;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	font-size: small;
	line-height: 1.5em;
	margin: 25px 0;
}
div#copy {color: #999; margin-top: 20px;}
div#youtube {margin-top: 25px;}
div#poetry_img {text-align: center; margin: 25px auto 0;}

div#sidebar {
	display: inline-block;
	width: 180px;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	margin: 25px;
}
div#flags {
	display: block;
	margin: -3px 0 20px;
}
div#flags table {width: 180px;}
div#flags td.de {width: 144px; text-align: right; padding-right: 10px;}
div#flags td.en {width: 16px; padding-right: 10px;}
div#projects {
	display: block;
	background-color: #333;
	font-size: smaller;
	border: 1px solid #AAA;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset #000 0 0 15px -1px;
	-o-box-shadow: inset #000 0 0 15px -1px;
	-webkit-box-shadow: inset #000 0 0 15px -1px;
	-khtml-box-shadow: inset #000 0 0 15px -1px;
	-ms-box-shadow: inset #000 0 0 15px -1px;
	box-shadow: inset #000 0 0 15px -1px;
	padding: 15px;
}
div#projects h3 {font-size: normal; margin-bottom: 5px;}

input, select, textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	border: 1px solid #999;
	-moz-box-shadow: inset #999 0 0 5px -1px;
	-o-box-shadow: inset #999 0 0 5px -1px;
	-webkit-box-shadow: inset #999 0 0 5px -1px;
	-khtml-box-shadow: inset #999 0 0 5px -1px;
	-ms-box-shadow: inset #999 0 0 5px -1px;
	box-shadow: inset #999 0 0 5px -1px;
	padding: 4px;
}
select {padding: 3px;}
input:focus, textarea:focus, select:focus, input:hover, textarea:hover, select:hover {border-color: #CCD;}
input.button {
	background-color: #555;
	color: #FFF;
	border: 1px solid #999;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset rgba(0,0,0,.5) 0 0 15px -1px;
	-o-box-shadow: inset rgba(0,0,0,.5) 0 0 15px -1px;
	-webkit-box-shadow: inset rgba(0,0,0,.5) 0 0 15px -1px;
	-khtml-box-shadow: inset rgba(0,0,0,.5) 0 0 15px -1px;
	-ms-box-shadow: inset rgba(0,0,0,.5) 0 0 15px -1px;
	box-shadow: inset rgba(0,0,0,.5) 0 0 15px -1px;
	padding: 4px 10px;
}
input.button:hover {background-color: #DDD; color: #000;}
form td {vertical-align: middle; padding-bottom: 13px;}

div#footer {
	width: 900px;
	color: #888;
	font-size: 70%;
	text-align: center;
	margin: 0 auto 10px;
	padding: 5px;
}
