@charset "utf-8";

/********************* 1. RESET ******************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
	width: 100%;
	font-size: 1.01em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.01em;
	line-height: 1.01em;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}

/********************* 2. Basics ******************************/

html, body {
	background: #c0c0c0;
	color: #000;
	font: 1em/1em normal arial, helvetica, FreeSans, sans-serif;
}

#box1 {
	background: inherit;
	color: #666;
}

#box2 {
	background: inherit;
	color: #000;
}

h1, h2 {
	font-weight: 200;
}

h1 {
	font-size: 3.8em;
	line-height: 2em;
	font-weight: 300;
	background: inherit;
	color: #000;
}

#box2 h1 {
	background: inherit;
	color: #f60;
}

#box2 h2{
	font-size: 1.15em;
	line-height: 1.2em;
}

/* Links */

a:link {
	background: inherit;
	color: #666;
}

a:visited {
	background: inherit;
	color: #333;
}

a:hover {
	background: inherit;
	color: #fff;
}

a:focus {
	background: inherit;
	color: #f60;
}

/* Links: #box2 */

#box2 a:link {
	background: inherit;
	color: #000;
}

#box2 a:visited {
	background: inherit;
	color: #666;
}

#box2 a:hover {
	background: inherit;
	color: #fff;
}

#box2 a:focus {
	background: inherit;
	color: #f60;
}

/* Links: #box2 h2 */

#box2 h2 a:link {
	background: inherit;
	color: #666;
}

#box2 h2 a:visited {
	background: inherit;
	color: #333;
}

#box2 h2 a:hover {
	background: inherit;
	color: #fff;
}

#box2 h2 a:focus {
	background: inherit;
	color: #f60;
}

/* Links: #box1 a.mail */

li#mail {
	margin-top: 40px;
}

li#mail a:link {
	background: inherit;
	color: #fff;
}

li#mail a:visited {
	background: inherit;
	color: #fff;
}

li#mail a:hover {
	background: inherit;
	color: #f60;
}

li#mail a:focus {
	background: inherit;
	color: #333;
}

/* Listen */

#box1 ul {
	font-size: 1.6em;
	line-height: 1.2em;
}

#box2 ul {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 25px;
}

ul#lektionen {
	margin-bottom: 0;
}

ul#tagebuch a img {
	margin-top: 20px;
	display: block;
	float: right;
	margin-right: -4px;
	border: 4px solid #c0c0c0;
}

ul#tagebuch a:hover img {
	border-color: #600;
}

#box1 h1 {
	clear: both;
}

.inline {
	display: inline;
}

/********************* 3. Positions ****************************/

#container {
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

#innercontainer {
	position: relative;
	top: 10%;
}

#box1 {
	position: absolute;
	top:0;
	left: 0;
	width: 49%;
	height: 100%;
	text-align: right;
}

#box2 {
	position: absolute;
	top: 0;
	left: 51%;
	width: 48%;
	height: 100%;
	text-align: left;
}
