/* CSS for braeunlein-online.de */

body {
	background-color: #fff;
	text-align: center;
	margin: 0px;
}
body,td,th {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333;
}

#drumrum {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
}
#head {
	margin-bottom: 0px;
}



#nav1 {
	background-color: #b21200;
	height: 22px;
	padding: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #D9DAD5;
}
#nav1 ul      {
	margin:0;
	padding:0;
}

#nav1 li      {
	margin:0;
	padding-left: 22px;
	list-style:none;
	line-height:22px;
	float:left;
}
#nav1 a       {
	height:22px;
	color:#fff;
	font-weight:normal;
	padding:3 3px;
	float:left;
	text-decoration: none;
}
#nav1 a.hier       {
	height:22px;
	color:#b8cc56;
	font-weight:normal;
	padding:3 3px;
	float:left;
	text-decoration: none;
}

#nav1 a:hover {
	color:#b8cc56;
}

#nav2 {
	background-color: #b21200;
	height: 22px;
	padding: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	border-bottom: 1px solid #D9DAD5;

}
#nav2 ul      {
	margin:0;
	padding:0;
	clear: both;
}

#nav2 li      {
	margin:0;
	padding-left: 22px;
	list-style:none;
	line-height:22px;
	float:left;
}
#nav2 a       {
	height:22px;
	color:#fff;
	font-weight:normal;
	padding:3 3px;
	float:left;
	text-decoration: none;
}
#nav2 a.hier       {
	height:22px;
	color:#b8cc56;
	font-weight:normal;
	padding:3 3px;
	float:left;
	text-decoration: none;
}

#nav2 a:hover {
	color:#b8cc56;
}

a:link {
	color: #B21200;
}
a:visited {
	color: #B21200;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #B21200;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, mono;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #333;
	margin: 0;
}
h1 a {
	
	text-decoration: none;
	color: #333;
}
h2 {
		font-family: "Courier New", Courier, mono;

	font-size: 18px;
	color: #B21200;

}
.h2 {
	font-size: 18px;
	color: #B21200;
	font-family: "Courier New", Courier, mono;
	font-weight: bold; 


}
.untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
#content {
	background-color: #b8cc56;
	padding: 20px;
	text-align: left;
	height: 100%;
}
p {
	line-height: 18px;
}
.buchtitel {
	margin-right: 10px;
	margin-top: 3px;
}
hr {
	background-color: #333333;
	height: 1px;
}
#linkespalte {
	float: left;
	width: 200px;

}
#rechtespalte {
	float: right;
}
