/***********************************************/
/* Standard           */
/***********************************************/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../bilder/hg/verlauf/HG_Verlauf_01.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #86A4E0;
}


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



/***********************************************/
/* Links                             */
/***********************************************/ 


a {
	text-decoration:none;
	color:#365593;
}

a:visited {
	text-decoration:none;
	color:#365593;
}

a:hover {
	text-decoration:none;
	color:#86a4e0;
}


/***********************************************/
/* Schriften                             */
/***********************************************/ 


h1{
	color: #365593;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

h2{
	color: #999999;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

h3{
	color: #000;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

.bildText {
	color: #666666;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	}


.projekte_orange {
	color: #F58C0C;

}

.projekte_braun {
	color: #613E1E;

}

.projekte_rot {
	color: #AA0011;

}


.bold {
	font-weight: bold;
}

.probold {
	font-weight: bold;
	font-size: 120%;
	color: #613E1E;
}

.blau_01 {
	color: #365593;
}

.grau_01 {
	color: #666666;
	font-weight: bold;
}

.blaubold_01 {
	font-weight: bold;
	color: #365593;
}


.small_blau_01 {
	color: #365593;
	font-size: 90%;

}

.small {
	font-size: 90%;

}

.notiz {
	color: #666;
	font-size: 90%;
}

.notiz a {
	text-decoration:none;
	color:#666;
}

.notiz a:visited {
	text-decoration:none;
	color:#666;
}

.notiz a:hover {
	text-decoration:none;
	color: #000099;
}


.fl_left {
	float: left;
	margin: 0px;
	padding: 0px;
}

.fl_right {
	float: right;
	margin: 0px;
	padding: 0px;
}

.adress_unten {
	color:#fff;
	font-size: 90%;
}

.adress_unten a:visited, .adress_unten a {
	color:#fff;
}



.adress_unten a:hover  {
	color:#86a4e0;
}

.ACHTUNG {
	color:#ff0000;
}

/***********************************************/
/* Listen                             */
/***********************************************/ 

ul {
}

ul li {
	list-style-type: none;
}


/***********************************************/
/* Bilder                             */
/***********************************************/ 


img {

}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.img_galerie {
	margin-right: 10px;
	margin-top: 10px;



}

.img_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 3px; 
}

.img_box_gelb {

}

table#tb_inhalte td.td_bilder_re img {
	margin-top: 20px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFCC00;
}



/***********************************************/
/* tabellen                             */
/***********************************************/ 



/* tabellen   rahmen        */

table#tb_rahmen {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	width: 980px;
}

table#tb_rahmen td {

}

table#tb_rahmen td.td_top {

}

table#tb_rahmen td.td_titel {
	background-image: url(../bilder/hg/verlauf/Titel_Verlauf_01.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	padding-left: 40px;
	height: 10px;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	font-size: 110%;

}
table#tb_rahmen  td.td_content {
	background-image: url(../bilder/hg/verlauf/Mitte_Verlauf_4000_h.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;

}

table#tb_rahmen td.td_unten {
	text-align: center;
	background-image: url(../bilder/hg/unten/Balken_unten_01.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;

}

table#tb_inhalte {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 950px;
	margin-bottom: 0px;
	background-image: url(../bilder/hg/nav/HG_Nav_01.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

table#tb_inhalte td.td_navig {
	width: 220px;
	text-align: left;
	padding-left: 20px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 20px;
	vertical-align: top;
}

table#tb_inhalte td.td_mitte {
	vertical-align: top;
	text-align: left;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}

table#tb_inhalte td.td_bilder_re {
	width: 162px;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 26px;
	padding-bottom: 20px;
	padding-left: 14px;
}

table#tb_facts {

}

table#tb_facts td {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #365593;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;

}


/***********************************************/
/* Boxen    - DIV                    */
/***********************************************/ 

div#zero {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	height: 100%;
}


div#div_inhalt_01 {
	text-align: justify;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #365593;
	margin-top: 4px;
}




/***********************************************/
/* Galerie popup                            */
/***********************************************/ 


table#popup_galerie {

}

table#popup_galerie td {

}

table#popup_galerie td img {
	margin: 3px;
	border: 1px solid #FFFFFF;
	padding: 3px;
}

/***********************************************/
/* Formularfelder                            */
/***********************************************/ 
