/* 
-----------------------------------------------------------------
Titel:
Import UNDO / GLOBALS
-----------------------------------------------------------------
*/

/* @group UNDO  */

/* Reset Innen- und Außenabstände */
* { 
	margin: 0;
	padding: 0;
}
ul, ol { 
	list-style: none;
}
a img, :link img, :visited img {
	border: none;
}
address {
	font-style: normal;
}

/* Rahmen für <fieldset> und <img> Elemente löschen */
fieldset, img {
	border: 0 solid;
}

/* Korrektur: Das Zurücksetzen zu kleine Selectboxen. */
option {
	padding-left: 0.4em;
}

/* Globale Korrektur des Italics Bugs des IE 5.x und IE 6 */
* html body * {
	overflow: visible;
}
* html iframe, * html frame { 
	overflow: auto;
}
* html frameset {
	overflow: hidden;
}

/* Erzwingen vertikaler Scrollbalken Mozilla, Safari 
html {
	height: 100%;
	margin-bottom: 1px;
}
*/

/* @end */

/* @group GLOBALS  */

/* @group Basis Layout */

/* Standardschriftgröße von 12px */
body {
	color: #333;
	text-align: center;
	background-color: #eaeaea;
	font: 0.7em/1.6em Verdana, "Lucida Grande", Lucida, sans-serif;
}
hr {
    color: #999;
    background: transparent;
    margin: 0 0 0.6em 0;
    padding: 0 0 0.6em 0;
    border: 0;
    border-bottom: 1px #999 solid;
}
p { 
	line-height: 1.6em;
	margin-bottom: 1em;
}

/* Headline */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #f90;
	padding: 0;
}
h1 { /* 24px */
	font-size: 200%;
}
h2 { /* 22px */
	font-size: 183.33%;
}
h3 { /* 20px */
	font-size: 166.67%;
}
h4 { /* 18px */
	font-size: 150%;
}
h5 { /* 16px */
	font-size: 133.33%;
}
h6 { /* 14px */
	font-size: 116.67%;
}
#content h1 {
	color: #f90;
	font-size: 1.4em;
	margin: 0 0 1em;
	padding: 0;
}
#content h2 {
	color: #999;
	font-size: 1.2em;
	margin: 0 0 1em;
	padding: 0;
}
#content h3 {
	color: #999;
	font-size: 1.0em;
	margin: 0 0 1em;
	padding: 0;
}

/* @end */

/* @group Listen, Zitate */

/* Standardwerte für Listen & Zitate
*  ul, ol
*  siehe lists.css
*/
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}
blockquote { 
	margin: 0 0 1em 1.5em;
}

/* @end */

/* @group Links */

a:link, a:visited {
	text-decoration: underline;
	color: #f90;
}
a:hover {
	text-decoration: none;
	color: #f90;
}

/* @end */

/* @group Textauszeichnungen */

pre, code { 
	font-family:"Courier New", Courier, monospace;
	font-size: 1.1em;
}
strong, b {
	font-weight: bold;
}
em, i { 
	font-style: italic;
}

/* @end */

/* @end */

