/*		definitionen für html-tags		*/

body, p, div, table, tr, td, textarea, input, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}
option {
	font-size:10px;
}
body {
	background-color:#520000;
	margin:0px;
	padding:0px;
}

a {
  text-decoration:none;
}



/*		menüpunktdefinitionen (ohne cssformatierung des projektes)		*/

.ampkt {							/*aktiver menüpunkt*/
  color:orange;
}
.stmpkt {							/*standard menüpunkt*/
  color:white;
}



/*		im projekt vorhandene div-ids und zugehörige formatierungen		*/

#home {
	position:absolute;
	top:94px;
	left:211px;
	width:100px;
	height:13px;
}

#hmen {
	position:absolute;
	top:94px;
	left:319px;						/*339*/
	width:532px;					/*512*/
	height:13px;
}

/*		menüs (menu_0 exemplarisch)		*/

#menu_0 {						/*für jede menüebene definierbar */
}
#menu_0 p {
  margin-top:0px;
  margin-bottom:13px;
  line-height:13px;
  text-align:right;
  clear:both;
}
#menu_0 .ampkt {
	color:white;
}
#menu_0 a, #home a {
}
#menu_0 a:link, #home a:link {
	color:#b0c1d4;			/*7d98b5*/
}
#menu_0 a:visited, #home a:visited {
	color:#b0c1d4;			/*7d98b5*/
}
#menu_0 a:hover {
  color:white;				/*#520000*/
}
#home a:hover {
  color:white;
}

#menu_1 {						/*für jede menüebene definierbar */
}
#menu_1 p {
  margin-top:0px;
  margin-bottom:13px;
  line-height:13px;
  text-align:right;
  clear:both;
}
#menu_1 .ampkt {
	color:white;
}
#menu_1 a {
}
#menu_1 a:link {
	color:#112f56;			/*19447b*/
}
#menu_1 a:visited {
	color:#112f56;			/*19447b*/
}
#menu_1 a:hover {
  color:white;				/*#520000*/
}

.menu_1 {						/*für jede menüebene definierbar */
}
.menu_1 p {
  margin-top:0px;
  margin-bottom:13px;
  line-height:13px;
  text-align:right;
  clear:both;
}
.menu_1 .ampkt {
	color:white;
}
.menu_1 a {
}
.menu_1 a:link {
	color:#112f56;			/*19447b*/
}
.menu_1 a:visited {
	color:#112f56;			/*19447b*/
}
.menu_1 a:hover {
  color:white;				/*#520000*/
}


#menPic {
	position:absolute;
	top:1px;
	left:0px;
	width:339px;
	height:235px;
}
#menico_st {						/*layer für zum menüpunkt gehörige bilder */
}
#menico_mo {
}


							/*container für den seiteninhalt */

#alles {
	position:relative;
	top:0px;
	left:0px;
	width:918px;
	z-index:1;
}

#cont {
  position:relative;
  top:0px;
  left:0px;
  line-height:18px;
  color:#353535;
}

#mcont p{
  margin-top:0px;
}



.pic_utxt {						/*klassen für den seiteninhalt */
  margin:3px 0px;
  font-size:0.9em;
}
