body,textarea,input,h1,h2,h3,h4,h5,h6,select,td,th,p {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #E2001A;
}

a.icon {
	display:block;
	text-decoration: none;
	color: #E2001A;
	background-image: url(../img/linkicon_content.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left:16px;
	font-weight: bold;
}

a.iconshortcuttel, a.iconshortcutkontakt, a.iconshortcutweiterleiten {
	display:block;
	text-decoration: none;
	color: #E2001A;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:5px;
	height:18px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
a.iconshortcuttel {
	background-image: url(../img/linkicon_cshortcut_tel.png);
	padding-left:16px;
}
a.iconshortcutkontakt {
	background-image: url(../img/linkicon_cshortcut_kontakt.png);
	padding-left:23px;
}
a.iconshortcutweiterleiten {
	background-image: url(../img/linkicon_cshortcut_weiterl.png);
	padding-left:19px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}
h1.csc-firstHeader {
	margin-top:30px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px;
}

table,p {
	margin-bottom: 5px;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

table p {
	margin: 0px;
}

table td {
	vertical-align: top;
}

table.with-border {
	border: 1px solid #E0E0E0;
	border-collapse: collapse;
}

table.with-border td {
	border: 1px solid #E0E0E0;
	border-collapse: collapse;
}

.link-with-arrow-wrap a, a.link-with-arrow {
	background-image: url(arrow_blueonwhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 9px;
}