/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #92847B url(../../media/Background.gif) center repeat-y;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990033;
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #b48181;
	color: #999999;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
}
p#page_header {
	font-family: Verdana, sans-serif;
	font-size:12px;
	margin-top:-40px;
	line-height:1.2;
	color:#FFFFFF;
}
.login {
	border: 1px solid #666;
	color: #999;
}
.login_hover {
	border: 1px solid #999;
	color: #ccc;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(Images/arrow.gif);
	background-image: url(Images/arrow_outline.gif);
	background-image: url(Images/background.gif);
	background-image: url(Images/camera1.gif);
	background-image: url(Images/camera2.gif);
	background-image: url(Images/camera3.gif);
	background-image: url(Images/header.gif);
	background-image: url(Images/selector.gif);
	background-image: url(Images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 600px;
}
#header {
	background: url(Images/Header_Aliti.gif) center no-repeat;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	height: 100px;
	line-height: 3.4;
	text-indent: 200px;
	padding-top:10px;
	margin-left:-1px;
}
#nav {
	padding-bottom: 40px;
	width: 179px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 153px;
	padding-left:20px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #666 url(Images/selector.gif) center right no-repeat;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #ccc;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	background-image: url(Images/selector_sub.gif);
}

.login_info {
	padding: 0 0 0 10px;
}
#column1 {
	float: left;
	width: 180px;
	color: black;
}
#column1 img {
	border: 1px solid #666;
	margin: 5px 20px;
	padding: 10px 20px;
}
#column1 h2 {
	color: #e0e0e0;
	padding: 0 0 3px 5px;
}

#column1 input {
	background: #660000;
	margin: 2px 20px;
	border: 1px solid #666;
}

/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */

#column2 {
	float: none !important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 12px 40px 30px 9px;
}

#column2 p {
	line-height: 190%;
}

#column2 input {
	background: #FFFFFF;
	margin: 2px 20px;
	border: 1px solid #000000;
}

#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(Images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(Images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}

#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
p.impress_footer {
	font-family:Verdana, sans-serif;
	font-size:10px;
	line-height:14px !important;
	color:#666666;
	display:block;
	width:100%;
	height:120px;
	float:left;
}

p.dm_headline, p.dm_preface, p.dm_date, p.dm_title, p.dm_text, p.dm_author {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:1.5 !important;
	color:#666666;
	margin-bottom:5px;
	margin-top:0px;
	padding: 0px;
	display:block;
	float:left;
	width:100%;
}
p.dm_headline {
	font-size:16px;
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#600;
}
p.dm_preface {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
p.dm_date {
	text-align:right;
	font-style:italic;
	margin-top:20px;
	border-top:1px solid #AAAAAA;
}
p.dm_title {
	text-align:center;
	color:#600;
	font-weight:bold;
}
p.dm_text {
	text-align:left;
}
p.dm_author {
	text-align:right;
}
/** Formular(-e) **/
.aliti_form_table {
	display:block;
	float:right;
	margin-top: 20px;
	font-family: Verdana, sans-serif;
	font-size:11px;
	line-height:1.4 !important;
}
td.field_title {
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#900;
}
span.required {
	color:#900;
	font-size:9px;
}
.textfield {
	border: 0px;
	outline: 0px;
}
/** subnavi **/
#nav ul ul ul li a {
	text-indent: 20px;
}
/** books **/
h3.books, p.books_preface,p.book_title,p.book_desc,p.book_detail.p.book_cover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:1.4 !important;
	color:#555;
	margin:0px;
	padding:0px;
}
h3.books {
	color:#900;
	font-weight:bold;
}
p.books_preface {
	margin-top:5px;
	margin-bottom:20px;
}
p.book_title {
	font-weight:bold;
	color:#990000;
	width:100%;
	padding-top:5px;
	border-top:1px solid #AAA;
}
p.book_detail {
	margin-bottom:5px !important;
	line-height:1.4 !important;
}
p.book_cover {
	margin-bottom: 50px;
	text-align:center;
	width:100%;
}
p.book_cover img {
	display:block;
	width:120px;
	height:auto;
	left: 50%;
	margin-left:120px;
	border:1px solid #CCC;
	padding:2px;
}
/** Presse **/
p.pi_head, p.pi_preface, p.pi_address, p.pi_theme,p.pi_title,p.pi_info {
	font-family: Verdana, sans-serif;
	font-size:11px;
	line-height:1.4 !important;
	color:#555 !important;
}
p.pi_head {
	color:#660000 !important;
	font-size:16px;
	font-weight:bold;
}
p.pi_preface {
	display:block;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
}
p.pi_address {
	margin-top:10px;
	margin-bottom:20px;
	margin-left:10px;
}
p.pi_theme {
	font-weight:bold;
	color:#660000 !important;
	width:100%;
	text-align:left;
	margin-bottom:5px;
	margin-top:10px;
	display:block;
	float:left;
	border-top:1px solid #AAAAAA;
	padding-top:3px;
}
p.pi_title {
	margin-top:3px;
	margin-bottom:3px;
	color:#660000 !important;
}
p.pi_info {
	margin-bottom: 20px;
}
/** Programm **/
p.p_headline, p.p_subhead, p.p_datum,p.p_title, p.p_desc, p.p_place, p.p_time, p.p_costs {
	font-family: Verdana, sans-serif;
	font-size:11px;
	line-height:1.4 !important;
}
p.p_headline {
	font-size:14px;
	font-weight:bold;
	color:#660000;
}
p.p_datum {
	display:block;
	width:100%;
	margin-top:20px;
	color:#660000;
	margin-bottom:3px;
	border-top:1px solid #AAAAAA;
	padding-top:2px;
}
p.p_title {
	font-weight:bold;
	color:#660000;
}
p.p_desc, p.g_desc {
	margin-bottom: 10px;
}
/** gastmal auf der wiesen **/
p.g_speise {
	font-weight:normal;
	margin-top:30px;
	margin-bottom:5px;
}
ul.g_gericht {
	font-style:normal;
	margin-bottom:20px;
	list-style-type:square;
}
ul.g_gericht li {
	margin-left:25px;
	margin-bottom:4px;
}
