html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: none;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


body {
    font-size: 9pt;
    font-family: "Trebuchet MS", verdana, sans-serif;
    quotes:"\201E" "\201C" "\201A" "\2018";
    background: #4d4d4d url(menu-bg-k.png) repeat-x 0 -20px;
    color: #f0f0f0;
    margin-left: auto;
    margin-right: auto;
    width: 860px;
}
body.start {
    background: #4d4d4d url(menu-bg.png) repeat-x 0 0;
}
a {
    color: #f0f0f0;
}

#menu {
    padding-top: 35px;
    height: 110px;
    padding-bottom: 20px;
}
body.start #menu {
    height: 110px;
    padding-bottom: 90px;
}
#menu a.logo {
    margin-top: 0px;
    width: 198px;
    height: 62px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: url(logo-k.png) no-repeat;
}
#menu a.cluster {
    width: 139px;
    height: 49px;
    display: block;
    float: left;
    background: url(cluster.png) no-repeat;
    margin-left: 20px;
    margin-top: -30px;
}
body.start #menu a.logo {
    margin-top: 20px;
    width: 302px;
    height: 95px;
    background: url(logo-g.png) no-repeat;
    margin-bottom: 15px;
}
body #menu a.sprache {
    float: right;
    text-decoration: none;
    margin-right: 40px;
    margin-top: -20px;
}
body #menu a.sprache:hover {
    text-decoration: underline;
}
#menu ul li {
    width: 140px;
    float: left;
    text-align: center;
}
#menu ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #aaa;
}
#menu ul li.last a {
    border-right-style: none;
}
#menu ul li a small {
    padding-top: 5px;
    display: block;
    color: #ccc;
    font-size: 12px;
}
#menu ul li a:hover small {
    color: #ddd;
}

#fuss {
    padding-top: 40px;
    margin-left: 645px;
    font-size: 10px;
    color: #aaa;
    clear: both;
}
#fuss a {
    color: #aaa;
    text-decoration: none;
}
#fuss a:hover {
    color: #ccc;
}

#content h1 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 600px;
    line-height: 28px;
}
#content h2 {
    font-size: 20px;
    margin-bottom: 5px;
    width: 600px;
    line-height: 28px;
}
#content ul {
    margin-bottom: 10px;
    width: 600px;
    line-height: 16px;
    list-style-type: square;
}
#content ul li {
    margin-left: 15px;
}
#content p {
    margin-bottom: 10px;
    width: 600px;
    line-height: 16px;
}
#content p small.meta {
    font-size: 10px;
    display: block;
    line-height: 12px;
    color: #bbb;
}

#content strong {
    font-weight: bold;
}

#content a.dezent {
    text-decoration: none;
}
#content div.meta {
    float: right;
    clear: right;
    background: #333;
    width: 200px;
    padding: 10px 15px;
}
#content div.meta p, #content div.meta h2 {
    width: 200px;
}
#content div.meta small {
    font-size: 10px;
    display: block;
    line-height: 12px;
    color: #bbb;
}

#content div.zweispaltig {
    width: 600px;
}
#content div.zweispaltig div.links {
    width: 295px;
    float: left;
}
#content div.zweispaltig div.rechts {
    width: 295px;
    float: right;
}

span.guterName {
    display: block;
    clear: both;
}
