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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#333;
}

a:focus {
	outline: 1px dotted invert;
}

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

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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

/* `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 {
	margin-bottom: 20px;
}

#kopf h1 {
    font-size: 45px;
}

#kopf h1, #kopf h2 {
    margin: 10px;
}

#kopf h2 {
    /*margin-bottom: 10px;*/
    margin-top: 60px;
    margin-bottom: 0px;
    /*vertical-align: bottom;*/
}

p img {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    line-height:1.0em;
    margin: 1.0em 0em 0.20em 0em;
}

div > h1 {
    margin-top:0px;
}

p {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#vorspalte p{
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    line-height:1.0em;
    font-weight: bold;
    font-size:12px;
    margin: 0.5em 0em 2.0em 0em;
}

/*** definieren der Links in der Kopfleisten-Liste Navigation ***/

#navigation li a {
	text-decoration: none;
	color: #333;
}

#navigation li a:link {
	text-decoration: none;
	color: #333;
}

#navigation li a:visited {
	text-decoration: none;
	color: #000;
}

#navigation li a:focus {
	text-decoration: none;
	color: #FFDE28;
}

#navigation li a:hover {
	text-decoration: none;
	color: #FFDE28;
}

#navigation li a:active {
	text-decoration: none;
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/

/*** Links in der Hauptspalte/im Fließtext ***/

#hauptspalte a {
	text-decoration: underline;
	color: #000;
}

#hauptspalte a:link {
	text-decoration: underline;
	color: #000;
}

#hauptspalte a:visited {
	text-decoration: none;
	color: #666;
}

#hauptspalte a:focus {
	text-decoration: underline;
	color: #FFDE28;
}

#hauptspalte a:hover {
	text-decoration: underline;
	color: #FFDE28;
}

#hauptspalte a:active {
	text-decoration: underline;
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
