/* Default CSS Stylesheet for Bela Munt */

BODY
{
    background-color: beige;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0px;
    text-align: center;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #C20100;
}


input {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    border-width: 1px;
    border-color: black;
}

textarea {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    border-width: 1px;
    border-color: black;
}

img 
{
    border:0;
}

.PageTitle
{
   font-size: 16px;
   font-weight: bold;
   text-align:center;
}

.BfError
{
    text-align:center;
    color:red;
    font-weight:bold;
    background-color:yellow;
}

/* Page Elements -----------------------------------------------------------------------------------------------*/

.Container
{
    width: 100%;
    height: 100%;
    spacing: 0px;
    margin: 0px;
}

.MainPage
{
    height: 100%;
    width:  800px;
    margin-top: 50px;
}

.Header {
    background-image: url(/public/BelaMunt/images/bck.gif);
}

.ContentPage
{
    font-size: 9px;
    width: 800px;
    background-image: url(/public/BelaMunt/images/bck.gif);
}

.LeftColumn
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;	
    text-indent: 10px;
    text-align:left;
    font-weight: bolder;	
    margin: 0px;
    border:0px;
    width: 150px;
    float:left;
}


.RightColumn
{
    }

.ContentFrame
{
    width: 630px;
    float:left;
}

.ContentTop
{
    height:20px;
    width: 630px;
    background-color:lightorange;
    text-align:right;
}

.Content
{
    height: auto;
    width: 610px;
    min-height:475px;
    font-size : 12px;
    text-align:center;
    background-color:beige;
    background-image: url(/public/BelaMunt/images/bck_cnt.jpg);
    border-color:brown;
    border:1px;
    padding:10px;
    border-style:solid;
}

.ContentBottom 
{
    min-height:20px;
}


.Footer
{
   background-color: beige;
   text-align:right;
}

.ImpressumLink {
    font-style: italic;
    color: #ff7f50;
    text-align: right;
}

.GoogleSyndicationLink {}

.RssLink
{
   margin-top:20px;
}

.googlemap 
{
    width: 500px; 
    height: 400px;    
    }

.googlemap img 
{   
    border: 0px;
    padding-right: 0px;
    padding-left: 0px;
    filter:none ;
    }


.address
{
    border: thin solid brown;
    font-family: Sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}



/* Date Picker --------------------------------------------------------------------------------------------------- */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/img/calendar.png) no-repeat; 
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

/* Drop In --------------------------------------------------------------------------------------------------- */
.dropin
{
    background-color: #fafad2;
    position: absolute;
    visibility: hidden;
    left: 200px;
    top: 100px;
    width: 500px;
    height: 300px;
    border-right: inset;
    border-top: inset;
    vertical-align: middle;
    border-left: inset;
    color: #ff0033;
    border-bottom: inset;
    font-family: Cursive;
    text-align: center;
}

/*  LanguagesMenu  ----------------------------------------------------------------------------------------------- */

#LangMenuDiv
{
    padding:0;
    margin:0;
    color:#C20100;
    font-family: arial, helvetica, sans-serif;
    white-space:nowrap;
    list-style-type:none;
}
#LangMenuDiv li {display:inline;}
#LangMenuDiv li a
{
    padding:0.2em 1em;
    color:#C20100;
    text-decoration:none;
    float:right;
}
#LangMenuDiv li a:hover
{
    background:beige;
    background-color: #cccc66;
}


/* Glossy menu ----------------------------------------------------------------------------------------------- */
/* Credits: Dynamic Drive CSS Library                                                                          */
/* found here: http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-vertical/                     */

.VerticalMenuDiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 130px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}


.VerticalMenuDiv ul li{
position: relative;
background: #cc6633 url(/public/BelaMunt/images/glossyback.gif) repeat-x bottom left;
}
	
/*Sub level menu items */
.VerticalMenuDiv ul li ul{
position: absolute;
width: 130px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.VerticalMenuDiv ul li a{
display: block;
/* overflow: auto; /*force hasLayout in IE7 */
color: #f0e68c;
text-decoration: none;
background: #ffcc66 url(/public/BelaMunt/images/glossyback.gif) repeat-x bottom left;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.VerticalMenuDiv ul li a:visited
{
    color: #f0e68c;
}

.VerticalMenuDiv ul li a:hover{
background-image: url(/public/BelaMunt/images/glossyback2.gif);
}

.VerticalMenuDiv .subfolderstyle{
background: url(/img/arrow.png) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .VerticalMenuDiv ul li { float: left; height: 1%; }
* html .VerticalMenuDiv ul li a { height: 1%; }
/* End */

/*  BottomMenu  ----------------------------------------------------------------------------------------------- */
 
.BottomMenuDiv {
  display:table;
  padding:0;
  margin:0 auto;
  border-bottom:1 solid #2F712F
  font-family: arial, helvetica, sans-serif;
  white-space:nowrap;
  list-style-type:none;
  z-index:999;
  }
* html .BottomMenuDiv {
  display:inline-block;
  width:1px;
  padding:0 2px;
  }  
.BottomMenuDiv li {
  display:table-cell;
  }
* html .BottomMenuDiv li {
  display:inline;
  }
.BottomMenuDiv a {
  display:block;
  padding:0.2em 1em; 
  color:#C20100; 
  text-decoration:none;
  }
* html .BottomMenuDiv a {
  display:inline-block;
  margin:0 -2px; 
  }
.BottomMenuDiv a:hover {
  background:#F5F5DC;
  }

/*  Meteo BZ  ----------------------------------------------------------------------------------------------- */
.LongMeteoTitle
{
    text-align:center;
    font-weight: bold;
    font-size: 14px;
    border-top:1px;
    border-top-style:solid;
    border-top-color:lightgray;
}

.LongMeteoText
{
    font-size:9px;
}

.ShortMeteoDiv
{
    margin-top: 4px;
    text-align:center;
    background-color:beige;
    width:130px;
    padding:2px;
}

.ShortMeteoTitle
{
    text-align:center;
    font-weight: bold;
    font-size: 9px;
}

.ShortMeteoText
{
    margin-top:1px;
    font-size:8px;
    border:thin solid brown;
}
