@charset "UTF-8";

html {
	font-family			: Arial, Helvetica, Verdana, sans-serif;
	margin				: 0;
	padding				: 0;
}
body {
	margin				: 0;
	padding				: 0;
	color				: #000000;
	font-size			: 12px;
	text-align			: left;
}
body form {
	margin				: 0;
	padding				: 0;
}

html a					{ color: #000; font-weight: normal; text-decoration: underline; }
html a:hover			{ color: #000; text-decoration: none; }
html a:focus			{ color: #000; text-decoration: none; }

p {
	padding				: 0 0 0.5em 0;
	margin				: 0;
}



h4 {
	font-size			: 125%;
	margin				: 0 0 8px 0;
	line-height			: 110%;
}

h5 {
	font-size			: 100%;
	margin				: 0 0 10px 0;
	line-height			: 110%;
}


/*------------------------------------------------------*/

/*
#############################################################################
#############################################################################
###
###		...
###
#############################################################################
#############################################################################
*/



/*
#############################################################################
#############################################################################
###
###		BUTTONs
###
#############################################################################
#############################################################################
*/

.standardButton {
	margin:1px 1px 1px 1px;
	padding: 0px;
	float: left;


}
.standardButton a{
	background: url(../_media/grafik/standardButton.gif) repeat-x;
	padding: 1px 5px 0px 5px;
	text-decoration:none;
	border: solid #bbbbbb 1px;
	font-size: 11px;
	display: block;
}
.standardButton a:hover {
	text-decoration:none;
	border: solid #838383 1px;
}
.standardButton a:active {
	text-decoration:none;
	border: solid #bbbbbb 1px;
}

/*
#############################################################################
#############################################################################
###
###		LITTLE HELPER
###
#############################################################################
#############################################################################
*/


.clr                 { clear : both;  }
.none, .printonly    { display: none; }
.block               { display: block;}



