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

  Licensed under GPL and MIT.
*/

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

body {
  font: 12px/1.2  Arial, Helvetica, sans-serif; color:rgb(166,124,82);
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 rgb(166,124,82) solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

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

h1 {
  font-size: 18px;
}

h2 {
  font-size: 18px; font-weight:normal;
}

h3, h4, h5, h6 {
  font-size: 12px;
}


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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 9px;
}

/* Kunstraum Montag*/
h1 {margin-bottom:24px;}

a, a:link {
	text-decoration: underline;
	color:rgb(166,124,86);
}
a:visited {
	color:rgb(176, 192,209);
}
#footer a:visited {color:rgb(166,124,86);}

a:focus, a:hover, #footer a:focus, #footer a:hover {
	color:rgb(176, 192,209);
}
a:active {
	color:rgb(176, 192,209);
}
