/** 
 * Standard-Einstellungen
 *
 * @revision	$Id: core.defaults.css 641 2008-12-23 08:02:32Z ss $
 */

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

blockquote
	{
	background:			#f8f8f8;
	border:				1px solid silver;
	margin:				10px;
	padding:			3px;
	}
body, th, td
	{
	height:				100%;
	font-family:		Verdana, sans-serif;
	font-size:			11px;
	line-height:		16px;
	margin:				0px;
	padding:			0px;
	vertical-align:		top;
	}
h1, h2, h3
	{
	color:				black;
	margin-bottom:		10px;
	}
h1
	{
	font-size:			17px;
	font-weight:		normal;
	line-height:		19px;
	}
h2
	{
	font-size:			17px;
	line-height:		19px;
	margin-bottom:		0px;	
	}
h3
	{
	font-size:			17px;
	line-height:		19px;
	margin-bottom:		0px;	
	}
hr
	{
	background-color:	silver;
	border:				0px;
	color:				silver;
	height:				1px;
	}
img
	{
	border:				0px;
	}
input, select, textarea
	{
	border:				1px solid silver;
	font-family:		Verdana, sans-serif;
	font-size:			11px;
	padding:			1px;
	}
input[type="radio"], input[type="checkbox"]
	{
	background:			transparent;
	border:				none;
	}
input:focus, select:focus, textarea:focus
	{
	background:			#f0f0f0;
	border:				1px solid #c3c3c3;
	}
p
	{
	padding-top:		3px;
	padding-bottom:		3px;
	}
pre
	{
	border:				1px solid silver;
	background-color:	#f8f8f8;
	color:				black;
	font-family:		Courier, monospace;
	font-size:			11px;
	padding:			3px;
	width:				100%;
	}
small
	{
	font-size:			10px;
	}
strong
	{
	font-weight:		bold;
	}
