body {
	background-color:#535991;
	margin: 0;
	padding: 20px;
	text-align: center;
}
body *{
	/*font-size: 12px;*/
	font-family: verdana,arial,sans-serif;
}

a{
	color: black;
}

/* The complete page contents */
div#page {
	/*margin: 10px auto 10px auto;*/
	margin: auto;
	background-color: white;
	width: 800px;
	text-align: left;
	border: 1px solid silver;	
}

/* Head with title */
div#header {
	background: transparent url(../file/images/rsporsche-320.jpg) scroll 0px -22px;;
	height: 260px;	
	color: red;
}

#header h1{
	margin: 0;
	padding: 10px;
}

#header .nav{
	margin-top: 206px;
	background: rgba(0, 0, 0, .5);
	border-bottom: solid black 1px;
	border-top: solid gray 1px;
}
#header .nav a{
	padding: 1px 10px;
	margin-left: 10px;
	text-decoration: none;
	color: white;
}
#header .nav a.selected{
	background: white;
	padding-top: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-style: solid;
	border-color: silver;
	border-width: 1px 1px 0px 1px;
	color: black;
}


/* Content display area */
div#content {
	/*margin-right: 15em;*/
	padding: 1em;
	width: 585px;
}

/* Navigation area */
div#navigation {
	display: inline;
	float: right;
	width: 10em;
	border: solid gray 1px;
	margin: 1em;
}
#navigation ul.root{
	padding: 0px;
	margin: 5;
	list-style-type: none;
}
#navigation ul.child{
	padding: 5px 0px 5px 15px;
	margin: 0;
	list-style-type: disc;
}
#navigation a{
	text-decoration: none;
	display: block;
}
#navigation a:hover{
	text-decoration: underline;
}
#navigation a.selected{
	color: red;
	background-color: #efefef;
	border-top: solid red 1px;
	border-bottom: solid red 1px;
}


/* Footer of the page */
div#footer {
	/*clear: right;*/
	padding: 2px 10px 2px 2px;
	border-top: solid gray 1px;
}

/* Copyright information */
div#copyright {
	display: inline;
	float: right;
	font-style: italic;
}


.clear{
	clear: both;
}

/***
 * Image zoomer:
 */
.ext-el-mask {
	background-color:black;
	height:100%;
	left:0;
	opacity:0.8;
	filter: alpha(opacity=80);
	position:absolute;
	top:0;
	width:100%;
	z-index:20000;
}

#modal-image{
	position: absolute;
	top: -10000px;
	left: -10000px;
	padding: 10px;
	background-color: #555555;
	border: solid gray 1px;
}

#modal-image-close{
	background: url(../file/images/close.gif) no-repeat 2px 4px;
	opacity:0.5;
	background-color:white;
	width:16px;
	height:16px;
	border:solid silver 1px;
	cursor: pointer;
}

.thumbwrap{
	padding: 10px;
	margin: 5px;
	/*border: solid 1px gray;*/
	background-color: #222222;
	float: left;
	width: 165px;
	height: 165px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.thumb{
	padding: 0px;
	margin: 0px;
	width: 165px;
	height: 165px;
	cursor:pointer;
}
