body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

body {
	background-color: white;
}

.content {
	background-color: white;
}

#main_container {
	text-align: center;
}

#sec_container {
	width: 750px;
	margin: auto;
	text-align: left;
	border: 1px dotted gray;;
	border-top-width: 0px;
}

#header_row {
	background-color: black;
	height: 100px;
}

#img_holder {
	margin-left: 150px;
	border-left: 2px dotted gray;
	height: 100px;
	color: white;
	font-size: 300%;
}

#content_row {
	border-top: 1px solid #ECBF62;
	min-height: 500px;
}

* html #content_row {
	height: 500px;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: gray;
}

#footer_row {
	border-top: 2px solid black;
	width: 732px;
	margin-left: 7px;
	padding-bottom: 5px;
}

/* content elemnts and tags */
a {
	color: black;
	text-decoration: underline;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 160%;
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
}

h2, h3, h4 {
	font-size: 100%;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 7px;
	color: black;
}

p.left_float {
	text-align: left;
}

p.left_float img {
	float: right;
	margin-left: 10px; 
	margin-bottom: 10px;
}

p.right_float {
	text-align: right;
}

p.right_float img {
	float: left;
	margin-right: 10px; 
	margin-bottom: 10px;
}

/* Top-Navigation */

#top_navigation {
	height: 20px;
	background-color: #ECBF62;
	text-align: center;
}

#top_navigation ul {
	list-point-style: none;
	display: inline;
}

#top_navigation li {
	list-point-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 0px;
	white-space: nowrap;
}

#top_navigation a {
	color: black;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

* html #top_navigation a {
	margin-right: 5px;
	margin-left: 5px;
	}

#top_navigation a:hover {
	text-decoration: none;
}

#top_navigation .nav1, #top_navigation .nav2, #top_navigation .nav3, #top_navigation .nav4, #top_navigation .nav5 {
	display: none;
}

#top_navigation .open .redarr{
	color: red;
}

#top_navigation .redarr {
	text-decoration: none !important;
	font-weight: bold;
	color: black;
	margin-right: 3px;
}

#top_navigation a:hover .redarr {
	color: red;
}

#top_navigation a:hover .mylink {
	text-decoration: underline !important;
}

* html #top_navigation a:hover {
	text-decoration: underline !important;
}


/* Seiten-Navigation */

#side_navigation {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 130px;
}

#side_navigation a {
	display: block;
	border-bottom: 2px dotted black;
	border-right: 2px dotted black;
	padding: 2px;
	padding-left: 2px;
	text-decoration: none;
	color: black;
}

* html #side_navigation a {
	width: 100%;
}

#side_navigation .nav0 {
	display: none;
}

#side_navigation .nav1 {
	padding-left: 10px;
}

#side_navigation .nav2 {
	padding-left: 20px;
}

#side_navigation .nav3 {
	padding-left: 30px;
}

#side_navigation .nav4 {
	padding-left: 50px;
}

#side_navigation .nav5 {
	padding-left: 50px;
}

#side_navigation a:hover {
	background-color: #ECBF62;
	color: black;
}

#side_navigation .closed {
	color: gray;
}

#side_navigation .open, #side_navigation .active {
	display: block !important;
	background-color: #ECBF62;
}

#side_navigation ul, #side_navigation li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	padding: 0px;
}

#side_navigation .redarr {
	display: none;
}
