* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	/* Ganzer Inhalt zentrieren - Teil 1*/
	text-align: center;
	background-color: #FFFFFF;
}

/* Block Tags */
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #660033;
	margin: 0px 0px 7px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	margin: 0px 0px 3px 0px;
}

h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D1B692;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	padding-top: 44px;
	font-weight: bolder;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 19px;
	text-align: justify;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 32px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 25px;
	list-style-type: square;
}

li {
	line-height: 17px;
	margin-bottom: 5px;
}

hr {
	display: none;
}


/* Inline Tags */
a {
	color: #436f74;
	text-decoration: none;
}

a:hover {
	color: #436f74;
	text-decoration: none;
}

cite, em, q {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

/* Layout */
#container {
	/* Ganzer Inhalt zentrieren - Teil 2 */
	margin: 0px auto 0px auto;
	width: 728px;
	text-align: left;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

#header {
	background-repeat: no-repeat;
	height: 180px;
	text-align: right;
	border-color: #333333;
	border-width: thin;
	background-position: 0px;
}

#header h1 {
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	margin: 0;
}

/* Bei den divs left-col und right-col bitte keine padding und keine 
margin einschreiben, sonst ist das Layout nicht mehr in allen
Browsern gleich aussieht */

#content-container {
	background-repeat: repeat;
	background-position: top left;
}

#left-col {
	float: left;
	width: 140px;
	/* Ruler als background-image zum Entwickeln */
	background-repeat: no-repeat;
	background-position: bottom left;
}

#right-col {
	margin-left: 190px;
	/* Ruler als background-image zum Entwickeln */
	background-repeat: no-repeat;
	background-image: url(../images/trans.gif);
}

#menu {
	margin-top: 30px;
}

/* Formatierungen für die Navigation */
#menu div {
	margin-top: 15px;
	margin-left: 10px;
}

#menu div a {
	font-weight: bold;
	color: #436f74;
}

#menu div a:hover {
	color: #660033;
}

#menu div a.hier_bin_ich {
	color: #660033;
}

#content {
	padding: 10px 90px 15px 12px;
}

#footer {
	height: 77px;
	text-align: center;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 20px;
}
