﻿body {
	background-color: #C0C0C0;
	background-image: url('verlauf.gif');
	background-position: center;
	font-family: Arial, Helvetica, Sans-Serif, "Comic Sans MS";
	font-size: 14px;
}
html {
	line-height: 1.5;
}
#box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#banner_bund {
	float: right;
}
#banner_sach {
	font-size: x-large;
	font-weight: 700;
	text-align: right;
	padding-right: 150px;
}
#hamburg {
	font-size: x-small;
}
#inhalt {
	padding: 5px;
	margin: 20px 0 0 140px;
	background-color: #E1E1E1;
}
h1 {
	font-family: "Courier New", Courier, Monospace;
	color: #008000;
	font-weight: bold;
	font-size: 20pt;
	font-variant: small-caps;
}
h2 {
	font-family: "Courier New", Courier, Monospace;
	color: #008000;
	font-weight: bold;
	font-size: 14pt;
	line-height: normal;
}
h3 {
	font-size: 12pt;
	text-decoration: underline;
	font-family: Arial, Helvetica, Sans-Serif, "Comic Sans MS";
	color: #008000;
}
h4 {
	font-size: 10pt;
	text-decoration: underline;
	font-family: Arial, Helvetica, Sans-Serif, "Comic Sans MS";
}
h5 {
	font-size: 10pt;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif, "Comic Sans MS";
}
h6 {
	font-size: 8pt;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif, "Comic Sans MS";
}
p {
	text-align: justify;
}

/* ----------------navigation------------------ */
#navi {
	width: 130px;
	margin-top: 20px;
	float: left;
	background-image: url('nav_hinter.gif');
	background-repeat: no-repeat;
	background-position: 0px 150px;
	height: 1000px;
}
#navi ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
}
#navi li {
        margin: 0 0 1px 0;
}
#navi li a:link {
        display: block;
        text-decoration: none;
		padding: 5px 2px 2px 0.5em;
        border-left: 12px solid #919191;
        background-color: #A6A6A6;
        color: #FFFFFF;
}
#navi li a:visited {
        display: block;
        text-decoration: none;
		padding: 5px 2px 2px 0.5em;
        border-left: 12px solid #919191;
        background-color: #A6A6A6;
        color: #FFFFFF;
}
#navi li a:focus {
	border-left: 12px #CCCCCC solid;
	background-color: #D9D9D9;
	color: #008000;
}
#navi li a:hover {
	border-left: 12px #CCCCCC solid;
	background-color: #D9D9D9;
	color: #008000;
}
#navi li a:active {
	border-left: 12px #CCCCCC solid;
	background-color: #D9D9D9;
	color: #008000;
}
/* ---------------navigation_end------------   */
/* ----------------navigation_bottom------------------ */
#navi_bottom {
	font-family: Arial, Helvetica, Sans-Serif, "Comic Sans MS";
	margin: 5px 0 0 0;
	width: 900px;
	float: left;
	background-color: #A6A6A6;
	font-size: 10px;
	list-style-type: none;
	display: block;
	text-decoration: none;
}
#navi_bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 200px;
}
#navi_bottom li {
	margin: 0 0 1px 0;
	float: left;
	width: 100px;
}
#navi_bottom li a:link {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 6px;
	border-left: 8px #919191 solid;
	background-color: #A6A6A6;
	color: #FFFFFF;
}
#navi_bottom li a:visited {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 6px;
	border-left: 8px #919191 solid;
	background-color: #A6A6A6;
	color: #FFFFFF;
}
#navi_bottom li a:focus {
	border-left: 8px #CCCCCC solid;
	background-color: #D9D9D9;
	color: #008000;
}
#navi_bottom li a:hover {
	border-left: 8px #CCCCCC solid;
	background-color: #D9D9D9;
	color: #008000;
}
#navi_bottom li a:active {
	border-left: 8px #CCCCCC solid;
	background-color: #D9D9D9;
	color: #008000;
}
/* ---------------navigation_bottom_end------------   */

.steckbrief {
	margin: 0 auto 0 auto;
	padding: 5px;
	border: 3px #808080 outset;
	text-align: center;
	background-color: #D9D9D9;
}
a:link { 
	text-decoration: none;
	color: #008000;
}
a:visited {
	text-decoration: none;
	color: #008080;
}
a:focus {
	color: #ff0000
}
a:hover {
	color: #ff0000
}
a:active {
	color: #ff0000
}
hr {
	height: 2px;
	background-color: #008000;
	border:1px;
}
.rahmen {
	border: 3px #808080 inset;
}
.float_left {
	float: left;
}
.klein {
	font-size: 10px;
}

.klein_einzug {
	font-size: 10px;
	text-indent: 50px;
}
ul {
	list-style-type: square;
}
/*------------gallery_index-----------*/
#gallery_index a {
	color: #222288; 
	text-decoration: none;	
}
#gallery_index a:hover {
	color: #222288; 
	text-decoration: underline; 
}
#gallery_index img {
	border: 2px #808080 inset;
}
#gallery_index table {
	border: none;
	border-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
}
#gallery_index td {
	color: #F0F0F0;
	background-color: #777777;
	padding: 12px 6px 12px 6px;
	text-align: center;
	vertical-align: middle;
	border: 2px outset;
	border-color: #F0F0F0 #222222 #222222 #F0F0F0;
}
/*------------end_gallery_index-----------*/
/*------------gallery_img-----------*/
#gallery_img a {
	color: #222266;
	text-decoration: none;
	text-align: center;
}
#gallery_img a:hover {
	color: #222266;
	text-decoration: underline;
	text-align: center;
}
#gallery_img p {
	text-align: center;
}
#gallery_img img {
	border: 3px #808080 inset;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#gallery_img span {
	color: #808080
}
/*------------end_gallery_img-----------*/


