/*--- Globale HTML-Tag-Eingenschaften -------------------------------------------------------*/

body {

	margin: 0px;
	padding: 0px;

	background-color: #FFFFFF;

	font-family: Helvetica, Arial, Sans;
	font-size: 10pt;
	color: #666666;
}

table
{
	margin: 0px;
	padding: 0px;
}

td 
{
	font-family: Helvetica, Arial, Sans;
	font-size: 10pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #666666;
	border: none;
}

a:hover {
	color: #999966;
}


a img {
	border: none;
	text-decoration: none;
}


a:active, a:focus {
	width: 0; 
	height: 0;
	outline: 0;
}

p { margin-top: 0px; }  

/*--- Clear-Helper --------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

/*--- Content -------------------------------------------------------------------------------*/

#main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 100%;
	width: 800px;
}

#header {
	position: relative;
	margin-top: 33px;
	margin-bottom: 43px;
	width: 100%;
	color: #666666;
	background-color: #cccccc;
	height: 40px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	font-size: 10pt;
}

#left_column {
	float: left;
	text-align: right;
	width: 170px;
}

#center_column {
	float: left;
	text-align: left;
	margin-left: 50px;
	width: 540px;
}

#menu div.top {
	height: 28px;
}

#menu div.topselected {
	margin-bottom: 12px;
}

#menu div.topselected a {
	font-weight: bold;
}

#menu .submenu {
	margin-top: 4px;
}

#menu div.sub,
#menu div.subselected
{
	line-height: 18px;
	vertical-align: middle;
	height: 18px;
	font-size: 8.5pt;
}

#menu div.sub a {
	font-weight: normal;
}

#menu div.subselected a {
	font-weight: bold;
}

#thumbnails {
	text-align: justify;
}



.spacer {
	width:540px;
	height: 0px;
}


#content {
	line-height: 11pt;
}

#title {
	margin-top: 5px;
	font-size: 8pt;
	text-align: right;
}

#gallery_navigation {
	margin-top: 20px;
}


#gallery_navigation .arrow {
	margin-left: 10px;
}

#select_language {
	position: absolute;
	right: 3px;
	top: 27px;
	font-size: 8pt;
}

#select_language img {
	margin-left: 2px;
}

.fontSmaller {
	font-size: 7pt;
}

.fontSmall {
	font-size: 8.5pt;
}

.fontNormal {
	font-size: 10pt;
}

.fontBig {
	font-size: 11pt;
}

.fontBigger {
	font-size: 13pt;
}
