/* 
	print layout
	(www.seiko-instruments.de)

	author: Martin Use (mu@mschuelke.net)
	date: 01/2006
	last changed: 22.01.2006 (mu)

*/

body {
	margin: 10px;
	background-color: white;
}
#container {
	width:80%;
}
#header {
	text-align: left;
}
#logo {
	float: right;
}
#content {
	clear: both;
}
#content div.vgal{
	float:right;
	padding: 0 0 1.5em 1.5em;
	background-color: white;
}

#content div.pthumb{
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
	font-size: 0.8em;
	text-align: right;
}

#content div.pthumb img {
	border: 0;
}

#content div.pthumb div.caption {
	padding: 0 0.2em;
	border-top: 1px solid #ccc;
	background-color: #eee;
}

#content img {
	border: 1px solid #ddd;
}
#content img.inline {
	margin: 0.3em 0 0.5em 0;
	border: 0;
}

/* ###### Tabellen ###### */
#content div.download {
	font-size:0.9em;
}
#content table.download td {
	vertical-align: top;
}
#content table.download td img {
	border:0;
}
#content table.distentry {
	margin: 0.5em 1em 1em 1em;
	padding:0;
	width: 95%;
	font-size:0.9em;
}
#content table.distentry td {
	width: 50%;
	padding:0;
	vertical-align:top;
}
#content table.products {
	width: 100%;
}
#content table.products td {
	width: 33%;
	font-size:0.9em;
	vertical-align:top;
}
#content table.products ul {
	margin-top:0;
	margin-bottom:0;
}

#footer {
	border-top: 1px solid #D5D4D4;
	color: #787878;
	background: white url(bg_footer.png) repeat-x top left;
}
#footer .copyright {
	float: right;
}
.cleaner {
	clear: both;
}

