
body {
	font-size:100%;
	text-align:left;
	background: white none;
	margin: 0;
	padding: 0;
}


/* Landscape mode (default) */
#wrap {
	margin: 0 auto 10px;
	width:1024px;
	position:relative;
	overflow:hidden;
	text-align:left;
	background-color: transparent;
	color: black;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.3em;
	text-align: justify;
	list-style-position: outside;
}
#header {
	float:left;
	width:1024px;
	background:#fff;
	border-bottom:1px solid #000;
	color: red;
	font: small-caps bold 24pt "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 15px 0 0 10px;
	border-top: 1px solid black;
}

#content {
	float:left;
	width:1024px;
	background: transparent;
	position:relative;
	left:768px;
}
#main {
	float:left;
	width:708px;
	position:relative;
	right:738px;
	line-height: 1.3em;
	margin: 0;
	padding: 5px 10px 10px;
}
#side {
	float:right;
	width:216px;
	position:relative;
	right:788px;
	padding-bottom:20px;
}
#sidea,
#sideb,
#sidec {
	clear:left;
	float:left;
	width:216px;
}
#footer {
	clear:both;
	float:left;
	width:1024px;
	background: transparent;
	padding: 5px;
}
#footer p {
	padding:20px 30px;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: maroon;
}

a:hover {
	text-decoration: underline;
	color: red;
	list-style-position: inside;
}

h1	{
	text-decoration: none;
	font: bold 14pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

.navit {
	text-align: left;
	background-color: transparent;
	color: blue;
	font: bold x-small/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.navit a:link {
	color: blue;
	text-decoration: none;
}

.navit a:visited {
	color: blue;
	text-decoration: none;
}

.navit a:hover {
	color: blue;
	text-decoration: none;
}

.source {
	display: none;
}

.pixer {
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
}

.pictipod {
	display: none;
}

.chrono {
}

.pict {
	color: gray;
	text-align: center;
	background-color: transparent;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
}

.pict img a {
	text-decoration: none;
}

.pictright {
	text-align: right;
	background-color: white;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 2em;
	float: right;
	width: 400px;
}

.pictcenter {
	color: black;
	text-align: center;
	background-color: white;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 2em;
	float: none;
}

.pictright img a:link {
	text-decoration: none;
	background: transparent;
	border: 0;
}

.pictright img a:visited {
	text-decoration: none;
}

.specs {
	text-align: center;
}


.desc {
	text-align: left;
	font-style: italic;
}

.spitem {
	text-align: right;
}

.odd {
	background-color: silver;
}

table {
	border-style: none;
}

.spectab {
	font-size: x-small;
}

.list {
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 600px;
}

.listitem1 {
}

.listitem0 {
}

.navit {
	text-align: left;
	background-color: transparent;
	color: blue;
	font: bold x-small/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.rechts a:link {
	color: white;
	text-decoration: none;
}

.rechts a:visited {
	color: white;
	text-decoration: none;
}

.rechts a:hover {
	color: white;
	text-decoration: underline;
}

.adstop {
	color: white;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	background-color: black;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0px;	
	position: absolute;
	left: 0;
}

@media only screen and (orientation:portrait){
	/* portrait mode */
	#header,
	#wrap,
	#footer {
		width:768px;
	}
	#content {
		left:0;
		background:#fff;
	}
	#main {
		float:left;
		width:708px;
		position:relative;
		right:0;
		left:30px;
		padding: 5px 10px 10px;
	}
	#side {
		clear:left;
		float:left;
		width:768px;
		right:0;
		padding-bottom:20px;
		background:#fff;
	}
	#sidea {
		clear:none;
		width:216px;
		float:left;
		position:relative;
		left:30px;
		padding-top:20px;
	}
	#sideb {
		clear:none;
		width:216px;
		float:left;
		position:relative;
		left:60px;
		padding-top:20px;
	}
	#sidec {
		clear:none;
		width:216px;
		float:right;
		position:relative;
		right:30px;
		padding-top:20px;
	}
}
