﻿body 
{
    font-size: 13px;
    background: #e9e9e9;
    font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
}

p
{
    margin: 4px 0;
    padding: 0;
}

img
{
    border: 0;
}

/* layout */

#container
{
    width: 900px;
    margin: 10px auto;
}

#top 
{
    background: url(../images/top_bg_color_logo.jpg) top left no-repeat;
    height: 121px; /*131px;*/
    /*overflow: hidden;*/
}

#contentwrapper
{
    padding: 25px 100px 10px 25px;
    width: 800px;
    min-height: 650px; /*780px;*/
    height: auto !important;
    height: 100%;
    background: url(../images/content_bg.jpg) top left repeat-y;
	overflow: hidden;
}

#contentwrapper.startpage
{
    padding: 15px 100px 10px 25px;	
}

#flagcontainer
{
    text-align: right;
    width: 819px;
    height: 14px;
    margin: -19px 0 6px 0;
}

#gradientwrapper
{
    background: url(../images/gradient_bg.gif) repeat-x;
    min-height: 260px;
    height: auto !important;
    height: 260px;
    width: 820px;
    margin: 4px 0;
    padding: 0;
	overflow: hidden;
}

	a.book-btn,
	a.book-btn-en
	{
		background: transparent url(../images/book-btn.png);
		display: block;
		margin: 10px 0;
		width: 169px;
		height: 31px;
	}
	
	a.book-btn-en
	{
		background: transparent url(../images/book-btn-en.png);
	}

#subpagewrapper 
{
    background: #fff;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

#bannercontainer
{
    width: 820px;
}

#bannercontainer div 
{
    width: 273px;
    text-align: center;
    float: left;
}

#footer 
{
    clear: left;
    margin: 0;
    background: url(../images/footer_bg.jpg) bottom left no-repeat;
    height: 50px;
    text-align: center;
    font-size: 11px;
    color: #ddd;
    overflow: hidden;
}

#footer a 
{
    text-decoration: none;
    font-size: 11px;
}

#footer a:hover
{
    text-decoration: underline;
}

.commentbg
{
    background: url(../images/comment.png) top left no-repeat;
}

.leftcol
{
    float: left;
    width: 250px;
    margin: 25px 0 0 25px !important;
    margin: 25px 0 0 15px;
    padding: 0;  
}

.leftcol.commentbg p
{
    margin: 15px 0 0 15px; 
}

.rightcol
{
    width: 470px;
    float: right;
    margin: 35px 25px 25px 0;
    padding: 0;
	overflow: hidden;
}

.wide
{
    width: 450px;
}

.narrow
{
    width: 200px;
}

ul.list
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* submenu */

.submenu
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

.submenu li 
{
    background: url(../images/dotted_line.png) repeat-x bottom left;
    padding: 5px 0 8px 3px;
}

.submenu li a,
.submenu li a:visited,
ul.list li a,
ul.list li a:visited
{
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
} 

.submenu li a.current, 
.submenu li a:hover,
.list li a.current, 
.list li a:hover
{
    color: #832114;
}

#footer a,
#footer a:visited,
.white
{
    color: #fff;
}

/* forms */

fieldset
{
	border: 0;
	margin: 10px 0;
	padding: 0;	
}

label 
{
	display: block;
	margin: 4px 0;
	padding: 0;
}

label span 
{
	width: 110px;
	display: block;
	float: left;
	padding: 2px 0 0 0;
}

input
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    padding-left: 1px;
}

input.text 
{
	width: 150px;
}

input.number 
{
	width: 75px;
}

.textbox 
{
    width: 265px;
    padding: 1px;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

/* misc */

.strong
{
    font-weight: bold;
}

.introtext
{
    font-size: 16px;
    font-weight: bold;
    color: #931d1b;
    font-family: Trebuchet MS, Arial, Verdana;
}

.hidden
{
    display: none;
}

.border
{
    border: 1px solid grey;
}

.clr 
{
    clear: both;
}

h4.diaryheader
{
    margin-bottom: 4px;
}

span.date
{
    color: #931d1b;
    font-size: small;
}