/* ELEMENTS */

html, body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

/* STRUCTURE */

.TableStructure {
	width: 100%;
	height: 100%;
}
.CellStructureNavigation {
	width: 100%;
	text-align: right;
	padding: 5px;
	background-color: #EEEEEE;
	border-bottom: 1px solid gray;
	color: gray;
	font-size: 10px;
}
.CellStructureContent {
	width: 100%;
	height: 100%;
	text-align: center;
}
.TableSubStructure {
	width: 100%;
	height: 100%;
	text-align: center;
}
.CellSubStructure {
	width: 100%;
	height: 100%;
	text-align: center;
}
.TableContent {
	text-align: center;
}
.CellContentImage {
	height: 350px;
	width: 350px;;
}
.CellContentMenu {
	height: 350px;
	width: 200px;
	background-color: #272525;
	text-align: left;
	vertical-align: top;
}
.CellContentText {
	height: 350px;
	width: 410px;
	background-color: #A09385;
	color: #383838;
	text-align: left;
	vertical-align: top;
}
.TableMenu {
	width: 100%;
	height: 100%;
}
.CellMenuTop {
	width: 100%;
	vertical-align: top;
}
.CellMenuBottom {
	width: 100%;
}

/* TEXTS */

.TextMenuSubject {
	margin: 10px;
}
.TextHeader {
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	padding-bottom: 1px;
	letter-spacing: 1px;
	color: #383838;
}
.Text {
	margin: 10px;
}
.Pictureframe {
	margin-left: 10px;
	margin-right: 10px;
}

/* LINKS */

.LinkMenu:link, .LinkMenu:active, .LinkMenu:visited {
	color: white;
	text-decoration: none;
}
.LinkMenu:hover {
	color: #C0C0C0;
	text-decoration: none;
}
.LinkTop:link, .LinkTop:active, .LinkTop:visited {
	color: gray;
	text-decoration: none;
}
.LinkTop:hover {
	color: black;
	text-decoration: none;
}
.LinkText:link, .LinkText:active, .LinkText:visited {
	color: black;
	text-decoration: none;
}
.LinkText:hover {
	color: black;
	text-decoration: underline;
}

/* PICTURES */

.Thumbnail {
	width: 85px;
	height: 85px;
	border: 1px solid gray;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
