/* content.css */
#content {
	font-size: 11px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #5A1D1A;
}
#content h1 {
	margin: 5px 0 15px 0;
	
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#content h2 {
	margin: 5px 0 10px 0;
	
	font-size: 13px;
	font-weight: bold;
}
#content h3 {
	margin: 5px 0 5px 0;
	
	font-size: 12px;
	font-weight: bold;
}
#content h4, #content h5, #content h6 {
	margin: 5px 0 0 0;
	
	font-size: 11px;
	font-weight: bold;
}
#content p {
	margin: 5px 0 15px 0;
	
	line-height: 16px;
	color: #5A1D1A;
}

#content a {	
	color: #5A1D1A;
	text-decoration: none;
	text-decoration: underline;
}
#content a:hover {
	color: #5A1D1A;
	text-decoration: none;
}

#content ul, #content ol {
	margin: 5px 0 15px 10px;
}
#content ul li {
	padding: 0 0 0 12px;
	
	line-height: 18px;
	
	background-image: url('/fileadmin/images/common/icons/arrow_right.gif');
	background-position: 0 6px;
	background-repeat: no-repeat;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	
	margin: 5px 0 15px 30px;
}
#content ol li {
	padding: 0;
	
	line-height: 18px;
	
	background-image: none;
}
#content img {
	border: 3px #B0D8D9 solid;
}

/* content.sitemap.css */
#content div.csc-sitemap ul li {
	padding: 0;
	background-image: none;
}
#content div.csc-sitemap ul li a{
	font-weight: bold;
}

#content div.csc-sitemap ul li ul li {
	padding: 0 0 0 12px;
	background-image: url('/fileadmin/images/common/icons/arrow_right.gif');
}
#content div.csc-sitemap ul li ul li a {
	font-weight: normal;
}

/* content.table.css */
#content table.contenttable {
	width: 100%;
	border: 1px #90A93D solid;
	background-color: #FFFFFF;
}
#content table.contenttable thead tr th {
	color: #6F2527;
	font-weight: bold;
	background-color: #90A93D;
}
#content table.contenttable tr td, #content table.contenttable tr th {
	padding: 3px 5px;
	margin: 0;
}
#content table.contenttable tr td p, #content table.contenttable tr th p {
	margin: 0;
	padding: 0;
}
#content table.contenttable tr td.align-right, #content table.contenttable tr th.align-right {
	text-align: right;
}

#content table.contenttable tbody tr.tr-even td {
	background-color: #EBEEDB;
}
#content table.contenttable tbody tr.tr-odd td {
	background-color: #DADFBC;
}

/* form.reservation.css */
#content table.form {
	width: 500px;
}
#content table.form th, #content table.form td {
	padding: 3px 10px;
	border: 0;
}
#content table.form th {
	background-color: #A0D0D2;
	font-weight: normal;
	color: #236566;
	text-align: right;
	padding-right: 20px;
	vertical-align: top;
}
#content table.form th.head {
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	padding: 15px 0 5px 0;
	font-size: 12px;
	border-bottom: 2px #236566 solid;
}
#content table.form td {
	background-color: #B9DDDE;
}
#content table.form td select {
	border: 1px #236566 solid;
	background-color: #FFFFFF;
	width: 100px;
	font-size: 11px;
}
#content table.form td select.date {
	width: 65px;
}
#content table.form td textarea {
	width: 220px;
	height: 100px;
	border: 1px #236566 solid;
	background-color: #FFFFFF;
	padding: 2px 4px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#content table.form td input {
	width: 220px;
	border: 1px #236566 solid;
	background-color: #FFFFFF;
	height: 14px;
	padding: 1px 4px;
	font-size: 11px;
}
#content table.form td input.button {
	border: 0;
	background-color: #236566;
	height: auto;
	padding: 3px 5px;
	color: #FFFFFF;
}

/* content.gallery.css */
#content p.toolbar {
	float: right;
}

#content p.toolbar img {
	border: 0;
	margin: 0 1px 0 0;
}

#content table.thumbnails td, #content table.thumbnails tr th {
	padding: 5px;
	text-align: center;
}