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

	Licensed under GPL and MIT.
*/

/* `fonts
----------------------------------------------------------------------------------------------------*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 3, 2010 */


@font-face {
	font-family: 'FTNSauerkrautoProRegular';
	src: url('fonts/ftnsauerkrautopro-webfont.eot');
	src: local('☺'), 
		url('fonts/ftnsauerkrautopro-webfont.woff') format('woff'),
		url('fonts/ftnsauerkrautopro-webfont.ttf') format('truetype'),
		url('fonts/ftnsauerkrautopro-webfont.svg#webfontzMwc4fWK') format('svg');
	font-weight: normal;
	font-style: normal;
}

.FTNSauerkrautoPro {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'FTNSauerkrautoProRegular', sans-serif;
	font-size-adjust: 0.51;
}

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

body {
	font: 13px/1.5 Georgia, Times, "Times New Roman", serif;
}

a:focus {
	outline: 1px dotted;
}


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

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 0;
}


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'FTNSauerkrautoProRegular', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}


h1 {
	font-size: 19px;
	text-align: left;
	margin: 1em 0 .25em 0;
}

h2 {
	font-size: 17px;
	text-align: left;
	margin: 1em 0 0 0;
	/*background-color: #444;*/
}

h3 {
	font-size: 15px;
	margin: 1em 0 0 0;
}

h3 a, h4 a {
	padding:0 .25em;
	color:rgb(0,0,0);
	/*background-color:rgb(0,0,0);*/
}

h3 a:hover, h4 a:hover {
	color:rgb(247,148,29);
	text-decoration: underline;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
	margin: 1em 0 .25em 0;
}

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {margin:0;}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {margin:1em 0 0 0;}

p {
	margin: 0 0 .5em 0;
}
p + p {
	margin: 0 0 1em 0;
}

dl {margin:0;}

dl.agenda {margin:1em 0 0 0;}

dt {
	font-family: 'FTNSauerkrautoProRegular', sans-serif;
	font-size:15px;
	}

dt.title {font-size:24px;}
dl + dl, dd + dt, dt + dt {margin-top:1em;}


span.title, dd.title {
	font-family: 'FTNSauerkrautoProRegular', sans-serif;
	font-size:16px;
	}

.legend {font-size:8px;padding:0.25em;text-align:right;}
