/*
Zetpunkt Mediendesign
*/

.hidden
{
	display: none;
}

#hidden
{
	display: none;
}

address, abbr, acronym, dfn
{
	font-variant: normal;
	font-style: normal;
	text-transform: none;
}

a abbr, a acronym { text-decoration: underline; }

a, address, blockquote, caption, cite, div, dfn, dl, dt, fieldset, h1, h2, h3, h4, img, input, label, legend, li, ol, option, p, q, select, textarea, td, th, ul
{
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

body
{
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 85%;
	background: #fff;
}

#box
{
	padding: .5em;
}

#top
{
	padding: .5em;
}


#printversion
{
	width: 600px;
}

cite, q, em
{
	font-style: italic;
}

dd, p
{
	margin: 0;
	padding: 0;
}

dt, legend, strong, th { font-weight: bold; }

h1, h2, h3, h4
{
	color: #000;
	background: transparent;
}

h1, h2
{
	font-size: 1em;
	font-weight: bold;
}

h3, h4
{
	font-size: 1em;
	font-weight: bold;
}

img
{
	border: 0;
	color: #fff;
	background: transparent;
}

table { border: 0; }

th
{
	background: #fff;
	color: #000;
	font-weight: bold;
	text-align: left;
}

td
{
	vertical-align: top;
}

th p { font-weight: normal; }
/*th, td { font-size: 0.8em; }
html>body th, html>body td { font-size: .9em; }*/

a
{
	color: #000063;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
	color: #009900;
}


