
/**
 * Fonts CSS
 *
 * Stylesheet for font layout
 *
 * @url         http://www.pc-control.net/res/css/font.css
 * @author      JoergP
 * @copyright   2013 Beckhoff Automation GmbH
 * @version     1.0
 *
 */


body {
	font-family:            Arial, Helvetica, sans-serif;
	font-size:              0.75em;
	color:                  #000;
}

	/* form styles */
input, select, textarea {
	font-family:            Arial, Helvetica, sans-serif;
	font-size:              100%;
}

	/* headline styles */
h1 {
	padding-bottom:         1.2em;
	font-size:              116.7%;
	line-height:            128.6%;
}

h2 {
	padding-bottom:         0em;
	font-size:              100%;
	line-height:            133.3%;
}

	/* paragraph styles */
p {
	line-height:            133.4%;
}

	/* inline styles */
.small {
    font-size:            91.7%;
}

.extra-small {
    font-size:            83.4%;
}

.bold {
    font-weight:          bold;
}

	/* anchor styles */
a, a:hover {
	color:                  #ef0000;
	text-decoration:        none;
}
