body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #423b42;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../../images/bg_main.gif);
	background-repeat: repeat-x;
}

#intro {
	width: 450px;
	text-align: center;
	margin: 30px auto 0px auto;
}

#intro img {
	margin-bottom: 10px;
}

#intro ul {
	text-align: left;
	padding: 0px;
	list-style-type: none;
	margin: 10px 0px 0px 225px;
}

#main {
	width: 995px;
	margin: 30px auto 30px auto;
}
#main #navi-top {
	height: 40px;
	padding-left: 35px;
}
#main #navi-bottom {
	height: 38px;
	margin: 0px 0px 90px 0px;
	padding: 7px 0px 0px 101px;
}
#main #header-content {
	height: 30px;
	padding: 0px 0px 0px 100px;
}

#main #col-left-1 {
	float: left;
	width: 360px;
	margin: 30px 0px 0px 100px;
	padding: 0px 70px 0px 0px;
}

/* Internet Explorer Float-Margin-Problem */
* html #main #col-left-1 {
	margin-left: 50px;
}

#main #col-right-1 {
	float: left;
	width: 365px;
	margin: 30px 0px 0px 0px;
	padding: 0px 100px 0px 0px;
}

#main #col-left-2 {
	float: left;
	width: 360px;
	margin: 30px 0px 0px 100px;
	padding: 0px;
}

/* Internet Explorer Float-Margin-Problem */
* html #main #col-left-2 {
	margin-left: 50px;
}

#main #col-right-2 {
	float: left;
	width: 535px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

#main #header-bar {
	position: relative;
	height: 250px;
	background-image: url(../../images/portrait_kunst.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main #header-bar div {
	background-color: #FFFCF2;
	font-size: 14px;
	padding: 5px;
}
#main #header-bar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #423B42;
	text-decoration: none;
}
#main #header-bar li {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#main #header-bar a {
	color: #423B42;
	text-decoration: none;
}
#main #header-bar a:hover {
	color: #DD7E5D;
}

#main #header-bar #sub_buecher {
	position: relative;
	visibility: hidden;
	width: 125px;
	left: 35px;
	float: left;
	z-index: 3;
}
#main #header-bar #sub_lesungen {
	position: relative;
	visibility: hidden;
	width: 190px;
	left: 60px;
	float: left;
	z-index: 2;
}
#main #header-bar #sub_bilderobjekte {
	position: relative;
	visibility: hidden;
	width: 285px;
	left: 100px;
	float: left;
	clear: left;
	top: 90px;
	z-index: 1;
}
#main #header-bar #sub_hinweis {
	position: absolute;
	width: 350px;
	height: 250px;
	padding: 0px;
	left: 45px;
	z-index: 0;
}

#werkschau {
	position: relative;
	overflow: hidden;
	float: left;
	width: 825px;
	height: 461px;
	margin: 0px;
	padding: 0px;
}

#werkschau .werk {
	position: absolute;
	width: 825px;
	height: 465px;
}

.werk img {
	float: left;
	margin: 0px 20px 0px 0px;
}

#popup {
	margin: 0px 0px 0px 550px;
	padding: 50px 0px 0px 0px;
}

#popup-content {
	margin: 0px 0px 0px 50px;
	padding: 50px 50px 0px 0px;
}

#popup #popup-header, #popup-content #popup-header {
	height: 50px;
	margin: 0px 0px 20px 0px;
	background-color: #DD7E5D;
}

#popup #popup-header h2, #popup-content #popup-header h2 {
	color: #FFFCF2;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#popup p, #popup-content p {
	margin: 0px 25px 20px 0px;
}

.ul-blue {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.ul-blue li {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	background: url(../../images/ico_li_blue.gif) no-repeat 0px 4px;
}

h2.col-right-2, p.col-right-2 {
	margin: 0px 100px 20px 75px;
}

a {
	color: #423B42;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.info {
	font-weight: bold;
	line-height: 30px;
	color: #dd7e5d;
	text-decoration: none;
	margin: 0px 100px 0px 0px;
}

a.info:hover {
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	color: #917C3D;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-size: 12px;
	color: #917C3D;
	margin: 0px 0px 20px 0px;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote {
	margin: 0px 0px 0px 75px;
}

p {
	margin: 0px 0px 20px 0px;
}

hr {
	height: 3px;
	width: 100%;
	color: #FFFFFF; 
	margin: 10px 0px 25px 0px;
	padding: 0px;
	background-color: #FFFFFF; 
	border: 0px;
	border-bottom: 1px dashed #917C3D;
}

.book-item, .show-item {
	clear: both;
}

.book-item .content {
	float: left;
	width: 360px;
	margin: 30px 0px 0px 100px;
}

/* Internet Explorer Float-Margin-Problem */
* html .book-item .content {
	margin-left: 50px;
}

.book-item .cover {
	float: left;
}

.show-item .year {
	float: left;
	width: 85px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}

.show-item .content {
	float: left;
	width: 345px;
	padding: 0px 15px 25px 0px;
}

form p {
	margin: 0px 0px 5px 0px;
}

.frmInput, .frmInputAdm, .frmMemo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin: 0px 0px 8px 0px;
	width: 250px;
	border: 1px solid #917C3D;
}

.frmInputAdm {
	width: 450px;
}

.frmMemo {
	width: 300px;
	height: 180px;
}

.submit {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	margin: 0px 60px 0px 0px;
	background-color: #DD7E5D;
	border: none;
}

.rechts {
	text-align: right;
}

.error {
	color: #DD7E5D;
}
