/*
Copyright (C) 2010 JMW - Johannes Winkler
www.johannes-winkler.info
*/

@font-face {
  font-family: MyFont;
  src: url(journal.ttf);
}

/* Main */

body {
	background-color: #87b7e4;
	font: bold 11px/120% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	text-shadow: #304f6a 0 1px 1px;
}

div.heading {
	background: url(insel.png) no-repeat center center;
	height: 125px;
	width: 283px;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	color: #fff;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

h3 {
	color: #fff;
	font: 50px MyFont, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

/* Wrapper */

div.wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	width: 807px;
	text-align: center;
}

div.wrapper_text {
	width: 738px;
	padding: 5px;
	text-align: center;
	margin-left: 25px;
}

div.wrapper_textfooter {
	width: 738px;
	text-align: center;
	padding: 5px;
	margin-left: 25px;
}

/* Links */

a:link, a:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
}



a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

/* Box */

ul.box {
	text-align: left;
	margin: 0 0 0 30px;
	padding: 0;
	color: #fff;
}

ul.box p {
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #31506c;
	text-shadow: #7a7a7a 0 1px 1px;
}

ul.box a {
	position: relative;
	display: block;
	right: 17px;
	background: url(house.png) no-repeat 0 0;
	padding-left: 22px;
	height: 16px;
	padding-top: 1px;
	float: right;
	top: 4px;
}

ul.box a.more:link, a.more:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
}

ul.box a.more:hover {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

li {
	width: 232px;
	height: 111px;
	list-style-type: none;
	display: block;
	float: left;
	background: url(a_box.png) no-repeat 0 0;
	padding: 8px;
	margin-bottom: 24px;
	margin-right: 7px;
}

li:hover {
	width: 232px;
	height: 111px;
	list-style-type: none;
	background: url(a_box.png) repeat-y 0 127px;
	margin-right: 7px;
	margin-bottom: 24px;
	padding: 8px;
}