/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 13px;
}

a:focus {
	outline: 1px dotted;
}
a {
	color: #666;
}
p {
	font-size: 14px;
	line-height: 20px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	color: #661720;
	padding-top: 15px;
}

h2 {
	font-size: 26px;
	color: #FFF;
	padding-top: 20px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}

h4 {
	font-size: 30px;
	color: #99122a;
	margin-top: 60px;
	margin-bottom: 50px;
}

h5 {
	font-size: 22px;
	color: #661720;
	margin-top: 10px;
	margin-bottom: 20px;
}

h6 {
	font-size: 14px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}
ul.ina {
	list-style-type: none;
	list-style-image: url(../images/layout/dot-hellrot-kl.gif);
}
ul.nils {
	list-style-type: none;
	list-style-image: url(../images/layout/dot-rot-kl.gif);
}

li {
	margin-left: 15px;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 5px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}
.hellrot {
	color: #99122A;
}
.dunkelrot {
	color: #661720;
}
.weiss {
	color: #FFF;
}
.klein {
	font-size: 11px;
	line-height: 15px;
}
em {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #666;
	line-height: 16px;
}
