@charset "utf-8";
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	background-image: url(layout/background.jpg);
	background-repeat: repeat-x;
    }
    .thrColFixHdr #container { 
    	width: 920px;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */

    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
    } 
    .thrColFixHdr #header {
	height: 436px;
	background-image: url(layout/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	
    } 
	
	.thrColFixHdr #topnav {
	height: 26px;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 27px;
	font-weight: bold;
	font-size: 16px;
	}
	
	.thrColFixHdr #books {
	height: 345px;
	padding: 0px;
	margin: 0px;
	}
	
    .thrColFixHdr #nav {
	height: 26px;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 28px;
	font-weight: bold;
	font-size: 16px;
	}
	
	.thrColFixHdr #nav a{
	color: #fff;
	background-color: #3F4096;
	display: block;
	float: left;
	height: 26px;

	padding-right: 8px;
	padding-left: 8px;
	margin-top: 1px;
	padding-top: 4px;

	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C5C5C5;
	

	}
	
	.thrColFixHdr #nav a:hover{
	color: #fff;
	background-color: #3F4096;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B32E30;
	
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B32E30;
	
	position:relative;
	top: -3px;
	}
	
	.thrColFixHdr #content {
	background-image: url(layout/content.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width:920px;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;

    } 
	
	.thrColFixHdr #content p{
	

		
    } 
	
	
	.thrColFixHdr #content h2{
	color: #333333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B32E30;
	font-size: 18px;

    } 
	


	
    .thrColFixHdr #left {
	width: 400px;
	float: left;
	margin: 0px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 26px;		
    }
	
    .thrColFixHdr #right{
    width: 400px;
	float: right;
	margin-right: 10px;
	padding-top: 6px;
	padding-right: 26px;
	padding-bottom: 20px;
	padding-left: 0px;
	bo	
    }
	
	.thrColFixHdr #center {
	width: 870px;
	float: left;
	margin: 0px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 26px;		
    }
	
	
	

    .thrColFixHdr #footer { 
    	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#DDDDDD;
    } 
    .thrColFixHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

#Produktzeile {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B32E30;

	}

#Nummer {
	width: 40px;
	vertical-align: top;
}

#Beschreibung {
	width: 400px;
	vertical-align: top;
	}

#Preis {
	width: 150px;
	text-align:right;
	vertical-align: top;
	}

#Anzahl {
	width: 120px;
	text-align:right;
	vertical-align: bottom;
	}
	
#schritt2 {
	text-align:right;
	}

#trenner {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B32E30;
	

}

.banner {
	border: 1px solid #B32E30;

	
}


.button a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A21011;
	border: 1px solid #cccccc;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	text-align: right;
	
}
.button a:hover{

	color: #A21011;
	background-color: #ccc;
	border: 1px solid #A21011;

}
.button a:visited{
	color: #FFFFFF;
	background-color: #A21011;
	border: 1px solid #FFFFFF;

}



.teilnehmer {
	width:400px;
	cellpadding:0px;
	cellspacing:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.orte {
	font-weight: bold;
	display: block;

}

.lokal {

	width: 280px;
	float:left;
	
}
.pdf {
	display: block;
	width: 100px;
	float:right;	
}

.pdf a {
	
	text-decoration: none;
}

.pdficon {
	width:17px;
	height:16px;
	border:0px;
	vertical-align: text-bottom;	
}

a {color: #3F4096;} 

a:visited{color: #3F4096;}

