body {
	background-color: white;
	margin-top: 4%;
	font-family: Verdana;
}

.container {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px; /* -(width/2) */
	border-color: 1px solid black;
}

.header {
	padding-bottom: 3px;
	border-bottom: 12px solid #cccccc;
}

.header .menu {
	float: left;
	position: relative;
	top: 8px;
	#top: 10px; /*CHECK!*/
}

.header .menu ul {
	display: inline;
	margin-left: -40px;
	#margin-left: 0px; /*CHECK!*/
	font-size: 9pt;
}

.header .menu li {
	display: inline;
	padding-right: 20px;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: right;
}

.header .menu li:last-child, .header .menu li .no-dot {
	background: none;
}

.header .menu a {
	color: #5c5c5c;
	font-size: 9pt;
	text-decoration: none;
}

.header .menu li#active a {
	color: black;
}

.header .menu a:hover {
	/*border-bottom: 2px solid gray;*/
}

.header .title {
	float: right;
}

.header .title h1, .header .title a {
	display: inline;
	font-family: Times New Roman;
	font-size: 22pt;
	text-decoration: none;
	color: #ADADAD;
	font-weight: lighter;
}

.clearer {
	clear: both;
}

.submenu {
	float: right;
}

.submenu ul {
	display: inline;
	margin-left: -40px;
	#margin-left: 0px; /*CHECK!*/
	color: #4f4f4f;
	font-size: 12px;
}

.submenu li {
	display: inline;
	margin-right: 0px;
}

.submenu a {
	color: #4f4f4f;
	font-size: 12px;
	text-decoration: none;
}

.start-image {
	height: 500px;
	background-image: url(images/start.jpg);
	background-repeat: no-repeat;
}

.content {
	padding-top: 15px;
	margin-bottom: 20px;
	font-size: 9pt;
}

h2 {
	margin-top: 0px;
	font-family: Times New Roman;
	font-size: 17pt;
	text-decoration: none;
	color: gray;
	font-weight: lighter;
}

h3 {
	margin-top: 0px;
	font-family: Times New Roman;
	font-size: 15pt;
	text-decoration: none;
	color: gray;
	font-weight: lighter;
}

.txt img {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}

.txt img.default {
	float: none;
	margin: 0px;
}

img {
	border: 0px;
}

img .with-border {
	padding: 10px;
	margin: 10px;
	border: 1px solid #cccccc;
}

.album-descr {
	float: right;
	width: 225px;
	margin-bottom: 20px;
}

.content a {
	color: #5c5c5c;
	text-decoration: none;
}

.content a:hover {
	color: black;
}

table {
	/* width: 100%; WORKS IN ALL BROWSERS? CHECK!*/
	/*display: inline;*/ /*NEEDED FOR IE????????? CHECK!*/
}

.popup {
	font-size: 9pt;
}

.popup a {
	color: #5c5c5c;
	text-decoration: none;
}

.popup a:hover {
	color: black;
}

.somp {
		margin-bottom: 10px;
		padding-top: 3px;
		border-top: 1px dotted gray;
		font-size: 11px;
		color: gray;
		clear: both;
}

.somp a {
		color: gray;
}
