/*
* CSS Datei für union-gewerbehof.de
* media: screen
*	© raum-x 2007
*/

@media screen
{

/* Standards */

* { margin:0; padding: 0; } 

html {height: 100%;}
body{
	font-size: 100.01%; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	background:url(../template/images/bg_body.gif) repeat-y #F8F8F8;
}

p,ul,dd,dt { line-height: 1.6em; font-size:0.9em; }
p {margin: 0 0 1em 0; }

a{color:#3C0; text-decoration:none;}
a:hover{text-decoration:underline;}

h1, h2, h3, h4, h5, h6{ color:#3C0; line-height:1.2em; margin:1em 0 0.5em 0;}
h1{font-size:1.4em; margin-top:0;}
h2{font-size:1.2em;}
h3{font-size:1.1em; color:#666;}

fieldset, img { border:0; }
option {padding-left: 0.4em}
select, input, textarea { font-size: 99% }

ul, ol, dl { margin: 0 0 1em 1em}
li { margin-left:1em; line-height:1.5em;}

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

dfn{
	visibility:hidden;
	position:absolute;
	color:#CCCCCC;
	z-index:-10;
}
acronym, abbr {
	border-bottom: 1px dotted #CCC;
	cursor:help;
}

/* Formulare/Tabellen */

table { border-collapse:collapse; margin-bottom: 0.5em; }
td{
	vertical-align:top;
	padding:0 0.5em 0 0;
	margin:0;
}
td p{
	line-height:1.2em;
	margin:0;
	padding:0 0 0.5em 0;
}

form {overflow:hidden;}

input, textarea {
	border: 1px #ccc solid;
	background:#fff;
	margin:0.25em;
	padding: 3px;
	color: #333;
}

input[type=text]:focus, textarea:focus {
	background: #E8F7E1;
	color: #333;
	border-color: #666;
}

/* Layout */
#container{
	width:1005px;
}
#header{
	position:relative;
	z-index:102;
	width:100%;
	height:110px;
	clear:both;
	background:url(../template/images/head.jpg) no-repeat #FFF;
	border-bottom:1px solid #EEE;
}
#logo{
	float:right;
	width:250px;
	height:85px;
	margin:12px 45px 0 0;
	background:url(../template/images/logo.gif) no-repeat;
	clear:both;
}
#leftcol{
	float:left;
	width:200px;
}
#content{
	float:left;
	width:496px;
	padding: 22px 22px 1em 22px;
	font-size:0.9em;
}
#rightcol{
	float:right;
	width:200px;
	padding:20px;
	margin-right:25px;
	font-size:0.8em;
	line-height:1.4em;
}
#rightcol p{
	line-height:1.4em;
}
#pfeile{
	position:absolute;
	left:0;
	bottom:0;
	background-image:url(../template/images/pfeile.gif);
	background-repeat:no-repeat;
	width:87px;
	height:105px;
	z-index:1;
	overflow:visible;
}
.contentRight{
	border-top:1px dotted #FFF;
	padding: 0.5em 0 0.5em 0;
}

/* horizontales Menü Anfang */
#hmenu{
	position:relative;
	z-index:101;
	height:26px;
	clear:both;
	border-bottom:1px solid #EEE;
	background:url(../template/images/bg_nav.jpg) no-repeat #FFF;
	text-align:right;
	padding:4px 52px 0 0;
	font-size:0.8em;
}
#hmenu ul{
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
#hmenu li{
	display:inline;
	margin:0 0 0 1.4em;
	padding:0;
}
#hmenu a{
	color:#666;
}
#hmenu a:hover{
	color:#3C0;
	text-decoration:none;
}
#hmenu li.active, #hmenu li.active a {
	color:#3C0;
}
/* horizontales Menü Ende */

