/*
# Version 5.0.0

//  ------------------------------------------------------------------------ //
//                     Beex4 - Besuchertausch-Software                       //
//               Copyright (c) by AOM Software GmbH & Co. KG                 //
//                      <https://www.aom-software.de/>                       //
//  ------------------------------------------------------------------------ //
*/

/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
}

#container {
	position: absolute;
	margin-top: 10px;
	margin-left: -460px;
	padding: 0px;
	left: 50%;
	width: 920px;
	height: 100%;
}

/** Header */

#header {
	margin: 0px 0px 10px 0px;
	height: 84px;
	width: 920px;
}

#header div.boxrahmen {
	height: 60px;
	padding-top: 10px;
	text-align: center;
}

#header_links {
	float: left;
	width: 150px;
}

#header_mitte {
	float: left;
	width: 600px;
	margin: 0px 10px;
}

#header_mitte div.boxrahmen {
	height: 65px;
	padding-top: 5px;
}

#header_rechts {
	float: left;
	width: 150px;
}

/** Sidebar links */

#sidebar_links {
	display: block;
	clear: both;
	float: left;
	width: 150px;
}

/** Main */

#main {
	display: block;
	float: left;
	width: 600px;
	min-height: 100px;
	margin: 0px 10px;
}

/** Sidebar rechts */

#sidebar_rechts {
	display: block;
	float: left;
	width: 150px;
}

/** Footer */

#footer {
	clear: both;
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	height: 14px;
	width: 918px;
	text-align: center;
	padding: 2px 0px;
}

/** Boxen */

div.boxtitel {
	height: 14px;
	text-align: center;
}

div.boxrahmen {
	margin-bottom: 10px;
	overflow: hidden;
}

div.inhalt {
	padding: 5px;
}

div#adventskalender {
	position:relative;
	padding: 0px;
	background-image: url(../img/advkal/paeckchen.gif);
	height: 150px;
}

#AdventMonat {
	position: absolute;
	top: 14px;
	left: 105px;
	width: 30px;
	height: 10px;
	text-align: center;
	line-height: 1em;
	letter-spacing: 1px;
	font-size: 8px;
	border: 0px solid #D40000;
}

#AdventZahl {
	position: absolute;
	top: 28px;
	left: 95px;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	border: 0px solid #D40000;
}

#AdventHinweis {
	position: absolute;
	top: 100px;
	left: 6px;
	width: 135px;
	height: 10px;
	font-size: 10px;
	line-height: 130%;
	text-align: center;
	border: 0px solid #D40000;
}

#AdventHinweis a {
	font-size: 10px;
}

div.inhaltmitte {
	padding: 15px;
}

/** Navigation */
#navigation {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 10px 0;
}

#navigation div.box {
	clear: none;
	float: left;
	width: 139px;
	margin: 0;
	padding: 0;
}

#navigation div.box div {
	padding-top: 2px;
	height: 16px;
	vertical-align: middle;
}

#navigation div.firstrow {
}

#navigation div.firstcol {
}

#navigation div div.links {
	clear: left;
	float: left;
	text-align: center;
	width: 15px;
}

#navigation div div.rechts {
	padding-left: 22px;
}
