/* styles.css */

body {	background-color: wheat;
	margin: 0px;
	}

/* font declarations */

h1, h2, h3, h4, h5, h6, p {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h1 {	font-size: 20px;
	}

h2 {	font-size: 18px;
	}

h3 {	font-size: 16px;
	}

h4 {	font-size: 14px;
	}

h5 {	font-size: 12px;
	}

h6 {	font-size: 10px;
	}

p {	font-size: 12px;
	}

#header h1, h2 {
	text-align: center;
	}

#sub-title {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	}

#navigation {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	font-size: 14px;
	}

#sidebar {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	}

#inhalt {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	}

#footer {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	}

.indent {
	margin-left: 2.0em;
	text-indent: -2.0em
	}

.center {
	text-align: center;
}

.small {
	font-size: 10px;
	}

.gray {
	color: gray;
}

/* link styles */

a, a:link {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#navigation a,
#navigation a.active a,
#navigation a.active a.active a {
	color: blue;
	text-decoration: none;
	}

#navigation a:hover,
#navigation a.active a:hover,
#navigation a.active a.active a:hover {
	text-decoration: underline;
	}

#navigation a.active,
#navigation a.active a.active,
#navigation a.active a.active a.active {
	color: red;
	text-decoration: none;
	}

/* box definitions */

#header {
	width: 100%;
	height: 60px;
	}

#sub-title {
	background-color: darksalmon;
	width: 100%;
	height: 25px;
	}

#inhalt {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	}

#navigation {
	}

#sidebar {
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
	}

#footer {
	background-color: darksalmon;
	width: 100%;
	height: 15px;
	}

/* misc. */

  .h1w10 { font-size: 1px;
    height: 1px;
    width: 10px;
    }

  .h1w130 { font-size: 1px;
    height: 1px;
    width: 130px;
    }

  .h1w180 { font-size: 1px;
    height: 1px;
    width: 180px;
    }

  .h1w530 { font-size: 1px;
    height: 1px;
    width: 530px;
    }

