﻿
/* main elements */

body
{
	margin-top:0px;
	background-color: #f0f5ff;
	text-align:center;
}

/*hack for buggy firefox css*/
body
{
	text-align:-moz-center;
}

.topOfPage
{
	height:100px; 
	background-image:url(images/imgbanner.jpg); 
	background-repeat:repeat-x;
}

.leftSide
{
	width:148px;
	height:700px;
	vertical-align:top;
	background: url(images/back.jpg);
	background-repeat: repeat;
	margin-top: 2px;
}

.separatorLeftAndRight
{
	width: 2px;
	background-color:Orange;
}

.tblBorder
{
	width: 1px;
	background-color: #ffc500;
}

.separatorTopAndContent
{
	height: 4px;
	background-color:Orange;
}

.rightSide
{
	width:650px;
	vertical-align:top;
	background: url(images/back.jpg);
	background-repeat: repeat;
	margin-top: 2px;
}

.bottomOfPage
{
	height: 2px;
	background-color:Orange;
}

/* text and menu format */

.title
{
	font-size:48px;
	font-weight:bold;
	font-style:italic;
	color:#003000;
	vertical-align:top;
}

td.title
{
	width:75%;
	vertical-align:top;
}

.menu
{
	display:block;
	background-color:inherit;
	text-decoration:none;
	width:100%;
	vertical-align:middle;
	margin-left:0px;
}

.menuItem
{
	display:block;
	background-color:inherit;
	text-decoration:none;
	height:30px;
	width:100%;
	vertical-align:middle;
	margin-left:0px;
}

.menuItem:hover
{
	display:block;
	background-image: url(images/bkgrade.jpg);
	background-repeat:repeat-x;
	text-decoration:underline;
	height:30px;
}

A.menuItem
{
	color:Black;
}

/* flags */

td.flags
{
	width:25%;
	vertical-align:bottom;
}

a.flag
{
	text-decoration:none;
	font-size:smaller;
	color:Black;
}

a.flag:hover
{
	color:#303030;
}

img.flag
{
	width:50px;
	height:30px;
	padding:5px;
	border-style:none;
}

/* content classes */

.cpDiv
{
	margin-left: 10px;
	margin-right: 10px;
}

.what
{
	font-style:italic;
	margin-right: 5px;
	padding-right: 5px;
}

.smallInfo
{
	font-size:small;
}
.mail
{
	color:Black;
	text-decoration:none;
}

.mail:hover
{
	text-decoration:underline;
}

.simpleLink
{
	color:Black;
	text-decoration:none;
}

.simpleLink:hover
{
	text-decoration:underline;
}

/* images and zoom */

img.smallImage
{
	height: 120px;
	padding: 10px;
}

td.smallImage
{
	border: orange 1px solid;
}

.imgTable
{
	margin-left:30px;
}

.zoomContent
{
	visibility:hidden; 
	width:0px; 
	height:0px;
	z-index:1;
	position:absolute;
	border: orange 1px solid;
	padding:5px;
}

/* counter */

.cntFrame
{
	left: 0px;
	top: 220px;
	width: 120px;
	height: 80px;
	position: relative;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
