/*
# Version 4.0.0

//  ------------------------------------------------------------------------ //
//                     Beex4 - Besuchertausch-Software                       //
//                    Copyright (c) by AOM Software GbR                      //
//                      <http://www.aom-software.de/>                        //
//  ------------------------------------------------------------------------ //
*/

/** BASIC */

* {
margin:0px;
padding:0px;
}

html, body {
	height: 100%;
	font:100.1%/1.4 Calibri, Arial, sans-serif;
}

body {
	background-image: url(../img/design/bg.gif);

}

#bgo {
	background-image: url(../img/design/bg.png);
	background-repeat:repeat-x;
	width: 100%;
	height: 194px;
}

#container {
	margin-left: auto;
	margin-right:auto;
	width: 920px;
}


/** Header */

#header {
	background-image: url(../img/design/header.png);
	height: 194px;
	width: 962px;
}

#pagebg {
	clear:both;
	background-image: url(../img/design/pagebg.png);
	overflow:auto;
	width: 962px;
}

#status {
	float:right;
	width:500px;
	margin-top:10px;
}

#status div {
	float:left;
	margin-left:10px;
	font-size:10px;
	font-weight:bold;
}

#banner {
	margin-top:11px;
	clear:both;
	float:right;
	width: 490px;
	height:60px;
}



.menubottom {
	background-image: url(../img/design/menu_bottom.png);
	width: 161px;
	height: 10px;
	margin-bottom:5px;
}

/** Sidebar links */

#sidebar_links {
	margin-left:15px;
	display: block;
	clear: both;
	float: left;
	width: 161px;
}

/** Main */

#main {
	display: block;
	float: left;
	width: 590px;
	min-height: 100px;
	margin: 0px 10px;
}

/** Sidebar rechts */

#sidebar_rechts {
	display: block;
	float: left;
	width: 150px;
}

/** Footer */

#footerbg {
	background-image: url(../img/design/footerbg.png);
	clear: both;
	height: 172px;
	width: 100%;
}

#buttons {
	float:left;
	height: 88px;
	width: 600px;
	margin: 77px 0 0 65px;
}

#buttons img {
	margin-left:5px;
}



#spacef {
	height: 172px;
	width: 962px;
	margin: 0 auto;
}

#footer {
	background-image: url(../img/design/footer.png);
	height: 172px;
	width: 962px;
	margin-left:21px;
	font-weight:bold;
}

#footerul {
	float:right;
	margin:70px 65px 0 0;
	list-style:none;
	text-align:right;
}

#footerul li a{
	text-decoration:none;
	font-weight:bold;
}
#footerul li a:hover{
	text-decoration:underline;
}

#toplogin {
	margin:55px 0 0 35px;
	clear:both;
	float:left;
	height:25px;
	width:370px;
}

#toplogin input[type=text], #toplogin input[type=password] {
	background-image: url(../img/design/loginbg.gif);
	width:118px;
	height:25px;
	border:0px;
	vertical-align:middle;
	line-height:25px;
	font-size:10px;
	color:#737272;
	padding-left:3px;
}

#toplogin input[type=submit] {
	background-image: url(../img/design/loginbgb.gif);
	width:78px;
	height:25px;
	border:0px;
	cursor:pointer;
	color:#fff;
	vertical-align:middle;
}

#topbuttons {
	float:left;
	height:40px;
	width:520px;
	margin-top:49px;
}

#topbuttons ul {
	list-style:none;
}

#topbuttons ul li {
	float:left;
	width:117px;
	height:40px;
	margin-left:10px;
	background-image: url(../img/design/topbutton.gif);
}

#topbuttons ul li:hover {
	background-image: url(../img/design/topbutton_h.gif);
}

#topbuttons ul li a{
	width:114px;
	height:40px;
	display:block;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

#topbuttons ul li a:hover{
	color:#fff;
}

/** Boxen */

div.boxtitel {
	background-image: url(../img/design/boxtitel.gif);
	width:161px;
	height: 43px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-align: center;
}

div.maintitel {
	background-image: url(../img/design/maintitel.png);
	width:591px;
	height: 46px;
	line-height:40px;
	color:#fff;
	text-align: center;
}

div.boxrahmen {
	overflow: hidden;
	width:161px;
	background-image: url(../img/design/menubg.gif);
}


div.boxrahmen2 {
	width:591px;
	background-image: url(../img/design/mainbg.gif);
	overflow:auto;
}

div.mainfooter {
	width:591px;
	height:14px;
	background-image: url(../img/design/mainfooter.png);
	margin-bottom:5px;
	clear:both;
}


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: 135px;
	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;
}

#logintext a {
	background-color:#ccc;
	font-size:10px;
	}
	
	
#logintext a:hover{
	background-color:#b8b8b8;
	}