/* vertikales Menü Anfang */
#vmenu{
	position:relative;
	z-index:100;
	text-transform:uppercase;
	font-size:0.85em;
	letter-spacing:0.1em;
	border-bottom:1px solid #EEE;
	border-top:22px solid #EEE;
	padding-bottom:22px;
	font-weight:lighter;
}
#vmenu ul{
	list-style-type:none;
	margin:15px 0 0 15px;
	padding:0;
}
#vmenu ul.zweiteebene{
	margin: -1.2em 0 1.2em 12px;
	text-transform:lowercase;
}
#vmenu ul.zweiteebene li{
	margin:0;
}
#vmenu li{
	margin:0 0 1.2em 0;
	padding: 0 0 0 12px;
	background:url(../template/images/arrow_off.gif) no-repeat 0 0.4em;
}
#vmenu li.active{
	background:url(../template/images/arrow_on.gif) no-repeat 0 0.4em;
}
#vmenu a{
	color:#666;
}
#vmenu a:hover{
	color:#3C0;
	text-decoration:none;
}
/* vertikales Menü Ende */
/* Sitemap Anfang */
.list li{
	border-bottom:1px solid #CCC;
	margin-bottom:0.5em;
	padding: 0 0 0 12px;
	background:url(../template/images/arrow_on.gif) no-repeat 0 0.4em;
}
.list li.deep1{
	border-left:1px solid #CCC;
	background-color:#F8F8F8;
}
ul.list{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.headlines{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:0.8em;
}
ul.headlines li{
	border-bottom:none;
	background:none;
	margin:0;
	padding:0;
}

/* Sitemap Ende */


/* News Anfang */
.news-latest-item, .news-list-item{
	border-bottom:1px #CCC solid;
	margin-bottom:1em;
}
.news-latest-item image, .news-list-item image{
	float:left;
	padding:0 0.5em 0 0;
}
.newsheader_latest{
	background-color:#3C0;
	color:#FFF;
	padding:0.25em 0 0.25em 0.5em;
}
.news-latest-date{
	float:right;
	font-size:0.8em;
	color:#666;
}
.news-single-item{
	border-bottom:1px #CCC solid;
	margin-bottom:1em;
}
.news-single-image{
	float:left;
	padding:0 1em 0 0;
}
.news-amenu-container ul{
	list-style-image:url(../template/images/arrow_right2.gif);
}
/* News Ende */

.weiter{
	float:right;
	padding-left:14px;
	font-weight:bold;
	background:url(../template/images/arrow_right.gif) no-repeat 0 2px;
	clear:both;
	margin-bottom:0.5em;
}
.back{
	padding-left:14px;
	font-weight:bold;
	background:url(../template/images/arrow_left.gif) no-repeat 0 2px;
	clear:both;
	margin-bottom:0.5em;
}
.clear{
	clear:both;
}

/* Buchungskalender */
#rooms_searchdate, .tx-mgrooms-pi1-menu, .tx-mgrooms-pi1-DivreservationHead{
	border-top:1px dotted #ccc !important;
	border-bottom:1px dotted #ccc !important;
	border-left:none !important;
	border-right:none !important;
	overflow:hidden;
	background:#eee !important;
	margin:0.5em 0;
	padding: 0 0.5em;
	font-size:1em !important;
	text-align:left !important;
}
.tx-mgrooms-pi1-DivreservationHead span{
	color:#333 !important;
	text-decoration:none !important;
}
.tx-mgrooms-pi1-menu a{
	font-weight:normal !important;
	padding-left:0 !important;
	margin:0 0.5em 0 0.5em !important;
}
#rooms_searchtitle{
	display:none;
}
.tx-mgrooms-pi1-prevDay, .tx-mgrooms-pi1-nextDay{
	font-size:1em !important;
	padding:0 0.5em; !important;
}
.tx-mgrooms-pi1-DivreservationHead{
	text-align:center !important;
}
.newForm, .tx-mgrooms-pi1-newForm{
	margin:0 !important;
	padding:0;
	width:90%;
}
table.tx-mgrooms-pi1-list{
	width:100%;
}
.newForm table{
	width:150px;
}
.newForm td, .newForm th{
	padding:0.25em;
}
.newForm select{
	position:relative;
}
.calendar{
	z-index:99;
}

/* Kalender Übersicht */

.weekcal{ margin:2em 0;}

.weekcal table{ border-collapse:collapse; table-layout:fixed;}
.weekcal th{border:1px solid #3c0; text-align:left; padding:0.5em; color:#fff; }
.weekcal td{border:1px solid #ccc; padding:0.5em; }

.calHeaderDate{ font-size:0.8em; font-weight:normal;}

.reservation_items{margin:0.5em 0; background:#3c0; color:#fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding:0.25em; font-size:0.7em; text-align:center; }
.reservation_items a, .reservation_items h6{color:#fff;}

}

