body {
	margin:1em 0 0 0;
}

#tempCenteredContainer {
	position:absolute;

	width:920px;
	height:200px;
	
	margin-left:-450px;
	left:50%;
}
#tempTop {
	width:920px;
	height:265px;

	padding:15px 0 0 15px;

	background-image:url(../template-images/templateTopBackground.png);
	background-repeat:no-repeat;
}
#tempTopPic {
	width:890px;
	height:265px;
	
	padding:10px 0;
}

#tempMiddle {
	width:890px;
	min-height:100px;
	
	padding:20px 15px;
	
	background-color:#FFFFFF;
}
#tempMenue {
	float:left;
	width:130px;
}

#tempContent {
	width:530px;
	margin:0 0 0 15px;
	float:left;
}
#tempContentFull {
	width:740px;
	margin:0 0 0 145px;
}
#tempContentTop {
	width:740px;
	margin:0 0 0 145px;
}
#tempContentFull h1,h2,h3,h4 {
	width:715px;
}
#tempContent h1,h2,h3,h4 {
	width:540px;
}
#tempSidebar h1,h2,h3,h4 {
	width:100%;
}

#tempSidebar {
	margin:0 0 0 700px;
	width:170px;
}
#tempSidebar .section{
	text-align:left;
	padding:0 0 0 15px;
}
#tempBottom {
	width:920px;
	height:35px;
	
	padding:20px 0 0 0;
	
	background-image:url(../template-images/templateBottomBackground.png);
	background-repeat:repeat;
	
	text-align:center;
	font-size:10px;
}
.floatLeft {
	float:left;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:0;
}

* html .clearfix {height: 1%;}

.clear {
	clear:both;
}

.flRight {
	float:right;
	margin:0 0 15px 20px;
}
.flLeft {
	float:left;
	margin:0 20px 0 0;
}
.image {
	padding:5px;
	border:1px solid #F59B45;
}

/*
 Guestbook Addon
 @author staab[at]public-4u[dot]de Markus Staab
 @author <a href="http://www.public-4u.de">www.public-4u.de</a>
 @package redaxo3
 @version $Id: guestbook.css,v 1.9 2006/10/08 18:53:24 koala_s Exp $
 */


/*
  Formular Styles
*/


/* Formular */
.a63-form {
  margin-top:30px;
  width: 610px;
}

/* Eingabefelder */
.a63-form input, .a63-form textarea {
  border: 2px solid #F49940;
  margin: 1px 2px 1px 2px;
  width: 340px;
  background-color: #fff;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #EEEEEE;
}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 100px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
  width: 200px;
  float: left;
  padding-left: 5px;
}


/* Buttons */
.a63-form .a63-fsubmit {
  width: 100px;
  margin: 0px;
  margin-top: 5px;
  background-color: #D6D3CE;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
  padding-left: 207px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
  text-align: right;
  padding: 0px 5px 5px 0px;
}

/* Fehlermeldungs-Layer*/
.a63-form div.error {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}



/*
  Listen Styles
*/


/* Einträge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
}

.a63-entries p {
  margin: 0px;
  padding: 0px;
}

/* Pagination-Layer */
.a63-entries .a63-pagination {
  text-align: right;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
  font-weight: bold;
  text-decoration:underline;
}


.a63-entries ul li {
  list-style-type: none;
  display: inline;
}

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
  float: left;
  width: 70px;
}

/* Werte */
.a63-entries .a63-value {
  padding-left: 70px;
}

/* Mozilla */
li.a63-pagination {
  list-style-type: none;
}

/* Ausgabe der Dateiversion
  möglichst unauffällig und klein */
.Modulversion {
  font-size: 0.5em;
  color: #aaaaaa;
/*  color: #dddddd; */ /* (fast) unsichtbar*/
}
.a63-entries table {
	border:2px solid #F49940;
}
.a63-entries td {
	border:0;
}
.a63-form legend {
	font-weight:bold;
}
.a63-form fieldset {
	border:1px solid #999999;
}


