BODY {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-serif;
	color: black;
}

A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
.mobile-only {
	display: none;
}

/**************************************/

DIV#wrapper {
	width: 1024px;
	margin: 0 auto;
}

/**************************************/

DIV#top {
	background: url("images/head.jpg") no-repeat;
	width: 1024px;
	height: 268px;
}

/**************************************/

DIV#menu {
	background: url("images/menu-off.png") no-repeat left top;
	height: 39px;
}

DIV#menu UL.items {
	padding: 0 0 0 253px;
	margin: 0;
}

DIV#menu UL.items LI.item {
	text-align: center;
	overflow: hidden;
	display: block;
	height: 28px;
	float: left;
	padding: 0;
	margin: 0;
}
DIV#menu UL.items LI.item:hover {
	background: url("images/menu-on.png") no-repeat;
}

DIV#menu UL.items LI.item A,
DIV#menu UL.items LI.item SPAN {
	display: block;
	height: 28px;
	margin-top: 2px;
	text-shadow: 2px 2px #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: white;
}

DIV#menu UL.items LI.item.i1 {
	background-position: -253px 0;
	width: 100px;
}
DIV#menu UL.items LI.item.i2 {
	background-position: -353px 0;
	width: 190px;
}
DIV#menu UL.items LI.item.i3 {
	background-position: -543px 0;
	width: 160px;
}
DIV#menu UL.items LI.item.i4 {
	background-position: -703px 0;
	width: 100px;
}
DIV#menu UL.items LI.item.i5 {
	background-position: -803px 0;
	width: 130px;
}
DIV#menu UL.items LI.item.i6 {
	background-position: -933px 0;
	text-align: center;
	padding-top: 1px;
	width: 80px;
}

DIV#menu UL.items LI.item.i6 A {
	width: 30;
	height: 30;
	background: url("images/icon_en.png") no-repeat center top;
}

DIV#menu UL.items LI.item.i6 A SPAN {
	display: none;
}

/**************************************/

DIV#roster {
	float: left;
	background: url("images/roster.png") no-repeat left bottom;
	margin-left: 10px;
	font-size: .9em;
	width: 208px;
}
DIV#roster DIV.items {
	background: url("images/roster.png") repeat-y right bottom;
	padding: 1px;
}
DIV#roster DIV.items UL {
	margin: 2em 0 4em 0;
	padding: 0;
}
DIV#roster DIV.items LI {
	list-style-type: circle;
	margin: .5em 1em .5em 2em;
	padding: 0;
}
DIV#roster DIV.items A {
	color: black;
}
DIV#roster DIV.items LI.new,
DIV#roster DIV.items LI.new A {
	color: green;
}
DIV#roster DIV.opener {
	width: 208px;
	height: 87px;
}
DIV#roster DIV.opener A {
	display: none;
}

/**************************************/

DIV#body {
	margin-left: 240px;
	min-height: 20em;
	padding: 30px;
}
DIV#content {
	position: relative;
}

DIV#body DIV.share-face {
	float: right;
}

DIV#body H1 {
	font-size: 1.8em;
}
DIV#body H1 SMALL {
	display: block;
	font-size: .5em;
	padding-left: 1em;
}

DIV#body H2 {
	clear: both;
	margin-top: 2em;
	font-size: 1.2em;
}
DIV#body H2.no-clear {
	clear: none;
}

DIV#body H3 {
	margin: 1em 0;
	font-size: 1em;
}

DIV#body P {
	text-align: justify;
	line-height: 150%;
}

DIV#body UL,
DIV#body OL {
	margin: 1em 0;
	padding: 0 0 0 2em;
}
DIV#body UL LI,
DIV#body OL LI {
	margin: 1em 0;
	padding: 0;
}
DIV#body OL LI OL {
	margin: 0;
}
DIV#body OL.non-spaced LI,
DIV#body OL LI LI {
	margin: .2em 0;
}

DIV#body DIV.photo {
	margin: 1em 0;
	text-align: center;
}
DIV#body DIV.photo IMG {
	width: 700px;
}
DIV#body DIV.photo.small IMG {
	width: 200px;
}
DIV#body DIV.photo.portrait IMG {
	width: auto;
	height: 700px;
}
DIV#body DIV.photo.portrait.small IMG {
	height: 200px;
}
DIV#body DIV.photo P {
	margin: 0 12px;
	font-size: .8em;
	color: gray;
}

DIV#body DIV.boxik {
	width: 386px;
	margin: 0 1em;
	background: url("images/boxik.png") repeat-y center center;
}
DIV#body DIV.boxik:before {
	content: "";
	display: block;
	height: 24px;
	background: url("images/boxik.png") no-repeat left top;
}
DIV#body DIV.boxik:after {
	content: "";
	display: block;
	height: 24px;
	background: url("images/boxik.png") no-repeat right bottom;
}

DIV#body DIV.boxik.left {
	float: left;
	margin-left: -2em;
}
DIV#body DIV.boxik.right {
	float: right;
	margin-right: -2em;
}

DIV#body DIV.boxik.small {
	font-size: .8em;
}

DIV#body DIV.boxik >* {
	margin-left: 2em;
	margin-right: 2em;
}
DIV#body DIV.boxik *:first-child {
	margin-top: 0;
}
DIV#body DIV.boxik *:last-child {
	margin-bottom: 0;
}

DIV#body DIV.gallery {
	text-align: center;
}
DIV#body DIV.gallery IMG {
	margin: 8px;
	border: 1px solid black;
	padding: 1px;
}
DIV#body DIV.gallery P {
	margin: 0 12px;
	font-size: .8em;
	color: gray;
}

DIV#body DIV.share {
	margin: 2em;
}
DIV#body DIV.share > SPAN {
	display: inline-block;
	padding: 1em 2em;
}


/**************************************/

DIV#body DIV.media {
	margin: 2em 0;
	min-height: 10em;
}

DIV#body DIV.media IMG {
	float: left;
	width: 100px;
	border: 1px solid black;
	padding: 1px;
}

DIV#body DIV.media P {
	margin-left: 130px;

}

DIV#body DIV.media::after {
	content: '';
	display: block;
	clear: right;
}

/**************************************/

DIV#body DIV.aktivity {
	margin: 2em 0;
	min-height: 10em;
}

DIV#body DIV.aktivity IMG {
	float: left;
	width: 100px;
	border: 1px solid black;
	padding: 1px;
}

DIV#body DIV.aktivity P {
	margin-left: 130px;

}

DIV#body DIV.aktivity::after {
	content: '';
	display: block;
	clear: right;
}

/**************************************/

DIV#tail {
	clear: both;
	margin-top: 6em;
	background: #E4C097 url("images/beach.jpg") repeat-x 10% top;
}

DIV#tail-wrap {
	margin: auto;
	padding: 250px 0 100px 0;
	width: 1024px;
	font-size: .8em;
}

DIV#tail DIV.column {
	float: left;
	width: 180px;
	margin: 0 18px;
	padding: 0 20px;
	border-radius: 8px;
	border-top: 2px groove #E4C097;
}

DIV#tail DIV.column HR {
	color: #E4C097;
	margin-top: 3em;
}

DIV#tail DIV.column H3 {
	font-size: 1.2em;
}

DIV#tail DIV.column H3 SMALL {
	font-weight: normal;
	text-decoration: none;
}

DIV#tail DIV.column UL {
	margin: 0;
	padding: 0;
}

DIV#tail DIV.column LI {
	margin: .5em 1em;
	padding: 0;
}

DIV#tail DIV.column A {
	color: black;
}

DIV#tail DIV.clear {
	clear: both;
}