/* GENERIC TABLE / BODY STYLE */
body {
	font-family: Arial, "Trebuchet MS", sans-serif;
	color: #333;
	/*
	background-repeat:repeat-x; 
	background-attachment: fixed; 
	background-image:url(img/bg_1r.jpg);
	background-position: 0px 110px;
	*/
	margin: 0; 
	padding: 0;
	text-align: left;
}
strong { font-weight:bold; }
h1 { padding: 0; margin: 0px 0 20px 0; } /* Nullstiller */
h2 { padding: 0; margin: 0; font-size:16px; font-weight:bold; } /* Nullstiller */
h3 { padding: 0; margin: 0; font-size:19px; font-weight:bold; } /* Nullstiller */

/* STANDARD LINKS */
a:link, a:visited { color: #4b4b4b; text-decoration: none; }
a:hover { color: #666; text-decoration: underline; }

/* NEW GLOBAL CLASSES */
.heading { font-size: 34px; font-weight:bold; color: #313131; line-height:34px; }
.smallheading { font-size: 153.9%; font-weight: bold; color: #313131;}
.small_text { font-size: 11pt; line-height: 18px; color: #434343;}
.small_text_color { font-size: 11pt; color: #b41214; }
.leadparagraph { display: block; margin-bottom: 15px; font-size: 15px; color: #434343; line-height: 17px; font-weight: bold;}

img { border: 0; }