/**********************************
**
** GRUNDEINSTELLUNGEN
**
**********************************/

body {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 100.01%;
	line-height: 1.15em;
	color: #bbb;
}

#wrapper, #newsletter-wrapper {
	font-size: 0.79em;
}

/**********************************
**
** SIDEBBAR + NAVI
**
**********************************/

#navi a {
	text-decoration: none;
	color: #aaa;
	_font-weight: bold;
	font-family: "Georgia", serif;
}

#navi a:hover {
	color: #eee;
	font-weight: bold;
}

#navi a.cur {
	font-weight: bold;
	color: #eee;
}

/**********************************
**
** CONTENT
**
**********************************/

/* UEBERSCHRIFTEN */

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", serif;
	font-weight: bold;
	line-height: 1.25em;
	color: #ddd;
}

h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
	font-size: 0.6em;
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	margin: 0;
}

h2 {
	font-size: 1.4em;
	margin: 0.5em 0;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	margin: 0;
}

/* LINKS */

a {
    color: #bbb;
    text-decoration: underline;
}

a:hover {
    color: #c33;
}

/* SONSTIGE */

.small {
    font-size: .75em;
    line-height: 1.1em;
}

.bold {
    font-weight: bold;
}

.dark {
	color: #999;
}

/**********************************
**
** FOOTER
**
**********************************/

#footer {
	font-size: 0.75em;
	color: #262626;
}

#footer a {
	color: #262626;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/**********************************
**
** Universelle Klassen
**
**********************************/

.serif {
	font-family: "Georgia", serif;
}

.small {
	font-size: 0.8em;
}