html {
	overflow-y: scroll;
}

body {
	font-family: Courier, "Courier New", Monaco, monospace;
	font-size: 0.9em;
	line-height: 1.3em;
	
	color: #333;

	text-align: center;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, p, ul, li, table, form, img {
	margin: 0 0 1em 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p {
}

ul {
	list-style: square inside;
	margin-left: 0;
	padding-left: 0;
}

ul li {
	padding-left: 1em;
	text-indent: -1em;
	margin: 0 0 0.4em 0;
}

table {
	font-size: 1em;
	border-collapse: collapse;
}

form {
	font-size: 1em;
	padding: 0;
}

small {
	font-size: 0.8em;
}

img, a, a:link, a:visited, a:hover, a:focus, a:active, 
	button, button:hover, button:focus, button:active {
	outline: none; border: none;
}

button::-moz-focus-inner { border: 0; }

/* !Links */

a,
a:link,
a:visited {
	color: #333;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #9e4b32;
	text-decoration: none;
}

/* Besondere Textformate */

.nowrap {
	white-space: nowrap;
}

/***************************/
/*****//* !Struktur *//*****/
/***************************/

html {
	height: 100%;
}

body {
	height: 100%;
}

#container {
	text-align: left;

	margin: 0 auto;
	padding: 0 0 60px 180px;

	width: 500px;
}

.clear {
	clear: both;
}

.ohne_abstand {
	margin-bottom: 0;
}


/***************************/
/*****//* !Branding *//*****/
/***************************/

#branding {
	margin: 0 0 50px -180px;
	padding: 60px 0 0 180px;

	height: 80px;
	
	background: transparent url(/media/salve.png) 0px 88px no-repeat;
}

#branding h1 {
	font-size: 18px;
	font-weight: normal;
	color: #999;
}


/*****************************/
/*****//* !Navigation *//*****/
/*****************************/

#navigation {
	font-size: 0.85em;
	margin: 0 0 3em -1em;
}

#navigation li {
	float: left; display: inline;
	margin-right: 1.5em;
}

#navigation li:before {
	content: "→";
	margin-right: 0.5em;
}

/**************************/
/*****//* !Content *//*****/
/**************************/

#content {
	text-align: left;
	margin: 0;
}

#content .block {
	margin-bottom: 3em;
}


/*************************/
/*****//* !Footer *//*****/
/*************************/

#footer {
	font-size: 0.85em;
	color: #999;
	padding-top: 2em;
}

#footer p {
	margin-bottom: 0;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #999;
}

#footer a:hover,
#footer a:focus {
	color: #333;
	text-decoration: none;
}

#footer a:active {
	color: #9e4b32;
	text-decoration: none;
}