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

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

*/

/* ###### Allgemeines ###### */ 
body {
	border-top: 3px solid #004D9F;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:56.3em;
}

/* Hack to force IE/Win to recalculate relative and
   absolute positioned elements on window resize */
/* Hides from IE-mac \*/
* html #header {height: 1%;}
/* End hide from IE-mac */

#header {
	position: absolute;
	top:2.2em;
}
#header span {
	line-height: 1.8em;
	padding-left: 2em;
	font-size: 0.9em;
}
#header form {
	position: absolute;
	width:13em;
	top: 0.1em;
	left:41.7em;
}
#searchField {
	width:12em;
	float: right;
}
#searchBtn {
	float: right;
	border:0;
	margin:1px 4px 0 0;
	padding:2px 2px 3px 2px;
}
#logo {
	width:6.8em;
	float:left;
	margin-left: 2em;
}

#main, #navigation {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#main {
	clear: both;
}

#homeTop {
	background: #eee url(home_top.gif) no-repeat bottom center;
}

#homeTop .sitemap {
	float:left;
	margin: 0.5em 1em 1em 2em;
}

#flash {
	text-align: center;
}

#homeBottom {
	background: white url(home_bottom.gif) no-repeat top center;
	border-top: 1px solid #eee;
	margin-top: -1px;
}

#teaser {
	margin: 1em 2em;
	float: left;
	font-size:0.8em;
}
#teaser p {
	margin-bottom: 2em;
	white-space: nowrap;
}

#address {
	text-align: right;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1em 1.2em 5em 0em;
	
}


/* ###### Sidebar ###### */ 
#sidebar {
	background: white url(bg_top3.jpg) repeat-x top left;
	background: white;
	width: 17em;
	float:left;
	margin-right: -3px;

}

/* ###### Content ###### */ 
#content {
	background: white url(bg_content.jpg) no-repeat top left;
	background: white;
	border-top: 1px solid white;
	width:36em;
	margin-left: 16.8em;
	padding: 0.5em 10px 10px 2em;
}
#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 {
	margin: 6px;
	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;
}

#content p.downloadItem {
	padding-left:1.8em;
}

#content p.downloadItem img {
	float: left;
	border:0;
	margin-left: -1.8em;
}


/* ###### 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 ###### */ 
#footer {
	border-top: 1px solid #D5D4D4;
	color: #787878;
	background: white url(bg_footer.png) repeat-x top left;
}
#footer .links {
	padding: 6px 10px;
}
#footer .copyright {
	float: right;
	padding: 6px 10px;
}
.cleaner {
	clear: both;
}

