/*----------------------------------------------
	
	global.css
	(c) 2009 Stefan Heule

----------------------------------------------*/


/* general
----------------------------------------------*/
h4 {
	padding-top: 9px;
}


/* content-table
----------------------------------------------*/
table.content-table td {
	vertical-align: top;
}

table.content-table td.txt {
	padding-bottom: 7px;
	padding-left: 6px;
}

td.menu-td {
	width:140px;
	border-right: 1px solid #999;
}
td.content-td {
	padding-left: 10px;
}


/* menu
----------------------------------------------*/
div.sidebar-menu a:hover {
	background:#AFCBF0;
}
div.sidebar-menu a {
	color: #000;
	display: block;
	padding: 3px 8px;
	background: white;
	text-decoration: none;
	margin-bottom: 4px;
	border: 1px solid #aaa;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
}

div.sidebar-menu p {
	color: #000;
	display: block;
	padding: 3px 8px;
	background: #AFCBF0;
	text-decoration: none;
	margin-bottom: 4px;
	border: 1px solid #aaa;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
}

div.sidebar-menu {
	border: 1px solid #999;
	padding: 4px 4px 0 4px;
	background: #eee;
	margin-right: 10px;
}


/* screenshots
----------------------------------------------*/
img.screenshot {
	padding: 2px;
	border: 1px solid #aaa;
}
img.sshot-small {
	width: 128px;
}
.center {
	margin: 0 auto;
}


/* download button
----------------------------------------------*/
div.dl-button {
	width:150px;
	padding:3px 3px 1px;
	border: 1px solid #1D45C6;
	-moz-border-radius: 4px;
	background: #E5E5FF;
	text-align: center;
	font-size: 10px;
	margin: 10px;
}
div.dl-button a {
	display: block; border: 1px solid #000;
	text-align: center;
	-moz-border-radius: 50px;
	background: #1D45C6 url('/inc/img/download-button.png');
	background-position: -80px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}


/* numbered heading
----------------------------------------------*/
body {counter-reset: section}

h4.counted:before{
	counter-increment: section;
	content: counter(section) " ";
}












