/* @override 
	http://www.hammererlehen.de/themes/hammererlehen/stylesheets/hammererlehen.css?1231783914
	http://www.hammererlehen.de/themes/hammererlehen/stylesheets/hammererlehen.css?1231850242
*/

/*
	 Main StyleSheet for the 'Hammererlehen' theme
*/

body {
	margin: 0;
	padding: 0;
	font-size: 110%;
	line-height: 135%;
	font-family: Didot, Bell, Clearface, Bodoni;
}
a {
	text-decoration: none;
	color: #366;
	font-weight: bold;
	margin: 0 -5px 0 -5px;
	padding: 0 5px 0 5px;
}

a:hover {
	color: #3bb;
}

img {
	border: none;
	max-width: 700px;
	margin: 0;
}

.body table {
	width: 700px;
}

table img {
	max-width: 100%;
}

address {
	white-space: pre-line;
}
#languages {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 70%;
	line-height: 100%;
}
#left {
	position: absolute;
	left: 0;
	top: 120px;
	width: 180px;
	margin-left:20px;
	font-size: 90%;
	overflow: hidden;
}

#navigation {
	padding: 0px;
	margin: 30px 0 0 20px;
	line-height: 125%;
}
#navigation li a {
	display: block;
}
#main {
	position:absolute;
	left: 240px;
	padding-bottom:20px;
	width: 700px;
	top:130px;
}
#header a {
	display:  block;
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 0;
	background-image: url(/images/themes/hammererlehen/hammererlehen.png);
	background-repeat: no-repeat;
	background-position: 210px center;
}
#header a span {
	display: none;
}

#copyright {
	clear: both;
	border-top: 1px black solid;
	margin-top: 2em;
	font-size: 80%;
}

img.image {
	font-size: 90%;
}
.floatleft {
	float: left;
	margin-right: 10px;
	display: block;
}
.floatright {
	float: right;
	margin-left: 10px;
	display: block;
}
