/* CSS for braeunlein-online.de - Basis 2006, Redesign 2012  */

body {
	background-color: #fff;
	text-align: center;
	margin: 0px;
	background-image: url(basics/hg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
#drumrum {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -60px;
}
#head {

	margin-bottom: 0px;
}
#nav1 {
	height: 40px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(basics/hg_nav1.gif);
	background-repeat: no-repeat;
}
#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:#966294;
	font-weight:normal;
	padding: 5px 0;
	float:left;
	text-decoration: none;
}
#nav1 a.hier {
	color:#10020f;
}
#nav1 a:hover {
	text-decoration: underline;
	color:#966294;
}
#nav2 {
	height: 22px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#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:#966294;
	font-weight:normal;
	padding:3px 0px;
	float:left;
	text-decoration: none;
}
#nav2 a.hier {
	color:#10020f;
}
#nav2 a:hover {
	text-decoration: underline;
	color:#966294;
}
a:link {
	color: #966294;
}
a:visited {
	color: #966294;
}
a:hover {
	color: #ccc;
}
a:active {
	color: #966294;
}
h1, h2, h3, h4, h5, h6 {
	color:#966294;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 26px;
	font-weight: lighter;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-weight: lighter;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#966294;
	font-size: 18px;
}
h3 {
	font-weight: lighter;
}
.untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
#content {
	padding: 20px 20px 20px 20px;
	text-align: left;
	height: 100%;
}
.einruecken {margin-left: 100px; margin-right: 100px; margin-top: 10px;}
.interview  p{margin-top: 5px;}
/* 3 spalten */
.drei_spalten {
	padding-top: 30px;
}
.drei_spalten_eins {
	width: 220px;
	float: left;
}
.drei_spalten_zwei {
	width: 220px;
	float: left;
}
.drei_spalten_drei {
	width: 220px;
	float: left;
}
.drei_spalten_ende {
	clear: both;
}
/* 2 Spalten */

.zwei_spalten {
	padding-top: 0px;
}
.zwei_spalten_eins {
	width: 48%;
	float: left;
}
.zwei_spalten_zwei {
	width: 48%;
	float: left;
	margin-left: 30px;
}
.zwei_spalten_ende {
	clear: both;
}
.ziffer_eins {
	padding: 6px 0px 6px 30px;
	background-image: url(basics/ziffer1.gif);
	background-repeat: no-repeat;
}
.ziffer_zwei {
	padding: 6px 0px 6px 30px;
	background-image: url(basics/ziffer2.gif);
	background-repeat: no-repeat;
}
.ziffer_drei {
	padding: 6px 0px 6px 30px;
	background-image: url(basics/ziffer3.gif);
	background-repeat: no-repeat;
}
.button {
	height: 40px;
	padding-top: 10px;
	width: 210px;
	text-align: center;
	background-image: url(basics/button.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
.button a {
	text-decoration: none;
	color:#966294;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.button a:hover {
	text-decoration: underline;
}
.clear_both {
	clear:both;
}
.buch_thumb {
	float: left;
	margin: 18px 20px 20px 20px;
}
#buch_nav {
	float: left;
	margin: 8px 10px 20px 20px;
	width: 200px;
}
#buch_content {
	float: right;
	width: 500px;
	margin-right: 20px;
}
a img {
	border:none;
}
p, ul, ol {

}

.buchtitel {
	margin-right: 10px;
	margin-top: 3px;
}

hr {
border:none;
border-top: 1px solid #ccc;
color: #f5f5f5;
background-color: #f5f5f5;
height: 1px;
}

#linkespalte {
	float: left;
	width: 200px;
}
#rechtespalte {
	float: right;
}
#footer {
	padding-top: 20px;
	display: block;
	text-align: center;
	font-size: 10px;
	clear: both;
	height: 70px;
	background-image: url(basics/footer.gif);
	background-repeat: no-repeat;
	background-position: center;

}
