@charset "utf-8";
/* CSS Document */

/* Definitionen zum Text */

h1 {
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ff9c00;
	padding-bottom:10px;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active {
	font-size:20px;
	color:#ff9c00;
}

h1 a:hover {
	font-size:20px;
	color:#fd7a32;
}

h1 sub{
	color:#ff9c00;
}

h2 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ff9c00;
	padding-bottom:10px;
}

h2 sub{
	color:#ff9c00;
}

h2 a,
h2 a:link,
h2 a:visited,
h2 a:active {
	font-size:18px;
	color:#ff9c00;
}

h2 a:hover {
	font-size:18px;
	color:#fd7a32;
}


h3 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#5f5f5f;
	padding-bottom:10px;
	line-height: 1.5;
}

h3 sub{
	color:#5f5f5f;
}

h3 a,
h3 a:link,
h3 a:visited,
h3 a:active {
	font-size:14px;
	color:#ff9c00;
}

h3 a:hover {
	font-size:14px;
	color:#fd7a32;
}

p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3d3d3d;
	line-height:1.5;
	margin-bottom: 7px;
}

a, a:link, a:active, a:visited, a * {
	font-family: Arial, Helvetica, sans-serif;
	color:#fd5b01;
	text-decoration:underline;
}

a:hover, a:hover * {
	font-family: Arial, Helvetica, sans-serif;
	color:#fd5b01;
	text-decoration:none;
}

.cufon-canvas a, a:link, a:active, a:visited, a * {
	text-decoration:none;
}

