political_decisions = {
	Holy_Roman_Empire = {
		potential = {
			OR = {
				tag = AUS
			}
			is_greater_power = yes
			primary_culture = south_german
			NOT = {
				exists = GER
			}
		}	
		allow = {
			war = no
			GER = {
				all_core = {
					OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
							}
						NOT = {
							culture = south_german
							culture = north_german
						}
					}
				}
			}
		}
		
		effect = {
			prestige = 10
			any_country = {
				limit = {
					primary_culture = south_german
					primary_culture = north_german
					in_sphere = THIS
					NOT = {
						tag = THIS
					}
				}
				annex_to = THIS
				}
			any_owned = {
				limit = {
					OR = {
						culture = south_german
						culture = north_german
						province_id = 412
					}
					is_core = THIS
				}
				add_core = HRE
			}
				change_tag = HRE
			GER = { all_core = { add_core = HRE } }	
			add_accepted_culture = czech
			add_accepted_culture = north_german
			add_accepted_culture = south_german
			add_accepted_culture = slovene
		ai_will_do = {
			factor = 1 }
		}
	}
}