body
{
	height: 100%;
}

.MasterBody
{
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	text-align: center;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
	height: 100%;
}


/* Themes */
/* Default */
.ThemeDefault
{
	background-image: url(../design/noframes/back.gif);
	background-attachment: fixed;
}

.ThemeRetro
{
	background-image: url(../design/noframes/retro/back.gif);	
	background-color: #d4cbc6;
}

/* Snow */
.ThemeSnow
{
	background-image: url(../design/events/winter/back.gif);
}

/* Wedding */
.ThemeWedding
{
	background-image: url(../design/events/wedding/back.gif);
}

/* Christmas */
.ThemeChristmas
{
	background-image: url(../design/events/winter/back.gif);
}

.ThemeChristmas .HeaderTitle
{
	background-image: url(../design/events/christmas/title.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 540px;
	overflow: visible;
	padding-top: 10px;
}

.ThemeChristmas .ContentArea
{
	background-image: url(../design/events/christmas/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ThemeChristmas .HeaderTitleEnd
{
	background-image: url(../design/events/christmas/titleend.gif);
	background-repeat: no-repeat;
}


/* Menu */
.Menu
{
	color: #ffffff;
	background-color: #cc0000;
	font-family: Verdana;
	font-size: 13px;
	position: absolute;
	background-image: url(../design/noframes/menuback.gif);
	background-repeat: repeat-x;
	width: 998px;
	height: 18px;
	z-index: 1000;
	padding: 1px;
	margin: 0px;
	text-align: center;
}

.ThemeRetro .Menu
{
	background-image: url(../design/noframes/retro/menuback.gif);	
}

/* Frames */
.FramesHeader
{
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	text-align: center;
	/*background-image: none;*/
	background-image: url(../design/noframes/back.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	height: 30px;
	overflow: hidden;
}

.FramesBackLeft
{
	border-right: solid 1px #000000;
	height: 2000px;
}

.FramesBackRight
{
	border-left: solid 1px #000000;
	height: 2000px;
}

.MainPage
{
	padding: 0px;
	margin: 0px auto;
	width: 1000px;
	overflow: hidden;
	text-align: left;
	background-color: #ffffff;
	border: solid 1px #000000;
}


.MainHeader
{
	background-image: url(../design/noframes/header.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 115px;
	width: 1000px;
	overflow: visible;
	position: absolute;
	border-bottom: solid 1px #eeeeee;
}

.Theme650 .MainHeader
{
	background-image: url(../design/noframes/650/header.jpg);
}

.Theme350 .MainHeader
{
	background-image: url(../design/noframes/350/header.jpg);
}

.Theme50 .MainHeader
{
	background-image: url(../design/noframes/50/header.jpg);
}

.ThemeRetro .MainHeader
{
	background-image: url(../design/noframes/retro/header.jpg);
}

.HeaderInfo
{
	height: 47px;
	overflow: hidden;
}

.InfoPadding
{
	padding: 6px 0px 0px 8px;
}

.HeaderSpacer
{
	height: 120px;
}

.MainContent
{
	padding: 0px 20px 20px 20px;
	margin: 0px;
	/*height: 600px;*/
	min-height: 400px;
}

.UvodContent
{
	padding: 0px 0px 20px 20px;
	margin: 0px;
/*height: 600px;*/
}

.HeaderTop
{
	/*overflow: hidden;*/
}

/* Menu */
.MenuItem
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 5px 2px 5px;
	height: 20px;
	border-right: solid 1px #ffffff;
}

.MenuItem:hover
{
	background-color: #ee0000;
}

.LastGroupItem
{
	border-right: solid 2px #ffffff;
}

.LastMenuItem
{
	border-right: none;
}

.MenuItemHighlighted
{
	background-color: #00bb00;
	/*background-color: #ffff00;
	color: #000000;*/
	height: 18px;
}

.MenuItemHighlighted:hover
{
	background-color: #00dd00;
}

.HeaderBottom
{
	height: 20px;
}

.LangMenu
{
	float: right;
	width: 60px;
	text-align: right;
	padding: 5px 5px 0px 0px;
}

.HeaderMenu
{
	overflow: hidden;
	height: 15px;
}

.HeaderTitle
{
	padding-top: 5px;
}

.HeaderLink
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 5px 10px 0px 20px;	
}
